ovflowd/ecommerce

[Java] Define operation of Unit Test Cases

ovflowd opened this issue · 2 comments

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

Note.:

Coding only Integration tests for the Domains in the Integration Tests. The Controller Integration Tests will be done Later.

Updated

  • All tests coded.
  • All tests passed
  • Build Coverage OK.

Closing this Issue.