Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Testing with JUnit

I have a test suite for classes and aspects and I'm trying to figure out the
best way to construct the tests.  Currently I code a TestCase for each woven
piece of code.  I want to ensure that the code I think I've woven is working
correctly.  Ideally I'd like to write the aspect test cases as aspects that
get woven into a test case and a check that I've woven the correct code.
Does anyone have any ideas or experiences with this?  Does what I said make
sense?

TIA



Back to the top