|
|
|
|
@ -29,10 +29,10 @@ import java.util.concurrent.TimeoutException;
@@ -29,10 +29,10 @@ import java.util.concurrent.TimeoutException;
|
|
|
|
|
|
|
|
|
|
import org.apache.commons.logging.Log; |
|
|
|
|
import org.apache.commons.logging.LogFactory; |
|
|
|
|
import org.junit.internal.AssumptionViolatedException; |
|
|
|
|
import org.junit.runner.Description; |
|
|
|
|
import org.junit.runner.notification.Failure; |
|
|
|
|
import org.junit.runner.notification.RunNotifier; |
|
|
|
|
import org.junit.internal.AssumptionViolatedException; |
|
|
|
|
|
|
|
|
|
import org.springframework.test.annotation.Repeat; |
|
|
|
|
import org.springframework.test.annotation.Timed; |
|
|
|
|
@ -98,6 +98,7 @@ class SpringMethodRoadie {
@@ -98,6 +98,7 @@ class SpringMethodRoadie {
|
|
|
|
|
this.description = description; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* Runs the <em>test</em>, including notification of events to the |
|
|
|
|
* {@link RunNotifier} and {@link TestContextManager} as well as proper |
|
|
|
|
@ -333,6 +334,7 @@ class SpringMethodRoadie {
@@ -333,6 +334,7 @@ class SpringMethodRoadie {
|
|
|
|
|
runTestMethod(); |
|
|
|
|
} |
|
|
|
|
catch (FailedBefore ex) { |
|
|
|
|
// ignore
|
|
|
|
|
} |
|
|
|
|
finally { |
|
|
|
|
runAfters(); |
|
|
|
|
|