Search in sources :

Example 6 with FilterFileModel

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));
}
Also used : FilterFileModel(io.github.vocabhunter.gui.model.FilterFileModel) SessionListedFile(io.github.vocabhunter.analysis.settings.SessionListedFile) Test(org.junit.Test)

Aggregations

FilterFileModel (io.github.vocabhunter.gui.model.FilterFileModel)6 Test (org.junit.Test)4 SessionListedFile (io.github.vocabhunter.analysis.settings.SessionListedFile)3 DocumentListedFile (io.github.vocabhunter.analysis.settings.DocumentListedFile)1 ExcelListedFile (io.github.vocabhunter.analysis.settings.ExcelListedFile)1 FilterFileMode (io.github.vocabhunter.gui.model.FilterFileMode)1