Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dfernandos authored Nov 14, 2023
1 parent 9ae783e commit a6a198a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,26 @@ Este projeto foi criado para a disciplina de Trabalho de Conclusão II para a ob

- Once you run the tests you can check the test report generated by Jacoco in directory `target/site/index.html`

- Test scenarios

- For testing the the TerritoryService class:
- Create a territóry successfully
- Get a all territories successfully
- Should delete a territory successfully
- Should get a territory by Id Successfully
- Should update a territory sucessfully

- For testing the the TerritoryController class:
- Create a territóry successfully and return 201
- Validate if an error is throwed in case there is a issue
- Get all territories successfully and return 200
- Should delete a territory successfully and return 200
- Should get a territory by Id Successfully and return 200
- Should return not founf when a territory is not found and return 404
- Should update a territory sucessfully and return 200
- Should get all territory successfully and return 200


#### CI/CD

- You can check the CI/CD status in the menu Actions on GitHub
Expand Down

0 comments on commit a6a198a

Please sign in to comment.