MCPcopy Index your code
hub / github.com/PCGen/pcgen / testPrimitivePlugins

Method testPrimitivePlugins

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

Check for the presence of all Primitive plugins.

()

Source from the content-addressed store, hash-verified

156 * Check for the presence of all Primitive plugins.
157 */
158 @Test
159 public void testPrimitivePlugins() throws IOException
160 {
161 Path sourceFolder = Paths.get("code/src/java/plugin/primitive");
162 Path jar = Paths.get("plugins/primitiveplugins.jar");
163 checkPluginJar(jar, sourceFolder);
164 }
165
166 /**
167 * Check for the presence of all Qualifier plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected