- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testConstructor_instance (0.09 sec)
-
android/guava-tests/test/com/google/common/base/ToStringHelperTest.java
* * @author Jason Lee */ @GwtCompatible @NullUnmarked public class ToStringHelperTest extends TestCase { @GwtIncompatible // Class names are obfuscated in GWT public void testConstructor_instance() { String toTest = MoreObjects.toStringHelper(this).toString(); assertEquals("ToStringHelperTest{}", toTest); } public void testConstructorLenient_instance() {Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Tue May 13 18:46:00 UTC 2025 - 21.4K bytes - Viewed (0)