Skip to content

seanyinx/test-koan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Koan

A project for Java developers to practice writing effective tests.

It includes the following modules:

  • base
  • spring-boot
  • integration

Restrictions:

  • you are not allowed to change the test cases or production code.
  • you shall only add assertions / mocking / configuration / annotations / dependencies to tests

base

test cases for pure java code with:

  • Primitive types
  • String
  • Collection
  • Mock
  • Remote communication

spring boot

common test scenarios for spring boot applications like:

  • Controller
  • Database

integration

integration tests with external dependencies using Docker

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages