Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 882 Bytes

File metadata and controls

21 lines (13 loc) · 882 Bytes

COMP250-A1-TEST

Disclaimers

  • Please only add TEST CODE here, not actual assignment code. If you accidentally pushed your assignment code, please delete ASAP to avoid any inconveniences.
  • Otherwise, happy coding and debugging!

Installing

For IntelliJ IDEA (recommended)

VCS -> Get from Version Control... -> Paste the URL of this repository

For Eclipse

File -> Import -> Git -> Projects from Git (With Smart Import) -> Clone URI -> paste URL of this repository into the URI box -> Click next a bunch, setting directory at your own discression, Master branch from origin. All else default -> Finish

For both:

Drag your .java files from the assignment into the tester package.

In case your IDE does not automatically set package name, change your package name to COMP250A1_W2020

Regularly update the tester (pull the repository). Your assignment files will be ignored.