()
| 43 | |
| 44 | |
| 45 | @BeforeClass |
| 46 | public static void setup() { |
| 47 | TesterContext testerContext = new TesterContext(); |
| 48 | testerContext.setServletContext(new TesterServletContext()); |
| 49 | manager.setContext(testerContext); |
| 50 | fileStore = new FileStore(); |
| 51 | fileStore.setManager(manager); |
| 52 | } |
| 53 | |
| 54 | |
| 55 | @AfterClass |
nothing calls this directly
no test coverage detected