Cargando…

Spock, up and running : writing expressive tests in Java and Groovy /

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 Spo...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Fletcher, Rob (Software engineer) (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media : O'Reilly Media, 2017.
Edición:First edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part 1. Spock 101. The "up and running" part
  • Specification basics
  • Spock assertions
  • Managing resources
  • Interaction testing
  • Parameterized specifications
  • Part 2. Advanced Spock. Idiomatic Spock
  • Advanced where: blocks
  • Asynchronous testing
  • Extending Spock
  • Test-driven development : the diamond kata
  • Part 3. Integrating Spock. Spock and spring
  • Testing REST APIs
  • End-to-end web testing
  • Testing JavaScript using Spock
  • Test driving an RxJava application.