implement a whole bunch of simple methods.

StringUtilitiesTest.ctxt 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. #BlueJ class context
  2. comment0.target=StringUtilitiesTest
  3. comment0.text=\n\ The\ test\ class\ StringUtilitiesTest.\n\n\ @author\ \ (your\ name)\n\ @version\ (a\ version\ number\ or\ a\ date)\n
  4. comment1.params=
  5. comment1.target=StringUtilitiesTest()
  6. comment1.text=\n\ Default\ constructor\ for\ test\ class\ StringUtilitiesTest\n
  7. comment10.params=
  8. comment10.target=void\ compareToTestNotEquals()
  9. comment11.params=
  10. comment11.target=void\ getTheMiddleChar1()
  11. comment12.params=
  12. comment12.target=void\ getTheMiddleChar2()
  13. comment13.params=
  14. comment13.target=void\ getTheFirstWord()
  15. comment14.params=
  16. comment14.target=void\ getTheSecondWord()
  17. comment15.params=
  18. comment15.target=void\ reverseThem()
  19. comment2.params=
  20. comment2.target=void\ setUp()
  21. comment2.text=\n\ Sets\ up\ the\ test\ fixture.\n\n\ Called\ before\ every\ test\ case\ method.\n
  22. comment3.params=
  23. comment3.target=void\ tearDown()
  24. comment3.text=\n\ Tears\ down\ the\ test\ fixture.\n\n\ Called\ after\ every\ test\ case\ method.\n
  25. comment4.params=
  26. comment4.target=void\ getHelloWorldTest()
  27. comment5.params=
  28. comment5.target=void\ concatenationStringTest()
  29. comment6.params=
  30. comment6.target=void\ concatenationStringAndIntegerTest()
  31. comment7.params=
  32. comment7.target=void\ substringBeginTest()
  33. comment8.params=
  34. comment8.target=void\ substringEndTest()
  35. comment9.params=
  36. comment9.target=void\ compareToTestEquals()
  37. numComments=16