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

Method testConverterPlugins

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

Check for the presence of all Converter plugins.

()

Source from the content-addressed store, hash-verified

68 * Check for the presence of all Converter plugins.
69 */
70 @Test
71 public void testConverterPlugins() throws IOException
72 {
73 Path sourceFolder = Paths.get("code/src/java/plugin/converter");
74 Path jar = Paths.get("plugins/converterplugins.jar");
75 checkPluginJar(jar, sourceFolder);
76 }
77
78 /**
79 * Check for the presence of all Export Token plugins.

Callers

nothing calls this directly

Calls 2

checkPluginJarMethod · 0.95
getMethod · 0.65

Tested by

no test coverage detected