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

Method testModifierPlugins

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

Check for the presence of all Modifier plugins.

()

Source from the content-addressed store, hash-verified

134 * Check for the presence of all Modifier plugins.
135 */
136 @Test
137 public void testModifierPlugins() throws IOException
138 {
139 Path sourceFolder = Paths.get("code/src/java/plugin/modifier");
140 Path jar = Paths.get("plugins/modifierplugins.jar");
141 checkPluginJar(jar, sourceFolder);
142 }
143
144 /**
145 * Check for the presence of all PRE tokens plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected