https://github.com/davescott99/tdd-exercise-02
Exercise about TDD
https://github.com/davescott99/tdd-exercise-02
java junit5 mockmvc spring-boot
Last synced: 4 months ago
JSON representation
Exercise about TDD
- Host: GitHub
- URL: https://github.com/davescott99/tdd-exercise-02
- Owner: DaveScott99
- Created: 2023-10-19T17:40:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-19T17:44:52.000Z (over 1 year ago)
- Last Synced: 2025-01-19T20:16:48.837Z (6 months ago)
- Topics: java, junit5, mockmvc, spring-boot
- Language: Java
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TDD-exercise-02
Este é um sistema de eventos e cidades com uma relação N-1 entre eles:

## Testes de integração realizados
- CityControllerIT
- findAllShouldReturnAllResourcesSortedByName
- insertShouldInsertResource
- deleteShouldReturnNoContentWhenIndependentId
- deleteShouldReturnNotFoundWhenNonExistingId
- deleteShouldReturnBadRequestWhenDependentId
- EventControllerIT
- updateShouldUpdateResourceWhenIdExists
- updateShouldReturnNotFoundWhenIdDoesNotExist