Skip to content

ExampleDriven/spring-boot-testing-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Spring Boot testing workshop

This repository is the course material for the Spring Boot testing workshop written by Peter Szanto. You can contact me here, if you are interested to have this workshop delivered by me :

https://exampledriven.wordpress.com/contact/

The presentation is on prezi.com

In this repo each commit adds a new technology and demonstrates how to test it. This covers :

  • JPA
  • JDBC
  • RestClient
  • Service
  • Controller
  • Caching

The below tools/techniques are used for testing

  • Spy
  • Mock
  • Stub
  • Spring's @Test* annotation
  • JUnit
  • Test NG

Releases

No releases published

Packages

No packages published

Languages