- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for testRepeat_null (0.07 seconds)
-
android/guava-tests/test/com/google/common/base/StringsTest.java
} @SuppressWarnings({ "InlineMeInliner", // test of method that doesn't just delegate "nullness", // test of a bogus call }) public void testRepeat_null() { assertThrows(NullPointerException.class, () -> Strings.repeat(null, 5)); } @SuppressWarnings("UnnecessaryStringBuilder") // We want to test a non-String CharSequence public void testCommonPrefix() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 11.4K bytes - Click Count (0) -
guava-tests/test/com/google/common/base/StringsTest.java
} @SuppressWarnings({ "InlineMeInliner", // test of method that doesn't just delegate "nullness", // test of a bogus call }) public void testRepeat_null() { assertThrows(NullPointerException.class, () -> Strings.repeat(null, 5)); } @SuppressWarnings("UnnecessaryStringBuilder") // We want to test a non-String CharSequence public void testCommonPrefix() {Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 11.4K bytes - Click Count (0)