Skip to content
Snippets Groups Projects
Select Git revision
  • e0fe5c107242cadeee740dbb6e858fdc963c55ad
  • main default protected
  • 1-fix-assignment-errors
  • testsfail
4 results

Main.java

  • Alex Milliken's avatar
    e0fe5c10
    Added unit tests · e0fe5c10
    Alex Milliken authored
    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
    e0fe5c10
    History
    Added unit tests
    Alex Milliken authored
    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