Spock: Up and Running
Author | : Rob Fletcher |
Publisher | : "O'Reilly Media, Inc." |
Total Pages | : 360 |
Release | : 2017-05-08 |
ISBN-10 | : 9781491923245 |
ISBN-13 | : 1491923245 |
Rating | : 4/5 (45 Downloads) |
Download or read book Spock: Up and Running written by Rob Fletcher and published by "O'Reilly Media, Inc.". This book was released on 2017-05-08 with total page 360 pages. Available in PDF, EPUB and Kindle. Book excerpt: Most developers would agree that writing automated tests is a good idea, but writing good, well-structured tests is still an elusive skill for many. For Java and Groovy developers, however, there’s good news. This practical guide shows you how to write concise and highly readable tests with Spock, the most innovative testing and specification framework for the JVM since JUnit. Author Rob Fletcher takes you from Spock basics to advanced topics, using fully worked integration examples. Through the course of this book, you’ll build a simple web application—Squawker—that allows users to post short messages. You’ll discover how much easier it is to write automated tests with Spock’s straightforward and expressive language. Start by learning how to write simple unit tests Understand the lifecycle of Spock specifications and feature methods Dive into interaction testing, using Spock’s intuitive syntax for dealing with mocks and stubs Learn about parameterized tests—writing feature methods that run for multiple sets of data Move into advanced topics, such as writing idiomatic Spock code and driving parameterized tests with file or database input Learn how everything works together in a standalone, fully-worked, test-driven development example