()
| 157 | } |
| 158 | |
| 159 | public void testFindCallingClass() { |
| 160 | assertEquals("Wrong calling class detected", |
| 161 | getClass(), returnCallingClass()); |
| 162 | } |
| 163 | |
| 164 | public void testFindNativeClass() { |
| 165 | class UnregisterLibrary { |
nothing calls this directly
no test coverage detected