()
| 56 | protected LoadContext context; |
| 57 | |
| 58 | @Override |
| 59 | @BeforeEach |
| 60 | public void setUp() throws Exception |
| 61 | { |
| 62 | super.setUp(); |
| 63 | SettingsHandler.getGameAsProperty().get().clearLoadContext(); |
| 64 | context = Globals.getContext(); |
| 65 | context.getReferenceContext().importObject(BuildUtilities.getFeatCat()); |
| 66 | } |
| 67 | |
| 68 | @AfterEach |
| 69 | @Override |
nothing calls this directly
no test coverage detected