Generated by
JDiff

Class org.springframework.test.context.TestContextManager

Removed Constructors
TestContextManager(Class<?>, String) Construct a new {@code TestContextManager} for the specified Class test class and automatically register the TestExecutionListeners configured for the test class via the @TestExecutionListeners annotation.
 

Removed Methods
Set<Class<TestExecutionListener>> getDefaultTestExecutionListenerClasses() Determine the default TestExecutionListener classes.
 

Added Methods
void registerTestExecutionListeners(List<TestExecutionListener>) Register the supplied list of TestExecutionListeners by appending them to the list of listeners used by this {@code TestContextManager}.