https://github.com/romeh/springboot-junit5-mockito2
Show case for how to use junit 5 and mockito 2 for unit testing and integration test in spring boot 2
https://github.com/romeh/springboot-junit5-mockito2
integration-testing junit5 mockito mockito-2 spring-boot2 unit-testing
Last synced: about 2 months ago
JSON representation
Show case for how to use junit 5 and mockito 2 for unit testing and integration test in spring boot 2
- Host: GitHub
- URL: https://github.com/romeh/springboot-junit5-mockito2
- Owner: Romeh
- Created: 2018-09-03T14:49:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-02T11:21:57.000Z (over 6 years ago)
- Last Synced: 2025-03-24T13:51:15.227Z (2 months ago)
- Topics: integration-testing, junit5, mockito, mockito-2, spring-boot2, unit-testing
- Language: Java
- Homepage:
- Size: 164 KB
- Stars: 19
- Watchers: 2
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# springboot-junit5-mockito2
Show case for how to use junit 5 and mockito 2 for unit testing and integration test with Spring boot 2
-------------------
### Tech stack:
- Spring boot 2
- Junit 5
- Mockito 2
-------------------