Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Is there any test tool for AspectJ?

Hi,

 

After studying AspectJ for months, we decide to use it in our project to implement a feature like the log mechanism.

 

We want to confirm that all the join points we care about are woven. The join points are in the jars developed by the other team.

 

Is there a way to write a test or unit test to see if all the join points (mainly call or execution join points) really trigger the advices in the aspects?

 

By the way, is there any unit test framework like JUnit to test the aspects?

 

Thank for your advice.

 

Guofeng

 

 


Back to the top