Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 22 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T00:36:14.000Z (almost 4 years ago)
- Last Synced: 2024-11-19T06:00:18.505Z (3 months 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