MCPcopy Create free account
hub / github.com/java-native-access/jna / TestLoader

Method TestLoader

test/com/sun/jna/DirectTest.java:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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()

Callers

nothing calls this directly

Calls 1

isWindowsCEMethod · 0.95

Tested by

no test coverage detected