Please conform to the following format when completing your A1.correctness.
I assume you will be uploading either a single ZIP file which contains all test cases, or a single .Java file that contains the test cases themselves.
Next week, when you submit your solitaire implementations, a TA will run your test cases on your code. At that time, we will use EclEmma to validate that each class in your solution has at least 80% of its lines executed by your test cases.
This is important. Each individual class that you submit must show 80% -- it is not enough to show that the aggregate total of all classes shows an 80% coverage.
Please take advantage of the many examples in the SolitairePluginTutorial project in package tutorial.vfinal.
MAKE SURE THAT YOU UPLOAD ACTUAL SOURCE CODE AND NOT THE COMPILED ".class" FILE!!!