Skip to main content

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

I collected some links on "AOP Testing and Verification Researchers"
 
I put tool names after their author names. For those tools that are available for download, I put "(download)" after tool names.
 
If I miss any links there, let me know.
 
Best wishes,
Tao
~~~~~~~
Tao Xie, Assistant Professor
North Carolina State University
Computer Science Department
406 Monteith, 2410 Campus Shore Dr.,
Campus Box 8206
Raleigh, NC 27695-8206
Office Phone: (919) 515-3772 Fax: (919) 515-7925
Email: xie@xxxxxxxxxxxx
http://www.csc.ncsu.edu/faculty/xie/
----- Original Message -----
Sent: Thursday, December 29, 2005 5:57 AM
Subject: Re: [aspectj-users] Is there any test tool for AspectJ?

Hi Guofeng,
i suggest you to read this article if you haven't yet:
http://www-128.ibm.com/developerworks/java/library/j-aopwork11/

about unit testing aspects.

there are other frameworks around (www.aunit.org) but there's no a release yet.

cheers,
valerio

2005/12/29, Guofeng Zhang <guofeng@xxxxxxxxxxxxx>:

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

 

 


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users





--
To Iterate is Human, to Recurse, Divine
James O. Coplien, Bell Labs


_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/aspectj-users

Back to the top