Sets up the test case by loading the system plugins.
()
| 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() |
nothing calls this directly
no test coverage detected