use of io.github.vocabhunter.gui.model.FilterFileModel in project VocabHunter by VocabHunter.
the class FilterFileModelTranslatorTest method testFromSessionSeen.
@Test
public void testFromSessionSeen() {
FilterFileModel model = new FilterFileModel(FILE, FilterFileMode.SESSION_SEEN, COLUMNS_EMPTY);
validateFromModel(model, new SessionListedFile(FILE, true));
}
Aggregations