Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in spock

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