- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testFromNullable_null (0.54 seconds)
-
android/guava-tests/test/com/google/common/base/OptionalTest.java
} public void testFromNullable() { Optional<String> optionalName = Optional.fromNullable("bob"); assertThat(optionalName.get()).isEqualTo("bob"); } public void testFromNullable_null() { // not promised by spec, but easier to test assertThat(Optional.fromNullable(null)).isSameInstanceAs(Optional.absent()); } public void testIsPresent_no() {
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Mon Mar 16 15:59:55 GMT 2026 - 10.6K bytes - Click Count (0)