use of io.github.vocabhunter.test.utils.TestFileManager in project VocabHunter by VocabHunter.
the class SessionSerialiserTest method setUp.
@BeforeEach
public void setUp() throws Exception {
files = new TestFileManager(getClass());
file = files.addFile("file.json");
}
Aggregations