An open API service indexing awesome lists of open source software.

https://github.com/martincantillo/unit-test2-springboot

Unit test in springboot involving JUnit 5 , Mockito and Jacoco
https://github.com/martincantillo/unit-test2-springboot

jacoco junit5 mocking-framework

Last synced: about 1 year ago
JSON representation

Unit test in springboot involving JUnit 5 , Mockito and Jacoco

Awesome Lists containing this project

README

          

# Unit-test2-Springboot
Unit test in springboot involving JUnit 5 , Mockito and Jacoco

## Coverage Report
### Save method tested

- ![image](https://github.com/MartinCantillo/Unit-test-Springboot/assets/99986308/78da6360-f9c6-459c-811a-226418a7ebbf)

### FindById method tested and passed

- ![image](https://github.com/MartinCantillo/Unit-test2-Springboot/assets/99986308/7a5834e9-ec4d-4905-9ba2-66f49b66c684)