()
| 990 | called[0] = true; |
| 991 | } |
| 992 | @Override |
| 993 | public String toString() { |
| 994 | return "Some debug output"; |
| 995 | } |
| 996 | }; |
| 997 | lib.callVoidCallback(cb); |
| 998 | assertTrue("Callback with custom method name not called", called[0]); |
no outgoing calls
no test coverage detected