Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

How to do argument capture with spock framework?

spock

Spock: can an interaction defined in setup() be replaced in a test case?

unit-testing groovy spock

Integration Test with Spring Boot and Spock

Spock - Testing Exceptions with Data Tables

exception testing groovy spock

Difference between Mock / Stub / Spy in Spock test framework

testing mocking spock stub spy