()
| 252 | } |
| 253 | |
| 254 | @Test |
| 255 | public void testShowNotice() { |
| 256 | try { |
| 257 | Utils.invokeStaticMethod("com.baidu.rasp.App", "showNotice", new Class[]{}); |
| 258 | } catch (Exception e) { |
| 259 | // |
| 260 | } |
| 261 | } |
| 262 | |
| 263 | |
| 264 | } |
nothing calls this directly
no test coverage detected