Skip to content

An example project demonstrating the use of Spock for behaviour-driven development

Notifications You must be signed in to change notification settings

JUGGL/2016-february-spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Demonstration Of Using Spock For Behaviour Driven Development

Overview

Testing software is an important way to remove defects, ensure quality, and maintain working code over many changes. By implementing Test-Driven Development (TDD) we improve our ability to refactor code, but going further can simplify testing AND improve our ability to find faults in our code. That's where Behaviour Driven Development (BDD) comes in.

Building This Project

Prerequisites

  • Java 8
  • Maven >= 3.0.0

Build Process

git clone https://github.com/JUGGL/february-spock.git
cd february-spock
mvn clean package

References

About

An example project demonstrating the use of Spock for behaviour-driven development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published