javamexico / propuestas-meetup

Aquí puedes proponer tu charla, abriendo un issue con el título y descripción de la misma, para que los demás podamos votar.
Creative Commons Zero v1.0 Universal
17 stars 0 forks source link

Realizando pruebas con Spock #38

Closed aalmiray closed 6 years ago

aalmiray commented 6 years ago

http://spockframework.org/

  1. Spock basics
    • blocks
    • given:
    • when:
    • then:
    • and:
    • cleanup:
    • power assert
  2. Parameterization
    • the where: block
    • variables
    • data tables
    • iterables
    • customizing the method name
    • shared values
  3. Mocking
    • Stub, Mock, and Spy
    • defining expectations
    • verifying expectations
  4. Extensions
    • @IgnoreIf
    • @Stepwise
    • Spring integration
    • Spock reports