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