implement a whole bunch of simple methods.

PredicateUtilitiesTest.ctxt 1.1KB

123456789101112131415161718192021222324252627282930
  1. #BlueJ class context
  2. comment0.target=PredicateUtilitiesTest
  3. comment0.text=\n\ The\ test\ class\ PredicateUtilitiesTest.\n\n\ @author\ \ (your\ name)\n\ @version\ (a\ version\ number\ or\ a\ date)\n
  4. comment1.params=
  5. comment1.target=PredicateUtilitiesTest()
  6. comment1.text=\n\ Default\ constructor\ for\ test\ class\ PredicateUtilitiesTest\n
  7. comment10.params=
  8. comment10.target=void\ testGreaterOrEqual1()
  9. comment11.params=
  10. comment11.target=void\ testGreaterOrEqual2()
  11. comment2.params=
  12. comment2.target=void\ setUp()
  13. comment2.text=\n\ Sets\ up\ the\ test\ fixture.\n\n\ Called\ before\ every\ test\ case\ method.\n
  14. comment3.params=
  15. comment3.target=void\ tearDown()
  16. comment3.text=\n\ Tears\ down\ the\ test\ fixture.\n\n\ Called\ after\ every\ test\ case\ method.\n
  17. comment4.params=
  18. comment4.target=void\ testGreaterThanTrue()
  19. comment5.params=
  20. comment5.target=void\ testGreaterThanFalse()
  21. comment6.params=
  22. comment6.target=void\ testLessThanTrue()
  23. comment7.params=
  24. comment7.target=void\ testLessThan1()
  25. comment8.params=
  26. comment8.target=void\ testLessOrEqual1()
  27. comment9.params=
  28. comment9.target=void\ testLessOrEqual2()
  29. numComments=12