| |
|
| java.lang.Object org.apache.jmeter.testelement.AbstractTestElement org.apache.jmeter.assertions.SizeAssertion
EQUAL | final public static int EQUAL(Code) | | |
GREATERTHAN | final public static int GREATERTHAN(Code) | | |
GREATERTHANEQUAL | final public static int GREATERTHANEQUAL(Code) | | |
LESSTHAN | final public static int LESSTHAN(Code) | | |
LESSTHANEQUAL | final public static int LESSTHANEQUAL(Code) | | |
NOTEQUAL | final public static int NOTEQUAL(Code) | | |
resultData | byte[] resultData(Code) | | |
getAllowedSize | public long getAllowedSize()(Code) | | Returns the size in bytes to be asserted.
|
getCompOper | public int getCompOper()(Code) | | Returns the operator to be asserted. EQUAL = 1, NOTEQUAL = 2 GREATERTHAN =
3,LESSTHAN = 4,GREATERTHANEQUAL = 5,LESSTHANEQUAL = 6
|
setAllowedSize | public void setAllowedSize(long size) throws IllegalArgumentException(Code) | | Set the size that shall be asserted.
Parameters: size - -a number of bytes. Is not allowed to be negative. UseLong.MAX_VALUE to indicate illegal or empty inputs. This willresult in not checking the assertion. throws: IllegalArgumentException - If size is negative. |
setCompOper | public void setCompOper(int operator)(Code) | | set the Operator
|
|
|
|