Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spock

Suppress warning “Access to field exceeds its access rights” in Groovy

I can't run a simple Grails functional test using Geb and spock

Does Spock have Test Event Listeners

java unit-testing spock

Is there a concept of test suites in Gradle/Spock land?

gradle groovy spock

Spock assert that list of objects have exact value in field

java unit-testing assert spock

Grails Spock testing Controller and service

unit-testing grails spock

How to mock domain specific closures in Spock

email grails multipart spock

Spock: Reading Test Data from CSV File

Condition in expect block

groovy spock

Spock - returning fixed value not working as expected

java groovy spock stub

Write Spock test cases for Spring boot application [closed]

java spring groovy spock

Grails Spock unit test requires to mock transaction manager

Is there a way to use @MockBean annotation while working with Spock framework

Is it possible to log spock feature method names and clause labels?

spock geb

Spock mock returns null inside collabolator but not in feature method

junit mocking spock

Spock data driven testing with classes to test for "instanceof" assertions

unit-testing groovy spock

How to select the second Class element using jQuery working with Spock/Geb

Get Spring Boot management port at runtime when management.port=0

Cannot create mock for class LoginService. Mocking of non-interface types requires the CGLIB library..?

unit-testing grails spock