4748495051525354555657
//Now check that the scope was honoured TestAspect testA = TestAspect.last; TestAspect.reset(); pojoA.anotherMethod(); assertEquals(1, TestAspect.invoked); assertEquals(2, TestAspect.advice); assertSame(testA, TestAspect.last); TestAspect.reset();