- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for testNullPointerInstance (0.13 sec)
-
android/guava-tests/test/com/google/common/collect/TablesTransformValuesTest.java
return transformValues(table, FIRST_CHARACTER); } // Null support depends on the underlying table and function. @J2ktIncompatible @GwtIncompatible // NullPointerTester @Override public void testNullPointerInstance() {} // put() and putAll() aren't supported. @Override public void testPut() { assertThrows(UnsupportedOperationException.class, () -> table.put("foo", 1, 'a')); assertSize(0); }
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Wed Oct 30 16:15:19 UTC 2024 - 3.1K bytes - Viewed (0)