- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testCheckNotNull_simple_success (0.2 sec)
-
guava-tests/test/com/google/common/base/PreconditionsTest.java
assertThrows(IllegalStateException.class, () -> checkState(false, FORMAT, 5)); verifyComplexMessage(expected); } private static final String NON_NULL_STRING = "foo"; public void testCheckNotNull_simple_success() { String result = checkNotNull(NON_NULL_STRING); assertSame(NON_NULL_STRING, result); } public void testCheckNotNull_simple_failure() {
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Tue Sep 17 18:14:12 UTC 2024 - 19K bytes - Viewed (0)