MCPcopy Create free account
hub / github.com/PCGen/pcgen / loadPlugins

Method loadPlugins

code/src/test/pcgen/util/TestHelper.java:176–183  ·  view source on GitHub ↗

Load the plugins

()

Source from the content-addressed store, hash-verified

174 * Load the plugins
175 */
176 public static void loadPlugins()
177 {
178 if (!loaded)
179 {
180 pcgen.system.Main.createLoadPluginTask().run();
181 loaded = true;
182 }
183 }
184
185 /**
186 * Get the field related to a name

Callers 14

setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
loadAllMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95
setUpMethod · 0.95

Calls 2

createLoadPluginTaskMethod · 0.80
runMethod · 0.45

Tested by

no test coverage detected