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