ucsb-cs56-projects / cs56-games-dealer

-
0 stars 8 forks source link

Fixed Issue #16 #26

Closed kpoon1 closed 8 years ago

kpoon1 commented 8 years ago

Added junit.jar to lib Added a HandTest.java under src/edu/ucsb/cs56/projects/games/unitTest Added 10 unit test inside HandTest class. #16 Added test target in build.xml. Try ant test to run the JUnitTest