- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for test_getClass (0.08 seconds)
-
guava-tests/test/com/google/common/reflect/TypeTokenTest.java
assertEquals(StringList.class.getGenericInterfaces()[0], token.getType()); } @SuppressWarnings("rawtypes") // Trying to test TypeToken.of(List.class) public void testGetClass() { TypeToken<List> token = TypeToken.of(List.class); assertEquals(new TypeToken<List>() {}, token); } public void testGetType() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 89.3K bytes - Click Count (0) -
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
assertEquals(StringList.class.getGenericInterfaces()[0], token.getType()); } @SuppressWarnings("rawtypes") // Trying to test TypeToken.of(List.class) public void testGetClass() { TypeToken<List> token = TypeToken.of(List.class); assertEquals(new TypeToken<List>() {}, token); } public void testGetType() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Fri Mar 13 13:01:07 GMT 2026 - 89.3K bytes - Click Count (0)