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.
- Host: GitHub
- URL: https://github.com/dor-rondel/a6_csc_385
- Owner: dor-rondel
- Created: 2017-12-01T20:48:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T02:12:52.000Z (over 8 years ago)
- Last Synced: 2025-02-26T07:36:11.450Z (over 1 year ago)
- Topics: junit4, quality-assurance, unit-testing
- Language: Java
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`