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

Method onceOnly

code/src/test/pcgen/persistence/lst/DataTest.java:67–71  ·  view source on GitHub ↗

Initialise the plugins and load the game mode and campaign files.

()

Source from the content-addressed store, hash-verified

65 * Initialise the plugins and load the game mode and campaign files.
66 */
67 @BeforeAll
68 static void onceOnly()
69 {
70 loadGameModes();
71 }
72
73 /**
74 * Tidy up the config file we created.

Callers

nothing calls this directly

Calls 1

loadGameModesMethod · 0.95

Tested by

no test coverage detected