spock-tests
There are 53 repositories under spock-tests topic.
kkapelon/java-testing-with-spock
Code samples from the book "Java testing with Spock"
testcontainers/testcontainers-spock
Spock extension for using Docker containers in Spock tests. (DEPRECATED, moved to main repo!)
DigitalState/Camunda-Spock-Testing
Spock Framework Specification Testing / Unit Testing for Camunda BPM Engine/Processes
DanielMichalski/algorithms-and-data-structures-in-kotlin
A Kotlin project with solutions for common algorithms and with their time and memory complexity. Tests are written in Spock.
alonsohki/spockts
Unopinionated TypeScript testing framework inspired in the Spock Framework
apulbere/codility-solutions
correct solutions in java/scala for codility problems with unit test (Spock/ScalaTest)
andrei-punko/articles-backend-app
Full-fledged Spring Boot backend application
daggerok/spring-webflux-groovy-example
Spring Webflux, spring-boot sample by using dynamic groovy
pasha-kuznetsov/trip-calculator
Java 1.8 Spring RESTful API exercise for splitting expenses, tests in Groovy Spock
pokemzok/parkandrest-kotlin
Backend application for parking management
aplotnikov/junit_5_vs_spock
Comparison of using JUnit 5.9.3 vs Spock 2.3
bonjoursoftware/mycollections
Groovy / Micronaut project that keeps track of collections of any kind
braintelligencePL/design-patterns
Design Patterns implemented in Java, Kotlin
code-4-fun/Super-Simple-Stock-Market
Implementation for Simple Stock Market Problem Statement
daggerok/cqrs-eventsourcing-user-management-example
CQRS and event sourcing using dynamic groovy, spring-boot and spring-webflux
daggerok/ddd
DDD / Spock app (believe, where are nothing interesting here...)
iklymchuk/GTest
Groovy based template for e2e/api/unit test automation
mkmiecikitdev/AlternativeWorld
First approach to DDD, BDD, Hexagonal Architecture. Demo. 2018.
mzimecki/MySpringBootExample
Example of Spring Boot web application with REST service and Freemarker
pokemzok/console-recruiter
Have you ever wanted to test your knowledge under time pressure? Me neither, but now we both can thanks to the console recruiter!
todd-elvers/java-algorithms
Numerous algorithms & data structures implemented in Java & tested with Spock
WoKak/socialapp-backend
Backend of twitter-like social media applicaton
rabestro/coffee-machine
This project allows you to better understand the basic OOP, its main concepts such as classes, class methods and attributes, and get a taste of Kotlin.
carloshh/kata-fizzbuzz
Example of FizzBuzz Kata
daggerok/event-sourced-user-management
Status: IN PROGRESS. CQRS and event sourcing using plain embedded into jdk com.sun.net.httpserver with dynamic groovy spock tests
davicar319/koans-letter-counter
A very simple koans type project that solves counting the instances of letters in a string in a number of different ways using various java features. I tried to provide a step-by-step tutorial in the readme.
hariprasath-r/spock-starter
Starter projects for learning Spock Framework
JannisMueller/labGameOfLife
This Kata is about calculating the next generation of Conway’s game of life, given any starting position
lucashsouza/SpockFramework
Repositório destinado a prática de testes com framework Spock conforme obra "Testes automatizados para Java, Android e REST" do autor José Yoshiriro (@jyoshiriro)
rabestro/fund-balance-spock-example
The examples of spock framework unit tests
rabestro/jetbrains-academy-ascii-mirror
The solution of a simple educational project made in a functional style.
rabestro/test-numbers
This is a project to explore the Spock framework