mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
[SPR-5887] Upgraded to JUnit 4.6.0.
This commit is contained in:
-5
@@ -220,11 +220,6 @@ public class SpringJUnit4ClassRunner extends BlockJUnit4ClassRunner {
|
||||
}
|
||||
}
|
||||
|
||||
private EachTestNotifier makeNotifier(FrameworkMethod frameworkMethod, RunNotifier notifier) {
|
||||
Description description = describeChild(frameworkMethod);
|
||||
return new EachTestNotifier(notifier, description);
|
||||
}
|
||||
|
||||
/**
|
||||
* Augments the default JUnit behavior
|
||||
* {@link #withPotentialRepeat(FrameworkMethod, Object, Statement) with
|
||||
|
||||
Reference in New Issue
Block a user