MCPcopy Create free account
hub / github.com/atas76/openengine / setUp

Method setUp

src/test/java/org/fgn/ParserTest.java:45–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

43 }
44
45 @Before
46 public void setUp() throws IOException {
47 Schema schema = Schema.create(FGN_ROOT + "/schema/classic.json");
48 StateContext.load(schema);
49 ActionOutcome.load(schema);
50 Coordinates.load(schema);
51 ActionType.load(schema);
52 }
53
54 @Test
55 public void testActionOutcome() throws ScannerException, ParserException {

Callers

nothing calls this directly

Calls 5

createMethod · 0.95
loadMethod · 0.95
loadMethod · 0.95
loadMethod · 0.95
loadMethod · 0.95

Tested by

no test coverage detected