Assert.assertTrue("Quiesce callback B should have occurred; calls should be 1, but it is "+callbackB.getCalls(), callbackB.getCalls()==1);
Assert.assertTrue("Quiesce callback A should not have occurred yet; calls should be 0, but it is "+callbackA.getCalls(), callbackA.getCalls()==0);
bundleb.stop();
participant.quiesce(callbackA, Collections.singletonList(getBundle(
"org.apache.aries.blueprint.testbundlea")));
Thread.sleep(1000);
System.out.println("After second sleep");