| 142 | ////////////////////////////////////////////////////////////////////// |
| 143 | |
| 144 | public static interface Thingy { |
| 145 | int foo(); |
| 146 | String bar(); |
| 147 | } |
| 148 | |
| 149 | @Test |
| 150 | public void testGetInterface() throws ScriptException { |
no outgoing calls
no test coverage detected