Mock verifications in spock
Explains a subtle issue with mock verification order in Spock tests and provides a solution using multiple 'then' blocks.
Explains a subtle issue with mock verification order in Spock tests and provides a solution using multiple 'then' blocks.
Introduces springmock, a library for injecting Spock or Mockito mocks into Spring Boot integration tests, simplifying test setup.
A guide to grouping and categorizing Spock tests using JUnit's @Category annotation with Gradle to manage test execution.