fizzBuzzTest.ctxt 796B

12345678910111213141516171819202122
  1. #BlueJ class context
  2. comment0.target=fizzBuzzTest
  3. comment0.text=\n\ The\ test\ class\ fizzBuzzTest.\n\n\ @author\ \ (your\ name)\n\ @version\ (a\ version\ number\ or\ a\ date)\n
  4. comment1.params=
  5. comment1.target=fizzBuzzTest()
  6. comment1.text=\n\ Default\ constructor\ for\ test\ class\ fizzBuzzTest\n
  7. comment2.params=
  8. comment2.target=void\ setUp()
  9. comment2.text=\n\ Sets\ up\ the\ test\ fixture.\n\n\ Called\ before\ every\ test\ case\ method.\n
  10. comment3.params=
  11. comment3.target=void\ tearDown()
  12. comment3.text=\n\ Tears\ down\ the\ test\ fixture.\n\n\ Called\ after\ every\ test\ case\ method.\n
  13. comment4.params=
  14. comment4.target=void\ fizz1()
  15. comment5.params=
  16. comment5.target=void\ fizz2()
  17. comment6.params=
  18. comment6.target=void\ fizz3()
  19. comment7.params=
  20. comment7.target=void\ fizz4()
  21. numComments=8