(Object o)
| 205 | try { |
| 206 | bus.register(new Object() { |
| 207 | @Subscribe |
| 208 | protected void method(Object o) { |
| 209 | } |
| 210 | }); |
| 211 | fail(); |
| 212 | } catch (IllegalArgumentException expected) { |
nothing calls this directly
no outgoing calls
no test coverage detected