returnsSetOfIntegersMethod =
MethodHolder.class.getDeclaredMethod("returnsSetOfIntegers");
annotatedMethodExtractor = mocks.createMock(AnnotatedMethodExtractor.class);
methodInvoker = mocks.createMock(MethodInvoker.class);
unitOfWorkScope = new TestNestedScope();
defaultIntrospectingScoper = new DefaultIntrospectingScoper(
annotatedMethodExtractor,
methodInvoker,
unitOfWorkScope);
}