Home
last modified time | relevance | path

Searched refs:anotherT (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/
DBindingTest.java255 assertEquals(Stage.DEVELOPMENT, one.anotherT); in testToConstructorBindingsOnParameterizedTypes()
260 assertEquals(injector, two.anotherT); in testToConstructorBindingsOnParameterizedTypes()
433 @Inject T anotherT; field in BindingTest.C