}
@Test
public void shouldInvokeAfterInContainerDeploymentContext() throws Exception
{
fire(new After(this, testMethod()));
assertEventFiredInContext(After.class, ContainerContext.class);
assertEventFiredInContext(After.class, DeploymentContext.class);
}