Package com.google.gimlet.inject.nestedscope.testing

Examples of com.google.gimlet.inject.nestedscope.testing.TestNestedScope


  @Override
  protected void setUp() throws Exception {
    super.setUp();

    IntrospectingBinder.clearKeys();
    testScope = new TestNestedScope();
  }
View Full Code Here


    returnsSetOfIntegersMethod =
        MethodHolder.class.getDeclaredMethod("returnsSetOfIntegers");

    annotatedMethodExtractor = mocks.createMock(AnnotatedMethodExtractor.class);
    methodInvoker = mocks.createMock(MethodInvoker.class);
    unitOfWorkScope = new TestNestedScope();
    defaultIntrospectingScoper = new DefaultIntrospectingScoper(
        annotatedMethodExtractor,
        methodInvoker,
        unitOfWorkScope);
  }
View Full Code Here

TOP

Related Classes of com.google.gimlet.inject.nestedscope.testing.TestNestedScope

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.