https://github.com/antkorwin/damage-tests
Sample of "Spring Boot TDD" application
https://github.com/antkorwin/damage-tests
database-rider spring-boot spring-data-test tdd test-driven-development testcontainers
Last synced: 2 months ago
JSON representation
Sample of "Spring Boot TDD" application
- Host: GitHub
- URL: https://github.com/antkorwin/damage-tests
- Owner: antkorwin
- Created: 2017-11-12T12:03:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T09:47:50.000Z (over 8 years ago)
- Last Synced: 2025-10-11T04:56:09.501Z (10 months ago)
- Topics: database-rider, spring-boot, spring-data-test, tdd, test-driven-development, testcontainers
- Language: Java
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Damage Tests
## Spring Boot application with tests:
- unit testing: service, controller...
- integration REST
- integration DAO (constraints, sql test)
- event publishing integration tests
- test with docker containers example (testcontainers)