- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testToString_nullInteger (0.67 sec)
-
android/guava-tests/test/com/google/common/base/ToStringHelperTest.java
assertEquals("TestClass{field1=42}", toTest); } @GwtIncompatible // Class names are obfuscated in GWT public void testToString_nullInteger() { String toTest = MoreObjects.toStringHelper(new TestClass()).add("field1", (Integer) null).toString(); assertEquals("TestClass{field1=null}", toTest); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 09 21:19:18 UTC 2024 - 21.3K bytes - Viewed (0)