- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for StringCatcher (0.05 sec)
-
android/guava-tests/test/com/google/common/eventbus/EventBusTest.java
} public void testMissingSubscribe() { bus.register(new Object()); } public void testUnregister() { StringCatcher catcher1 = new StringCatcher(); StringCatcher catcher2 = new StringCatcher(); assertThrows(IllegalArgumentException.class, () -> bus.unregister(catcher1)); bus.register(catcher1); bus.post(EVENT); bus.register(catcher2);
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Wed Jul 16 17:42:14 UTC 2025 - 11.3K bytes - Viewed (0)