- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for testGet_interface (0.06 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
guava-testlib/test/com/google/common/testing/ArbitraryInstancesTest.java
} public void testGet_enum() { assertThat(ArbitraryInstances.get(EmptyEnum.class)).isNull(); assertEquals(Direction.UP, ArbitraryInstances.get(Direction.class)); } public void testGet_interface() { assertThat(ArbitraryInstances.get(SomeInterface.class)).isNull(); } public void testGet_runnable() { ArbitraryInstances.get(Runnable.class).run(); } public void testGet_class() {
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Dec 11 20:45:32 GMT 2025 - 22.6K bytes - Click Count (0)