Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 577 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 577 Bytes

unit-test-with-spring

Demo project for writing unit tests in a spring boot project

Why

Some of us always feel really struggling on writing unit tests, especially in a spring boot project. While unit tests are the major part TDD pattern, so I created this repo and hope it could help for your own projects.

Library

  1. Mockito
  2. Junit5
  3. Spring boot test
  4. mybatis-spring-boot-starter-test

ENV

JDK8+, Maven

Coverage

image