Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 392 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 392 Bytes

Overview

This project demonstrates some features of the Spock Testing Framework.

The project contains following two specifications:

BankAccountSpecification

Demonstrates use of Fixture methods, parameterized tests, and assertions.

BankingServiceSpecification

Demonstrates interaction-based testing with use of mocks and stubs.