Testing
Expectation
Represents an expectation used within a test case. Each method performs an
assertion comparing the supplied value to the expected one.
Asserts that the value equals the expected value.
Asserts that the value is greater than the expected value.
Asserts that the value is less than the expected value.
Asserts that the value is greater than or equal to the expected value.
Asserts that the value is less than or equal to the expected value.