Search code examples
Spock and internal kotlin function...


kotlinspock

Read More
Spock returns empty list when mocking JdbcTemplate...


unit-testingspock

Read More
What Groovy language feature uses Spock to implement its condition testing DSL?...


spock

Read More
mock out return of a method base on the number of invocation only in spock...


unit-testinggrailsgroovyspock

Read More
How to verify if method was called when the method is mocked in Spock...


unit-testinggroovymockingspock

Read More
java.lang.RuntimeException: not supported: class org.spockframework.gentyref.CaptureTypeImpl...


javaspring-bootmavengroovyspock

Read More
How can i mock new File() at method level in spock?...


unit-testinggroovyspock

Read More
Why are exceptions thrown from mocks gone when using method count?...


javaunit-testingexceptionmockingspock

Read More
Best approach to test several similar classes in spock test?...


javatestinggroovyspock

Read More
How to navigate to same page before running any test script in GEB SPOCK...


seleniumgrailsgroovyspockgeb

Read More
Grails Unit Test does not work when dependency inject is necessary...


unit-testinggrailsdependency-injectionspock

Read More
Spock mock multiple interfaces...


javaunit-testingmockingspock

Read More
Have Spock fail a data-driven feature if an iteration fails...


spock

Read More
Validating multiple method arguement in spock...


javagroovymockingassertspock

Read More
Cannot mock static Groovy method when using '@CompileStatic'...


unit-testinggrailsmockingspock

Read More
Unit Testing a fluent API with mocking in Spock...


unit-testingmockingspock

Read More
How to mock a class that has a method that returns nothing, using Spock...


javatestinggroovyspock

Read More
When to pass a parameter as a constructor parameter or as a method parameter...


javaspringtestingspock

Read More
Can I add a delay to a call to a Stub method in Spock?...


javagroovyspock

Read More
Selenium commands not working in Chrome web driver (working with firefox)...


seleniumspockgebchrome-web-driverwebdrivermanager-java

Read More
How to generate data table dynamically using json file?...


javajsongroovyspockgeb

Read More
Testing an SFTP client with Spock Framework...


javagroovyjunitsftpspock

Read More
Setting member variables by name in Spock...


groovyreflectionautomated-testsspock

Read More
Spock- Groovy call same client multiple times and assert the result...


groovyspock

Read More
How to test a service or do it right mock? Java11, Spock Framework...


javaunit-testinggroovymockingspock

Read More
Mocking @ConfigurationProperties in Spock with Kotlin not work...


spring-bootkotlinspockconfigurationproperties

Read More
Access Spock data provider variable from inside where: block...


springgroovyspock

Read More
Is object deep-compare possible with Spock Framework?...


groovyequalityspock

Read More
How to test Spring JPA audit annotations?...


javaspring-bootspring-data-jpaspockaudit

Read More
Java: Spock force to fail test on unrecorded mock invocation...


javaspock

Read More
BackNext