Skip to content

Simple startup project that contains dependencies necessary to run spock tests

Notifications You must be signed in to change notification settings

venth/startup-spock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

startup-spock

Goals

The goal of this repo is to show:

  • minimal dependency setup to run Spock tests
  • differences between usage Spock convention and DSL convention
  • dealing with stubbing static final methods in Spock

Description of modules

  • domain - contains the classes related to a tested case
  • simple - contains tests that uses only Spock and stubbing / mocking provided by Spock
  • simple-dsl - contains the same tests as in simple but written in DSL
  • final-static - contains example tests that show how to deal with final static stuff while using Spock

About

Simple startup project that contains dependencies necessary to run spock tests

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published