MCPcopy Create free account
hub / github.com/PCGen/pcgen / testQualifierPlugins

Method testQualifierPlugins

code/src/test/plugin/PluginBuildTest.java:169–175  ·  view source on GitHub ↗

Check for the presence of all Qualifier plugins.

()

Source from the content-addressed store, hash-verified

167 * Check for the presence of all Qualifier plugins.
168 */
169 @Test
170 public void testQualifierPlugins() throws IOException
171 {
172 Path sourceFolder = Paths.get("code/src/java/plugin/qualifier");
173 Path jar = Paths.get("plugins/qualifierplugins.jar");
174 checkPluginJar(jar, sourceFolder);
175 }
176
177 private void checkPluginJar(Path jar, Path sourceFolder) throws IOException
178 {

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected