Skip to content
Snippets Groups Projects
user avatar
Tom Titcombe authored
Change assertTrue(a >= b) to assertGreaterEqual(a, b)

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

Change assertTrue(a <= b) to assertLessEqual(a, b)
44eb03aa
History
Name Last commit Last update