- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGet_class (0.05 seconds)
-
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 Dec 26 12:43:10 GMT 2025 - Last Modified: Tue Oct 28 18:44:53 GMT 2025 - 89K bytes - Click Count (0)