Asserts that actual value is the same as the expected value.
The value to check.
The expected value to check against.
Optional
Optional reason added to exception message when assertion fails.
AssertionError when actual value is not the same as the expected value.
Asserts that actual value is the same as the expected value.