Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [aspectj-users] AspectJ and Software Testing

Other relevant links include:

- Virtual Mocks Presentation: http://newaspects.com/presentations for a more recent presentation that Nick and I wrote about using AspectJ for virtual mock objects. 
- Get Test-Innoculated!: http://www.sdmagazine.com/documents/s=7134/sdm0205b/0205b.htm for a more broad set of applications than virtual mock objects

Virtual Mock Frameworks:
VirtualMock Framework: http://www.virtualmock.org 
Method Interception Framework: http://www.xprogramming.com/xpmag/virtualMockObjects.htm 
AJEE virtual mocks (at aTrack): https://atrack.dev.java.net/  

------------Original Message------------
From: Werner Müller <woern@xxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Date: Mon, Mar-8-2004 2:25 PM
Subject: Re: [aspectj-users] AspectJ and Software Testing
Try to google "AspectJ and Mock Objects". Even though, this will rather lead you towards UNIT testing, you may get some ideas.

Werner
----- Original Message ----- 
From: André Dantas Rcoha 
To: aspectj-users@xxxxxxxxxxx 
Sent: Monday, March 08, 2004 3:11 PM
Subject: [aspectj-users] AspectJ and Software Testing


Hi,

I'm working with Software Test and I'm looking for articles and examples using AspectJ in this area. I'm specially interested in Functional Test. Any suggestions?

Thanks,

André


Back to the top