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

Method testFunctionPlugins

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

Check for the presence of all Function plugins.

()

Source from the content-addressed store, hash-verified

90 * Check for the presence of all Function plugins.
91 */
92 @Test
93 public void testFunctionPlugins() throws IOException
94 {
95 Path sourceFolder = Paths.get("code/src/java/plugin/function");
96 Path jar = Paths.get("plugins/functionplugins.jar");
97 checkPluginJar(jar, sourceFolder);
98 }
99
100 /**
101 * Check for the presence of all Grouping plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected