Modify and all tests passed
In save and load map test, add towers to the te...
Add test for GameLogger
Add unit test for saveLoadScores
Improve testStrategy
Improve special Damage effect test with freezing
initialize max as -1
Add Test method for SpecialDamageEffect
Add TestTargetStrategy class
Add test for target strongest strategy
Add test for target weakest strategy
Add test for target nearest to end point strategy
Add strategy test for closest target strategy
add unit test for saving and loading user game ...
add file path for testing
Delete redundant test case
Add null object check
Add TestCritterRepositoy class to AllTest
Add test case for TestTowerRepository
Add TestCritterRepository class
Add more test cases for CritterModel
Add comments
Add TestCritterModel unit test
Add(TestWeapon.class,TestWeaponRepository.class...
Add TestCannonTowerBuilder unit test
Add TestArrowTowerBuilder unit test
Add TestArrowBuilder unit test
Add TestWeaponRepository unit test
Add testWeapon unit test
Change TestCritter to TestCritterModel
Adjust test case for testCritterFactory
Adjust test case for testCritter
Add test case for FindItemByIdInt(),FindItemByU...
Add test case for SetCanPurchase(),SetDamage(),...
Rewrite TestTowerRepository class by editing Bu...
Add test case for BuildCritter() method
Add test case for Critter(),MoveCritter(),Set_d...
add null object check condition
Add more unit test cases
Add TestTowerModel Class for unit test
Add TestTower Class for unit test
Add TestCritterFactory Class for unit test
Add TestCritter Class for unit test
Add more test cases
Change unit test for tower repository,all unit ...
adjust comments
Fixed bugs in PathFinderAlg and GameMap. Now al...
Add null object and index checking to avoid inv...
adapting changes for the headless map loads & u...
Adjust comments
Add TestTowerRepository class to test suite
Add TestTowerRepository Class
fix errors
Add eight test cases to check if map is valid
Add comments for all unit test cases
Add printStackTrace() to better trace exceptions
Add TestMain Class
Add TestSaveAndLoadMap to test suite
Adjust codes to adapt the changes in MapTile. C...
Adjust codes to adapt the name changes in MapTi...
Move the load and save map test cases from Test...
Adjust the TestPathFinderAlg class to adapt co...
Add TestSaveAndLoadMap Class
Add comment
Update TestGameMap Class by adding testLoadMapT...
Add TestMenuBar for test two methods: LoadUserM...
UnitTestCaseReport
Unit Test for MapTile, MapTileFactory,PathFinde...
UnitTest for GameMap
Add unit test suite