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

Method testLstPlugins

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

Check for the presence of all LST token parsing plugins.

()

Source from the content-addressed store, hash-verified

123 * Check for the presence of all LST token parsing plugins.
124 */
125 @Test
126 public void testLstPlugins() throws IOException
127 {
128 Path sourceFolder = Paths.get("code/src/java/plugin/lsttokens");
129 Path jar = Paths.get("plugins/lstplugins.jar");
130 checkPluginJar(jar, sourceFolder);
131 }
132
133 /**
134 * Check for the presence of all Modifier plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected