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

Method tearDown

code/src/test/pcgen/inttest/PcgenFtlErrorTest.java:26–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 @AfterEach
27 public void tearDown()
28 {
29 GracefulExit.registerExitFunction(System::exit);
30 }
31
32 @Test
33 void testWrongInputParameters()

Callers

nothing calls this directly

Calls 1

registerExitFunctionMethod · 0.95

Tested by

no test coverage detected