Project 1, Part 4.3 Grading Tests

The numbering for each test follows the format cxx[rv], where c is the command number, x is the test number, and [rv] indicates whether the test is for raster or vector. For example, 602v indicates command 6, test 02, for a vector implementation. Note that in most cases, the tests for raster and vector are identical.

Calls to DISPLAY are sprinkled throughout each test. DISPLAY was used to verify that your project had created and updated the loose quadtree structure correctly. The output from DISPLAY was not graded while testing (for diff), so DISPLAY commands are not present in the test outputs. If you want to do a diff comparison, you should strip the DISPLAY output from your project output, or modify the tests to remove the DISPLAY commands.

Web Accessibility