valueIsMax
Short summary
This assertion method checks if the current value is less than or equal to the maximum value
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| currentValue | INT | current value to check | input |
| maximumValue | INT | upper limit for the current value | input |
| message | AssertMessage | message if the assertion is false | input |