static ResultValidator |
ResultValidatorHelper.noOfLinesValidator(int expectedNoOfLines) |
static ResultValidator |
ResultValidatorHelper.noOfLinesValidator(int expectedNoOfLines,
int ignoreLineCount) |
static ResultValidator |
ResultValidatorHelper.noOfLinesValidatorForTabularOutut(int expectedNoOfLines) |
static ResultValidator |
ResultValidatorHelper.noOfTimesOccuranceValidator(int occurance,
String arg) |
static ResultValidator |
ResultValidatorHelper.onlyOneOccuranceValidator(String... args) |
static ResultValidator |
ResultValidatorHelper.shouldNotHaveValidator(String arg) |
static ResultValidator |
ResultValidatorHelper.shouldNotHaveValidatorWithIgnoreCase(String... args) |
static ResultValidator |
ResultValidatorHelper.verifyLine(char separator,
String... args) |
static ResultValidator |
ResultValidatorHelper.verifyLineForDescribe(String... args) |
static ResultValidator |
ResultValidatorHelper.verifyLineForTabularData(String... args) |