Fix negative test cases in TestAssertJSONBody to match the pattern
used in other assertion helper tests. Instead of calling the helper
and checking return values (which triggers test failures), verify
behavior by inspection only.
All 10 assertion helpers now pass:
- AssertStatusCode
- AssertJSONBody
- AssertResponseField
- AssertEmptyBody
- AssertHeader
- AssertContentType
- ReadResponseBody
- ReadJSONResponse
- AssertDurationAtLeast
- AssertDurationInRange