Search code examples
How to verify whether a super class method was called in Spock?...

javaunit-testinggroovyspock

Read More
Spock check invocation using variable instead of literal...

spock

Read More
Spock Spy/Mock not registering the invocations...

javaunit-testingtestinggroovyspock

Read More
Spock stub does not return expected value...

unit-testinggroovyspock

Read More
How to test only one part of method which part's test is written in test class with spock...

javaunit-testinggroovyspock

Read More
How to make a mocked method return a succession of values with a succession of invocations...

mockingspock

Read More
Capture spock return value and use it for verification...

mockingspockspring-test

Read More
Different expectations during mocking...

javaunit-testingjava-streamspock

Read More
Unittest using spock - test interaction on private fields...

javaunit-testingtestinggroovyspock

Read More
Why am I obliged to use a GroovyMock in this case?...

javafxgroovymockingspocktestfx

Read More
Spock ignore test if a "setup test" fail...

testingspock

Read More
Objenesis dependency causes instantiation error...

groovymockingspockbyte-buddyobjenesis

Read More
Spring @Autowired object is null...

springunit-testingspock

Read More
How to test spring batch job within @Transactional SpringBootTest test case?...

javaspring-dataspring-batchspocklazy-initialization

Read More
Getting "Too few invocations" on unit test with spock...

spock

Read More
Grails functional test Geb page object module not working No signature of method...

grailsgroovyspockfunctional-testinggeb

Read More
Using Spock framework with Groovy 2.6+ to support Java 8+ syntax...

javaspringgradlegroovyspock

Read More
Can Spock Mock a Java constructor...

javaunit-testinggroovyspock

Read More
How to write the unit test case for the Classes which are annotated with @Configuration in Spring Bo...

springspring-bootjunitspockspring-boot-test

Read More
Spock - setup spec with groovy trait and @BeforeClass...

groovyjunittraitsspock

Read More
Spock Test Failing with MissingPropertyException...

javaunit-testingspock

Read More
Spock groovy - how to mock methods in same class?...

javagroovymockingmockitospock

Read More
groovy spock testing closure with spy...

groovynullpointerexceptionspockspy

Read More
Expected scheme-specific part at index 5: null:...

restgroovyspock

Read More
Is it possible to have a global setup method in Spock test?...

javaunit-testinggrailsgroovyspock

Read More
Unexpected Spock MissingMethodException with File.createTempFile()...

javatestinggroovyspock

Read More
Stubbing when initializing fails when stub returns stub...

javaspringmavenresttemplatespock

Read More
Grails Unit testing - mock findAllBy() method with each closure...

unit-testinggrailsgroovymockitospock

Read More
Groovy per instance metaClass method override doesn't work as expected in Spock test...

unit-testinggroovyspockstub

Read More
Spock Mock, return "x" when method is called no matter what variables are passed to method...

groovyspock

Read More
BackNext