MCPcopy Index your code
hub / github.com/java-native-access/jna / runningWebStart

Method runningWebStart

test/com/sun/jna/WebStartTest.java:238–240  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

236 }
237
238 private static boolean runningWebStart() {
239 return System.getProperty("javawebstart.version") != null;
240 }
241
242 private void runTestUnderWebStart() throws Exception {
243 if (getClass().equals(WebStartTest.class)) {

Callers 2

runBareMethod · 0.95
mainMethod · 0.95

Calls 1

getPropertyMethod · 0.65

Tested by

no test coverage detected