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

Method setUp

code/src/utest/actor/choose/AbilityTokenTest.java:45–51  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 private LoadContext context;
44
45 @BeforeEach
46 public void setUp()
47 {
48 Globals.emptyLists();
49 context = Globals.getContext();
50 context.getReferenceContext().importObject(BuildUtilities.getFeatCat());
51 }
52
53 @AfterEach
54 public void tearDown()

Callers

nothing calls this directly

Calls 5

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

Tested by

no test coverage detected