Class BeforeTestClassEvent
java.lang.Object
java.util.EventObject
org.springframework.context.ApplicationEvent
org.springframework.test.context.event.TestContextEvent
org.springframework.test.context.event.BeforeTestClassEvent
- All Implemented Interfaces:
 Serializable
TestContextEvent published by the EventPublishingTestExecutionListener when
 TestExecutionListener.beforeTestClass(TestContext)
 is invoked.- Since:
 - 5.2
 - Author:
 - Frank Scheffler
 - See Also:
 
- 
Field Summary
Fields inherited from class java.util.EventObject
source - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.springframework.test.context.event.TestContextEvent
getSource, getTestContextMethods inherited from class org.springframework.context.ApplicationEvent
getTimestampMethods inherited from class java.util.EventObject
toString 
- 
Constructor Details
- 
BeforeTestClassEvent
 
 -