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

Method testGroupingPlugins

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

Check for the presence of all Grouping plugins.

()

Source from the content-addressed store, hash-verified

101 * Check for the presence of all Grouping plugins.
102 */
103 @Test
104 public void testGroupingPlugins() throws IOException
105 {
106 Path sourceFolder = Paths.get("code/src/java/plugin/grouping");
107 Path jar = Paths.get("plugins/groupingplugins.jar");
108 checkPluginJar(jar, sourceFolder);
109 }
110
111 /**
112 * Check for the presence of all JEP Commands plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected