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