}
public void testCleanup() throws Throwable
{
reset();
runAnnotationsOnTarget(new TestCleanupBean());
assertTrue(TestCleanupPlugin.INSTANCE.isApplied());
assertTrue(TestCleanupPlugin.INSTANCE.isCleaned());
assertFalse(TestCleanupOnlyPlugin.INSTANCE.isApplied());
assertFalse(TestCleanupOnlyPlugin.INSTANCE.isCleaned());
assertFalse(TestApplyOnlyPlugin.INSTANCE.isApplied());