1234567891011121314
  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\ FizzForMultiplesOfThreeButNotFive()
  9. comment3.params=
  10. comment3.target=void\ BuzzForMultiplesOfFiveButNotThree()
  11. comment4.params=
  12. comment4.target=void\ FizzBuzzForMultiplesOfThreeAndFive()
  13. numComments=5