()
| 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() |
nothing calls this directly
no test coverage detected