| Type | Name and description |
|---|---|
static void |
equals(java.lang.Object actual, java.lang.Object expected, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)Verify whether two numbers are equal and the step will be failed if they are not equal |
static void |
greaterThan(java.lang.Object x, java.lang.Object y, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
greaterThanOrEqual(java.lang.Object x, java.lang.Object y, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
isNegative(java.lang.Object value, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
isPositive(java.lang.Object value, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
isZero(java.lang.Object value, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
lessThan(java.lang.Object x, java.lang.Object y, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
lessThanOrEqual(java.lang.Object x, java.lang.Object y, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)@param x the value to be tested |
static void |
notEqual(java.lang.Object actual, java.lang.Object expected, java.lang.String description, com.kms.katalon.core.model.FailureHandling flowControl = FailureHandling.STOP_ON_FAILURE)Verify whether two numbers are not equal and the step will be failed if they are equal |
| Methods inherited from class | Name |
|---|---|
class GenericAssert |
buildAssertMessage, handleError, handleError, info, isNotNull, isNull, pass |
class java.lang.Object |
java.lang.Object#wait(), java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Verify whether two numbers are equal and the step will be failed if they are not equal
actual - the first number to compareexpected - the second number to comparedescription - the verification info
x - the value to be testedy - the value to be compareddescription - the verification info
x - the value to be testedy - the value to be compareddescription - the verification info
x - the value to be testeddescription - the verification info
x - the value to be testeddescription - the verification info
x - the value to be testeddescription - the verification info
x - the value to be testedy - the value to be compareddescription - the verification info
x - the value to be testedy - the value to be compareddescription - the verification infoVerify whether two numbers are not equal and the step will be failed if they are equal
actual - the first number to compareexpected - the second number to comparedescription - the verification info