How to verify whether a super class method was called in Spock?...
Read MoreSpock check invocation using variable instead of literal...
Read MoreSpock Spy/Mock not registering the invocations...
Read MoreSpock stub does not return expected value...
Read MoreHow to test only one part of method which part's test is written in test class with spock...
Read MoreHow to make a mocked method return a succession of values with a succession of invocations...
Read MoreCapture spock return value and use it for verification...
Read MoreDifferent expectations during mocking...
Read MoreUnittest using spock - test interaction on private fields...
Read MoreWhy am I obliged to use a GroovyMock in this case?...
Read MoreSpock ignore test if a "setup test" fail...
Read MoreObjenesis dependency causes instantiation error...
Read MoreHow to test spring batch job within @Transactional SpringBootTest test case?...
Read MoreGetting "Too few invocations" on unit test with spock...
Read MoreGrails functional test Geb page object module not working No signature of method...
Read MoreUsing Spock framework with Groovy 2.6+ to support Java 8+ syntax...
Read MoreCan Spock Mock a Java constructor...
Read MoreHow to write the unit test case for the Classes which are annotated with @Configuration in Spring Bo...
Read MoreSpock - setup spec with groovy trait and @BeforeClass...
Read MoreSpock Test Failing with MissingPropertyException...
Read MoreSpock groovy - how to mock methods in same class?...
Read Moregroovy spock testing closure with spy...
Read MoreExpected scheme-specific part at index 5: null:...
Read MoreIs it possible to have a global setup method in Spock test?...
Read MoreUnexpected Spock MissingMethodException with File.createTempFile()...
Read MoreStubbing when initializing fails when stub returns stub...
Read MoreGrails Unit testing - mock findAllBy() method with each closure...
Read MoreGroovy per instance metaClass method override doesn't work as expected in Spock test...
Read MoreSpock Mock, return "x" when method is called no matter what variables are passed to method...
Read More