[Java] Define operation of Unit Test Cases
ovflowd opened this issue · 2 comments
ovflowd commented
Actually searching about using JaCoCo
as coverage profiler. And Spock as Unit Test Case Framework.
Both found on the Internet as recommendations and StackOverflow'ed
This Issue will contain the Description and Development progress of the Test Cases.
- Code Products API Integration Tests
- Code Products API Unit Tests
- Code Purchase API Integration Tests
- Code Purchase API Unit Tests
ovflowd commented
Note.:
Coding only Integration tests for the Domains in the Integration Tests. The Controller Integration Tests will be done Later.
ovflowd commented
Updated
- All tests coded.
- All tests passed
- Build Coverage OK.
Closing this Issue.