Spock: Up and Running
Rob Fletcher
* Affiliatelinks/Werbelinks
Links auf reinlesen.de sind sogenannte Affiliate-Links. Wenn du auf so einen Affiliate-Link klickst und über diesen Link einkaufst, bekommt reinlesen.de von dem betreffenden Online-Shop oder Anbieter eine Provision. Für dich verändert sich der Preis nicht.
Naturwissenschaften, Medizin, Informatik, Technik / Anwendungs-Software
Beschreibung
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