@ -61,6 +63,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -61,6 +63,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -69,6 +72,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -69,6 +72,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -76,6 +80,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -76,6 +80,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -83,6 +88,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -83,6 +88,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
// Skip this test: Trace logging blows the time limit.
@ -103,6 +109,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -103,6 +109,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
assertTrue("Prototype creation took too long: "+sw.getTotalTimeMillis(),sw.getTotalTimeMillis()<4000);
// Skip this test: Trace logging blows the time limit.
@ -123,6 +130,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -123,6 +130,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
assertTrue("Prototype creation took too long: "+sw.getTotalTimeMillis(),sw.getTotalTimeMillis()<3000);
// Skip this test: Trace logging blows the time limit.
@ -142,6 +150,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -142,6 +150,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
assertTrue("Singleton creation took too long: "+sw.getTotalTimeMillis(),sw.getTotalTimeMillis()<4000);
@ -178,6 +187,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -178,6 +187,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
assertEquals("Must be able to hold state in aspect",1,mrv.invocations);
@ -198,6 +208,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -198,6 +208,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -234,10 +245,12 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -234,10 +245,12 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -254,6 +267,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -254,6 +267,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -266,6 +280,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -266,6 +280,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -287,6 +302,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -287,6 +302,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@ -295,6 +311,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -295,6 +311,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
assertTrue("should be proxying classes",pc.isProxyTargetClass());
@ -304,6 +321,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {
@@ -304,6 +321,7 @@ public class AspectJAutoProxyCreatorTests extends TestCase {