()
| 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)) { |
no test coverage detected