Skip to content

Demo project for writing unit tests in a spring boot project

License

Notifications You must be signed in to change notification settings

roryblucky/unit-test-with-spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages