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

Method testPreTokensPlugins

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

Check for the presence of all PRE tokens plugins.

()

Source from the content-addressed store, hash-verified

145 * Check for the presence of all PRE tokens plugins.
146 */
147 @Test
148 public void testPreTokensPlugins() throws IOException
149 {
150 Path sourceFolder = Paths.get("code/src/java/plugin/pretokens");
151 Path jar = Paths.get("plugins/preplugins.jar");
152 checkPluginJar(jar, sourceFolder);
153 }
154
155 /**
156 * Check for the presence of all Primitive plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected