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: 12 months ago
JSON representation

TDD using JUnit, Mockito, and Hamcrest

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