Clean up deprecation warnings in spring-test

This commit is contained in:
Sam Brannen 2017-07-07 15:41:02 +02:00
parent e458862849
commit ad5f85f8d3
1 changed files with 0 additions and 1 deletions

View File

@ -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();