Assert.assertTrue(activator.activateServiceCalled());
Assert.assertTrue(activator.activateBindingCalled());
Assert.assertTrue(activator.startCalled());
Assert.assertTrue(activator.stopCalled());
Assert.assertTrue(activator.deactivateServiceCalled());
Assert.assertTrue(activator.deactivateBindingCalled());
}
@Test
public void testActivationTypes() throws Exception {
InputStream swConfigStream = Classes.getResourceAsStream("/switchyard-config-mock-01.xml", getClass());