| 63 | } |
| 64 | |
| 65 | static class Test1 implements ITest { |
| 66 | @NotImplemented |
| 67 | public void t1() {} |
| 68 | |
| 69 | @NotImplemented |
| 70 | public void t2() {} |
| 71 | } |
| 72 | |
| 73 | static class Test2 implements ITest { |
| 74 | public void t1() {} |
nothing calls this directly
no outgoing calls
no test coverage detected