- Sort Score
- Result 10 results
- Languages All
Results 191 - 191 of 191 for test_string (0.72 sec)
-
android/guava-tests/test/com/google/common/reflect/TypeTokenTest.java
.addEqualityGroup(TypeToken.of(new TypeCapture<B>() {}.capture())) .testEquals(); } // T is used inside to test type variable public <T> void testToString() { assertEquals(String.class.getName(), new TypeToken<String>() {}.toString()); assertEquals("T", TypeToken.of(new TypeCapture<T>() {}.capture()).toString());
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue Oct 28 18:44:53 UTC 2025 - 89K bytes - Viewed (0)