12345678910111213141516171819202122232425 |
- #BlueJ class context
- comment0.target=FizzBuzzTest
- comment0.text=\n\ The\ test\ class\ FizzBuzzTest.\n\n\ @author\ \ (your\ name)\n\ @version\ (a\ version\ number\ or\ a\ date)\n
- comment1.params=
- comment1.target=FizzBuzzTest()
- comment1.text=\n\ Default\ constructor\ for\ test\ class\ FizzBuzzTest\n
- comment2.params=
- comment2.target=void\ setup()
- comment2.text=\n\ Sets\ up\ the\ test\ fixture.\n\n\ Called\ before\ every\ test\ case\ method.\n
- comment3.params=
- comment3.target=void\ fizzTest1()
- comment4.params=
- comment4.target=void\ fizzTest2()
- comment5.params=
- comment5.target=void\ buzzTest1()
- comment6.params=
- comment6.target=void\ buzzTest2()
- comment7.params=
- comment7.target=void\ fizzBuzzTest1()
- comment8.params=
- comment8.target=void\ fizzBuzzTest2()
- comment9.params=
- comment9.target=void\ numberTest()
- numComments=10
|