Home
last modified time | relevance | path

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

/external/guice/core/test/com/google/inject/
DTypeLiteralTest.java135 TypeLiteral wrapperTl = TypeLiteral.get(wrappers[t]); in testDifferentiationBetweenWrappersAndPrimitives() local
137 assertFalse(primitiveTl.equals(wrapperTl)); in testDifferentiationBetweenWrappersAndPrimitives()
139 assertEquals(wrappers[t], wrapperTl.getType()); in testDifferentiationBetweenWrappersAndPrimitives()
141 assertEquals(wrappers[t], wrapperTl.getRawType()); in testDifferentiationBetweenWrappersAndPrimitives()