assertEqual
Assert two values are equal. Throws an error showing both values if they differ.
actual(required): the value to testexpected(required): the expected value
utlx
assertEqual(count($input.items), 3)
assertEqual($input.status, "ACTIVE")