()
| 111 | |
| 112 | private static class TestLoader extends URLClassLoader { |
| 113 | public TestLoader() throws MalformedURLException { |
| 114 | this(null); |
| 115 | } |
| 116 | |
| 117 | public TestLoader(ClassLoader parent) throws MalformedURLException { |
| 118 | super(Platform.isWindowsCE() |
nothing calls this directly
no test coverage detected