Spock: Up and Running e-bog
310,39 DKK
(inkl. moms 387,99 DKK)
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, theres 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...
E-bog
310,39 DKK
Forlag
O'Reilly Media
Udgivet
8 maj 2017
Længde
372 sider
Genrer
Web programming
Sprog
English
Format
pdf
Beskyttelse
LCP
ISBN
9781491923269
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, theres 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, youll build a simple web applicationSquawkerthat allows users to post short messages. Youll discover how much easier it is to write automated tests with Spocks straightforward and expressive language.Start by learning how to write simple unit testsUnderstand the lifecycle of Spock specifications and feature methodsDive into interaction testing, using Spocks intuitive syntax for dealing with mocks and stubsLearn about parameterized testswriting feature methods that run for multiple sets of dataMove into advanced topics, such as writing idiomatic Spock code and driving parameterized tests with file or database inputLearn how everything works together in a standalone, fully-worked, test-driven development example