-
- Downloads
Added unit tests
1. Added tests to confirm whether the boxComplete method was functioning correctly. Specifically whether it returns true for a complete box AND false for an incomplete box. 2. Added a test to confirm whether the drawVertical and drawHorizontal methods were detecting and throwing an exception for attempting to draw lines that already existed. 3. Removed FIXME line from previously updated name label
Please register or sign in to comment