An open API service indexing awesome lists of open source software.

https://github.com/dor-rondel/a6_csc_385

6th Assignment for CSc-385: Introduction to Software Quality Assurance at SUNY Oswego for Fall 2017 with Professor Tenbergen.
https://github.com/dor-rondel/a6_csc_385

junit4 quality-assurance unit-testing

Last synced: 12 months ago
JSON representation

6th Assignment for CSc-385: Introduction to Software Quality Assurance at SUNY Oswego for Fall 2017 with Professor Tenbergen.

Awesome Lists containing this project

README

          

# a6_CSc_385
6th Assignment for CSc-385: Introduction to Software Quality Assurance at SUNY Oswego for Fall 2017 with Professor Tenbergen.
The source code in `src/main/*` is all provided by him.

Dependencies: jUnit v4.^

Instructions using **maven**:

1. `git clone https://github.com/Dor-Ron/a6_CSc_385.git`
2. `cd` into **a6_CSc_385**
3. `mvn install`
4. `mvn compile`
5. `mvn test`