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