Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davescott99/tdd-exercise-02
Exercise about TDD
https://github.com/davescott99/tdd-exercise-02
java junit5 mockmvc spring-boot
Last synced: 14 days 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: 2024-11-18T22:24:47.434Z (3 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:
![image](https://github.com/DaveScott99/TDD-exercise-02/assets/101915085/e34c0480-ede2-443c-a2ef-59b6845ab86b)
## Testes de integração realizados
- CityControllerIT
- findAllShouldReturnAllResourcesSortedByName
- insertShouldInsertResource
- deleteShouldReturnNoContentWhenIndependentId
- deleteShouldReturnNotFoundWhenNonExistingId
- deleteShouldReturnBadRequestWhenDependentId
- EventControllerIT
- updateShouldUpdateResourceWhenIdExists
- updateShouldReturnNotFoundWhenIdDoesNotExist