public class ApplicationContextCreatedEvent extends ApplicationContextEvent
Event triggered when the application context is being created for the given test case.
| Constructor and Description |
|---|
ApplicationContextCreatedEvent(TestScopeApplicationContext applicationContext)
Creates new instance of
ApplicationContextCreatedEvent with given TestScopeApplicationContext
instance. |
public ApplicationContextCreatedEvent(TestScopeApplicationContext applicationContext)
Creates new instance of ApplicationContextCreatedEvent with given TestScopeApplicationContext
instance.
applicationContext - the application contextIllegalArgumentException - if applicationContext is nullCopyright © 2015 JBoss by Red Hat. All rights reserved.