Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spock

Spock - extracting interactions to method

java groovy spock

Java test class with many private methods [duplicate]

"Empty test suite." in pure kotlin module. (Spock/Android)

Spock vs FitNesse

Intellij IDEA fork mode for unit tests slows down

How do I specify a Range instead of List in the 'where:' block of a Spock specification

groovy spock

Programmatically skip a test in Spock

spock

Using PowerMock with Spock

groovy powermock spock

Spock Test, only check if method is called and do not execute it

grails testing spock

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

Stub a void method in a Spy object with Spock

java groovy spock

What is the definition of double right arrow operator ( >> ) in Spock?

groovy spock

How to test a Grails Service that utilizes a criteria query (with spock)?

Inject dependencies in Grails Spock Specification test

Spock + GEB vs. Robot Framework [closed]

What is the purpose of Spock's @Unroll annotation

spock

Single column Date table issue:Groovy:Date variable '_' needs to be declared as method parameter

spock data-driven-tests

Spock label combinations

groovy spock

Selecting specific tests to run in gradle

junit testng gradle spock

@Mock/@InjectMocks for groovy - spock

java groovy junit mockito spock