MCPcopy Create free account
hub / github.com/baidu/openrasp / testShowNotice

Method testShowNotice

rasp-install/java/src/test/java/AppTest.java:254–261  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls 1

invokeStaticMethodMethod · 0.95

Tested by

no test coverage detected