Class org.springframework.scheduling.annotation.AsyncExecutionTests

18

tests

0

failures

0

ignored

3.155s

duration

100%

successful

Tests

Test Duration Result
asyncClass 0.023s passed
asyncClassListener 1.001s passed
asyncClassWithInterface 0.009s passed
asyncClassWithInterfaceAndPostProcessor 0.001s passed
asyncClassWithPostProcessor 0.002s passed
asyncInterface 0.004s passed
asyncInterfaceWithPostProcessor 0.004s passed
asyncMethodListener 1.005s passed
asyncMethods 0.022s passed
asyncMethodsInInterface 0.012s passed
asyncMethodsInInterfaceWithPostProcessor 0.001s passed
asyncMethodsThroughInterface 0.003s passed
asyncMethodsWithQualifier 0.028s passed
asyncMethodsWithQualifierThroughInterface 0.014s passed
asyncPrototypeClassListener 1.010s passed
dynamicAsyncInterface 0.004s passed
dynamicAsyncInterfaceWithPostProcessor 0.008s passed
dynamicAsyncMethodsInInterfaceWithPostProcessor 0.004s passed

Standard output

16:46:00.202 [e0-1] ERROR org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler - Unexpected error occurred invoking async method: public void org.springframework.scheduling.annotation.AsyncExecutionTests$AsyncMethodWithQualifierBean.doNothing(int)
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86) ~[junit-4.12.jar:4.12]
	at org.junit.Assert.assertTrue(Assert.java:41) ~[junit-4.12.jar:4.12]
	at org.junit.Assert.assertTrue(Assert.java:52) ~[junit-4.12.jar:4.12]
	at org.springframework.scheduling.annotation.AsyncExecutionTests$AsyncMethodWithQualifierBean.doNothing(AsyncExecutionTests.java:485) ~[test/:?]
	at org.springframework.scheduling.annotation.AsyncExecutionTests$AsyncMethodWithQualifierBean$$FastClassBySpringCGLIB$$85bd9822.invoke(<generated>) ~[test/:?]
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) ~[spring-core-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:746) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]
16:46:00.215 [e0-1] ERROR org.springframework.aop.interceptor.SimpleAsyncUncaughtExceptionHandler - Unexpected error occurred invoking async method: public void org.springframework.scheduling.annotation.AsyncExecutionTests$AsyncMethodWithQualifierBean.doNothing(int)
java.lang.AssertionError: null
	at org.junit.Assert.fail(Assert.java:86) ~[junit-4.12.jar:4.12]
	at org.junit.Assert.assertTrue(Assert.java:41) ~[junit-4.12.jar:4.12]
	at org.junit.Assert.assertTrue(Assert.java:52) ~[junit-4.12.jar:4.12]
	at org.springframework.scheduling.annotation.AsyncExecutionTests$AsyncMethodWithQualifierBean.doNothing(AsyncExecutionTests.java:485) ~[test/:?]
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_131]
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_131]
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_131]
	at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_131]
	at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:363) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:162) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at org.springframework.aop.interceptor.AsyncExecutionInterceptor.lambda$invoke$0(AsyncExecutionInterceptor.java:115) ~[spring-aop-5.0.15.BUILD-SNAPSHOT.jar:5.0.15.BUILD-SNAPSHOT]
	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_131]
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) [?:1.8.0_131]
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) [?:1.8.0_131]
	at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]