__NOTOC__
Spock is a Java testing
framework capable of handling the complete life cycle of a computer program.
It was initially created in 2008 by Peter Niederwieser, a software engineer with GradleWare. A second Spock committer is Luke Daley (also with Gradleware), the creator of the popular Geb functional testing framework.
See also
*
JUnit
JUnit is a unit testing framework for the Java programming language. JUnit has been important in the development of test-driven development, and is one of a family of unit testing frameworks which is collectively known as xUnit that originated ...
, unit testing framework for the Java programming language
*
Mockito
Mockito is an open source testing framework for Java released under the MIT License. The framework allows the creation of test double objects (mock objects) in automated unit tests for the purpose of test-driven development (TDD) or behavior-dr ...
, mocking extensions to JUnit
*
TestNG
TestNG is a testing framework for the Java programming language created by Cédric Beust and inspired by JUnit and NUnit. The design goal of TestNG is to cover a wider range of test categories: unit, functional, end-to-end, integration, etc., w ...
, test framework for Java
References
Cross-platform software
Java development tools
Java platform
Unit testing frameworks
Software using the Apache license
{{compu-library-stub