mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Clean up deprecation warnings in spring-test
This commit is contained in:
-1
@@ -89,7 +89,6 @@ class FailingBeforeAndAfterMethodsSpringExtensionTestCase {
|
||||
return testClasses().map(clazz -> dynamicTest(clazz.getSimpleName(), () -> runTestAndAssertCounters(clazz)));
|
||||
}
|
||||
|
||||
@SuppressWarnings("deprecation")
|
||||
private void runTestAndAssertCounters(Class<?> testClass) {
|
||||
Launcher launcher = LauncherFactory.create();
|
||||
ExceptionTrackingListener listener = new ExceptionTrackingListener();
|
||||
|
||||
Reference in New Issue
Block a user