Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 445 Bytes

File metadata and controls

14 lines (7 loc) · 445 Bytes

Week2_JUnitProject

A project focusing on JUnit testing for week 2 CIS175

The project is made to show an understanding of JUnit and using Maven.

It works by using a Maven project and by creating a class and then testing it with JUnit assertions and a test suite

Its useful as its provides grounds for exploring JUnit and Maven

A user can get started by importing it into eclipse

This was bulit on JAVA SE 16 and eclipse 2021 -06