Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spock

Spock: Return input parameter in Stubs

java groovy mocking spock

In Geb, what is the difference between displayed and present?

What _ (underscore) means in Spock tests?

testing groovy spock

How to use instance variable in where section of Spock Test

spock

How to integration test auto configuration for a custom Spring Boot style starter library?

How to give System property to my test via Kotlin Gradle and -D

java gradle kotlin spock

MockWebServer: java.lang.NoSuchMethodError

Is documentation readable by non-programmers possible with Spock?

spock - mock static method is not working

java unit-testing groovy spock

Gradle doesn't pass System properties to test classes

maven selenium gradle spock

how to call a method or closure in a where clause in a spock test

where-clause spock

IntelliJ + Groovy + Spock: no Groovy library is defined for module

Spock testing : cleaning after "where:" block finishes

groovy spock

Spock mocks for Akka's ActorRef

scala groovy akka spock

How to unit test logging error with Spock framework in groovy

Highlighting Spock test keywords in Eclipse

Spock difference between Mock() vs Spy() vs Stub()

java unit-testing spock

What's good style for preconditions in Spock feature methods?

spock

Using Spock to stub both Gorm and other methods in a Grails domain class