Home
last modified time | relevance | path

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

/external/guava/guava-tests/test/com/google/common/reflect/
DTypeTokenTest.java1372 assertHasTypeVariable(new TypeCapture<T>() {}.capture()); in testRejectTypeVariable_withTypeVariable()
1373 assertHasTypeVariable(new TypeCapture<T[]>() {}.capture()); in testRejectTypeVariable_withTypeVariable()
1374 assertHasTypeVariable(new TypeCapture<Iterable<T>>() {}.capture()); in testRejectTypeVariable_withTypeVariable()
1375 assertHasTypeVariable(new TypeCapture<Map<String, T>>() {}.capture()); in testRejectTypeVariable_withTypeVariable()
1376 assertHasTypeVariable( in testRejectTypeVariable_withTypeVariable()
1378 assertHasTypeVariable( in testRejectTypeVariable_withTypeVariable()
1392 assertHasTypeVariable(new From<Integer>().new To<String>().type()); in testRejectTypeVariable_withOwnerType()
1393 assertHasTypeVariable(new From<T>().new To<String>().type()); in testRejectTypeVariable_withOwnerType()
1394 assertHasTypeVariable(new From<Integer>().new To<T>().type()); in testRejectTypeVariable_withOwnerType()
1397 assertHasTypeVariable(new From<Integer>() {}.new To<String>().type()); in testRejectTypeVariable_withOwnerType()
[all …]