MCPcopy Create free account
hub / github.com/AndroidKnife/RxBus / method

Method method

rxbus/src/test/java/com/hwangjr/rxbus/BusTest.java:207–209  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

205 try {
206 bus.register(new Object() {
207 @Subscribe
208 protected void method(Object o) {
209 }
210 });
211 fail();
212 } catch (IllegalArgumentException expected) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected