Uses of Class
org.uitnet.testing.smartfwk.validator.FileContentsValidator
-
Packages that use FileContentsValidator Package Description org.uitnet.testing.smartfwk.ui.core.file.reader org.uitnet.testing.smartfwk.validator -
-
Uses of FileContentsValidator in org.uitnet.testing.smartfwk.ui.core.file.reader
Methods in org.uitnet.testing.smartfwk.ui.core.file.reader that return FileContentsValidator Modifier and Type Method Description FileContentsValidatorGenericFileReader. getFileContentsValidator(String filePath)FileContentsValidatorGenericFileReader. getFileContentsValidator(String filePath, boolean shouldPrintFileContentsOnConsole)FileContentsValidatorGenericFileReader. getFileContentsValidator(String filePath, boolean shouldPrintFileContentsOnConsole, String ocrLanguage) -
Uses of FileContentsValidator in org.uitnet.testing.smartfwk.validator
Methods in org.uitnet.testing.smartfwk.validator that return FileContentsValidator Modifier and Type Method Description FileContentsValidatorFileContentsValidator. validateAllKeywordsPresent(String... keyWords)Validates all keywords are presents, order does not matter.FileContentsValidatorFileContentsValidator. validateAllKeywordsPresentInOrder(String... keyWords)Validates all keywords are presents in the same order as given in arguments.FileContentsValidatorFileContentsValidator. validateAtLeastNKeywordPresent(int atLeastN, boolean inOrder, String... keyWords)
-