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

Method assertJarExists

test/com/sun/jna/JNALoadTest.java:72–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 protected void assertJarExists() {
73 File jar = new File(JNAJAR);
74 if (!jar.exists()) {
75 throw new Error("Expected JNA jar file at " + jar + " is missing");
76 }
77 }
78
79 protected void assertLibraryExists() {
80 String osPrefix = Platform.getNativeLibraryResourcePrefix();

Callers 1

TestLoaderMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected