<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Unit testing of you poker program is part of your responsibility
in completing the assignment. I tried to structure the format of
the file (which is explicitly described in the documentation) so
that it would be easily used across a myriad of programming
languages.</p>
<p>I am getting requests for my test files. As stated, unit testing
is part of your job as a developer to make sure that your program
is working correctly. I provided you with one test file in the
documentation for the project. Here is one more and the resulting
hand ordering.</p>
<p><font face="monospace">10H, JC, JH, 4C, 4S<br>
9S, AS, 2C, 4D, 7C<br>
5C, JS, 6C,10S,10C<br>
AH, 2H, 3H, 4H, 5H<br>
AC, KD, QH, JD,10D<br>
8H, 8C, 8D, 3D, 3S</font></p>
<p><font face="monospace">--- WINNING HAND ORDER ---<br>
AH 2H 3H 4H 5H - Straight-Flush<br>
8H 8C 8D 3D 3S - Full House<br>
AC KD QH JD 10D - Straight<br>
10H JC JH 4C 4S - Two Pair<br>
5C JS 6C 10S 10C - Pair<br>
9S AS 2C 4D 7C - High Card</font><br>
<br>
</p>
<p><br>
</p>
<div class="moz-signature">-- <br>
<b><em>Andrew J. Pounds, Ph.D.</em></b><br>
<em>Professor of Chemistry and Computer Science</em><br>
<em>Director of the Computational Science Program</em><br>
<em>Mercer University</em><br>
<em>1501 Mercer University Drive, Macon, GA 31207 </em><br>
<em>(478) 301-5627</em><br>
</div>
</body>
</html>