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

Method setUp

code/src/test/pcgen/persistence/lst/FeatTest.java:33–38  ·  view source on GitHub ↗

Sets up the test case by loading the system plugins.

()

Source from the content-addressed store, hash-verified

31 * Sets up the test case by loading the system plugins.
32 */
33 @BeforeEach
34 public void setUp() throws Exception
35 {
36 TestHelper.loadPlugins();
37 Globals.getContext().getReferenceContext().importObject(BuildUtilities.getFeatCat());
38 }
39
40 @AfterEach
41 public void tearDown()

Callers

nothing calls this directly

Calls 5

loadPluginsMethod · 0.95
getContextMethod · 0.95
getFeatCatMethod · 0.95
importObjectMethod · 0.80
getReferenceContextMethod · 0.65

Tested by

no test coverage detected