1. Testing an AspectJ Aspect stackoverflow.comWhen writing aspects, how can I test that they do match and that they are invoked when I want them to?
I'm using I don't care about ... |
2. Disabling certain aspects during unit test runs stackoverflow.comI have integration tests (load context) and unit tests running together. My code does aspectj compile time weaving using spring. My problem is that my declared advises also run during some ... |
3. AOP and Unit testing ? forum.springsource.orgHi All, I have a idea evolving in my mind , it is using the AOP with the Unit Testing .It can be done with the JUnit , I am in ... |
4. Spring Test Proxies forum.springsource.orgSpring Test Proxies Hi All, I've been using many different portions of Spring throughout my career, but the behavior I'm seeing in one of my Spring Tests is just driving me ... |
5. AOP and unit testing forum.springsource.orgHi, Is there a way to unit test an advice with JUnit ? I have a problem when I unit test my invoke(MethodInvocation invocation) method, I am not able to create ... |
6. AspectJ and unit testing forum.springsource.orgAspectJ and unit testing Hi, I'm trying to use some AspectJ aspects coming with Spring 2.0M1 (AnnotationBeanConfigurer, AnnotationTransactionAspect) and have some questions about unit testing. As aspects are woven directly into ... |
7. *AspectJ*Tests no longer work with RC2 forum.springsource.orgJul 21st, 2006, 08:59 AM #1 memelet View Profile View Forum Posts Private Message Senior Member Join Date Aug 2004 Posts 230 *AspectJ*Tests no longer work with RC2 I am fully ... |
8. Applying aspects to unit tests forum.springsource.orgApplying aspects to unit tests I'd like to create data-loading advice to apply to unit (technically integration) test methods. Some of our integration tests require data which is seeded using DB ... |
9. Aspectj compile-time weaving and unit testing forum.springsource.orgAspectj compile-time weaving and unit testing Hi all, I'm moving to a 100% aspectj solution (no spring-aop). The reason is that I'm already using @Configurable for my domain objects and for ... |
10. Testing AOP with the new Spring2.5 framework forum.springsource.orgTesting AOP with the new Spring2.5 framework I have an application where I use AOP to handle my transactions. This works fine. I have now written some test code to handle ... |
11. How do I test the pointcuts forum.springsource.orgHow do I test the pointcuts I have written an aspect to audit trail some functions in my web services. To test this aspect, I can write a JUnit to cover ... |
12. problem running unit tests with JDK proxies forum.springsource.orgproblem running unit tests with JDK proxies I have a Spring web application which is configured to use JDK proxying for AOP. The AOP annotations (such as @Transactional) are declared on ... |
13. AspectJ/spring aop not weaving for package/project-level tests. forum.springsource.orgJun 7th, 2009, 08:55 AM #1 mystic View Profile View Forum Posts Private Message Senior Member Join Date May 2009 Posts 246 AspectJ/spring aop not weaving for package/project-level tests. Okay, 19 ... |