Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spock

Run a specific test in a single test class with Spock and Maven

Can I override RESTClient default "HttpResponseException" response to >399 Return Codes?

Can't run and debug groovy tests under intellij idea

intellij-idea groovy spock

Mock final class in Spock

mocking final spock

How to Run a Spock Test inside Eclipse

groovy junit spock

Grails / Spock: How to mock single method within class where method is called from within the class itself?

How to create Spock mocks outside of a specification class?

spring unit-testing spock

running grails 2.1.3 tests in Intellij Idea: Bizarre error in Spock test: Cannot add Domain class [class x.y.Z]. It is not a Domain

Assert two lists are equal in Spock framework

java groovy spock

A comparison of ScalaTest and Spock

bdd spock scalatest

How can I efficiently mock a fluent interface with Spock mocks?

unit-testing groovy spock

Mock static method with GroovyMock or similar in Spock

How to get name of currently running test in spock?

spock

When Spock's @Shared annotation should be preferred over a static field?

unit-testing groovy spock

Running spock unit tests with Maven

Spock- ignore spec method for a subclass

java testing groovy tdd spock

Behavior Driven Development for java - what framework to use? [closed]

Is there any way to do mock argument capturing in Spock

mocking spock

Verify no exceptions were thrown in Spock

groovy spock

Spock throw exception test

java unit-testing groovy spock