ucsb-cs56-projects / cs56-games-poker

-
MIT License
2 stars 11 forks source link

Create a TestCompareHands.java #40

Closed dvanmali closed 8 years ago

dvanmali commented 8 years ago

Create a file to test all combinations of hands and table cards to see if comparing actually works.

Estimate: ~150 pts

mcaccamo commented 8 years ago

m16 okay

jalexanderqed commented 8 years ago

F16 OK (150 pts)

jalexanderqed commented 8 years ago

The new test file looks good but does not seem to be run by ant test because it does not follow the naming convention *Test.java

jalexanderqed commented 8 years ago

I'm not sure why, but the test file still does not appear to run. To test it, try putting something in the test file that should DEFINITELY fail and run ant test. As far as I can tell, it's still not invoked at all.