Skip to content
Snippets Groups Projects
Commit 44eb03aa authored by Tom Titcombe's avatar Tom Titcombe
Browse files

Change assertTrue(a > b) to assertGreater(a, b)

Change assertTrue(a >= b) to assertGreaterEqual(a, b)

Change assertTrue(a < b) to assertLess(a, b)

Change assertTrue(a <= b) to assertLessEqual(a, b)
parent 1d885394
No related branches found
No related tags found
No related merge requests found
Showing
with 49 additions and 49 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment