Event triggered when the application context is being destroyed for the given test case.
213214215216217218219220
if (applicationContext != null) { destroyApplicationContext(applicationContext); // triggers the application context destroyed event applicationContextEvent.fire(new ApplicationContextDestroyedEvent(applicationContext)); } }
193194195196197198199200