https://github.com/netodeolino/book-tdd-dio
TDD using JUnit, Mockito, and Hamcrest
https://github.com/netodeolino/book-tdd-dio
hamcrest mockito tdd unit-testing
Last synced: 12 months ago
JSON representation
TDD using JUnit, Mockito, and Hamcrest
- Host: GitHub
- URL: https://github.com/netodeolino/book-tdd-dio
- Owner: netodeolino
- Created: 2021-02-25T21:37:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T00:36:14.000Z (over 5 years ago)
- Last Synced: 2025-01-20T06:47:35.383Z (over 1 year ago)
- Topics: hamcrest, mockito, tdd, unit-testing
- Language: Java
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Project created for TDD practice based on the Digital Innovation course
Run project:
```shell script
mvn spring-boot:run
```
Run tests:
```shell script
mvn clean test
```
Project start endpoint:
```
http://localhost:8080/api/v1/books
```
Technologies:
* Java 11
* Maven 3.6.3