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,
java.lang.String arg) |
static ResultValidator |
ResultValidatorHelper.onlyOneOccuranceValidator(java.lang.String... args) |
static ResultValidator |
ResultValidatorHelper.shouldNotHaveValidator(java.lang.String arg) |
static ResultValidator |
ResultValidatorHelper.shouldNotHaveValidatorWithIgnoreCase(java.lang.String... args) |
static ResultValidator |
ResultValidatorHelper.verifyLine(char separator,
java.lang.String... args) |
static ResultValidator |
ResultValidatorHelper.verifyLineForDescribe(java.lang.String... args) |
static ResultValidator |
ResultValidatorHelper.verifyLineForTabularData(java.lang.String... args) |