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

Method setUp

code/src/test/pcgen/core/prereq/PreReqHandlerTest.java:42–46  ·  view source on GitHub ↗

Sets up the test case by loading the system plugins.

()

Source from the content-addressed store, hash-verified

40 * Sets up the test case by loading the system plugins.
41 */
42 @BeforeEach
43 void setUp() throws Exception
44 {
45 TestHelper.loadPlugins();
46 }
47
48 @AfterEach
49 void tearDown()

Callers

nothing calls this directly

Calls 1

loadPluginsMethod · 0.95

Tested by

no test coverage detected