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

Method testBonusPlugins

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

Check for the presence of all Bonus token parsing plugins.

()

Source from the content-addressed store, hash-verified

57 * Check for the presence of all Bonus token parsing plugins.
58 */
59 @Test
60 public void testBonusPlugins() throws IOException
61 {
62 Path sourceFolder = Paths.get("code/src/java/plugin/bonustokens");
63 Path jar = Paths.get("plugins/bonusplugins.jar");
64 checkPluginJar(jar, sourceFolder);
65 }
66
67 /**
68 * Check for the presence of all Converter plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected