Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 890 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 890 Bytes

Test Driven Development with Spring Boot

This project demonstrates how to write test cases for:

  • Integration test for:
    • HTTP GET End-point
    • Cache
  • Unit Tests for:
    • RestController
    • Service
    • Repository

This project also demonstrates a way to:

  • Prepare a test database before running integration test.
  • Clean database after running integration test.

References: