Asserts that actual value is greater than the expected value.
The actual value to check.
The expected value to which the actual value is compared.
Optional
Optional reason added to exception message when assertion fails.
AssertionError when actual value is not greater than expected value.
Asserts that actual value is greater than the expected value.