assertEquals
abstract suspend fun assertEquals(msgPrefix: String, expected: <Error class: unknown class>, actual: <Error class: unknown class>)
Verify that expected and actual are equal according to this asserter's criteria. If not, an AssertionError is thrown.
Parameters
msgPrefix
The prefix to include in the message if an AssertionError is thrown
expected
The expected request
actual
The actual request