malike / spring-boot-tdd

Sample spring boot project done with TDD

Home Page:http://malike.github.io/Why-TDD-and-How-To/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spring-boot-tdd

Using TDD to build a sample spring boot app.

Read all about this project on my blog.

It uses :

1. Fluentlenium. "FluentLenium helps you writing readable, reusable, reliable and resilient UI functional tests for the browser."

2. RestAssured and HamCrest give us the oppurtunity to test rest service and validate.

3. Mockito "Mockito is used to mock interfaces so that a dummy functionality can be added to a mock interface that can be used in unit testing. This tutorial should help you learn how to create unit tests with Mockito as well as how to use its APIs in a simple and intuitive way..."

About

Sample spring boot project done with TDD

http://malike.github.io/Why-TDD-and-How-To/


Languages

Language:Java 89.8%Language:HTML 10.2%