Spring Boot testing workshop
This repository is the course material for the Spring Boot testing workshop written by Peter Szanto. You can contact me here, if you are interested to have this workshop delivered by me :
https://exampledriven.wordpress.com/contact/
The presentation is on prezi.com
In this repo each commit adds a new technology and demonstrates how to test it. This covers :
- JPA
- JDBC
- RestClient
- Service
- Controller
- Caching
The below tools/techniques are used for testing
- Spy
- Mock
- Stub
- Spring's @Test* annotation
- JUnit
- Test NG