Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spock

@Rule annotation is not considered in spock unit tests using Junit5

Why does Gradle mark my build with failed tests as successful?

java gradle groovy spock

How to configure spock in spring boot with gradle 6+ and java 11+

Spock: capture return value from a method?

spock spy

Mocking super#method() in Spock

java unit-testing groovy spock

Spring @Autowired object is null

spring unit-testing spock

How to mock autowired beans in a spock test meant for a service?

SpockFramework Global Mocks not working as expected

java unit-testing groovy spock

How to inject property values into a Spock test?

Spock: mocked class's method is not being matched

groovy spock

Spock - @Subject annotation and util | helper class that's being tested

unit-testing groovy spock

Spock - approximate comparisions

grails junit spock

Autowire mock with Spock in Spring Application

java spring unit-testing spock

Maven wont pick up Spock tests

TestNG vs Spock for Automation [closed]

Stub dynamic finder using spock

Spock Framework: problems with spying

How can I start an embedded Cassandra server *before* loading the Spring Context in a Spock test?

Spock testing output from printing function

testing groovy stdout spock

How to test a controller that has a @Mixin of a Basecontroller

grails spock