You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-natives-linux.jar"), new File(plugins, "Example_PlugIn-0.9.0-natives-linux.jar").exists());
35
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-android-arm.jar"), new File(plugins, "Example_PlugIn-0.9.0-android-arm.jar").exists());
36
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-android-arm64.jar"), new File(plugins, "Example_PlugIn-0.9.0-android-arm64.jar").exists());
37
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-android-x86.jar"), new File(plugins, "Example_PlugIn-0.9.0-android-x86.jar").exists());
38
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-android-x86_64.jar"), new File(plugins, "Example_PlugIn-0.9.0-android-x86_64.jar").exists());
39
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-linux-x86.jar"), new File(plugins, "Example_PlugIn-0.9.0-linux-x86.jar").exists());
40
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-linux-x86_64.jar"), new File(plugins, "Example_PlugIn-0.9.0-linux-x86_64.jar").exists());
41
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-linux-armhf.jar"), new File(plugins, "Example_PlugIn-0.9.0-linux-armhf.jar").exists());
42
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-linux-ppc64le.jar"), new File(plugins, "Example_PlugIn-0.9.0-linux-ppc64le.jar").exists());
43
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-macosx-x86_64.jar"), new File(plugins, "Example_PlugIn-0.9.0-macosx-x86_64.jar").exists());
44
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-windows-x86.jar"), new File(plugins, "Example_PlugIn-0.9.0-windows-x86.jar").exists());
45
+
assertTrue("Should exist: " + new File(plugins, "Example_PlugIn-0.9.0-windows-x86_64.jar"), new File(plugins, "Example_PlugIn-0.9.0-windows-x86_64.jar").exists());
0 commit comments