Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 588 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 588 Bytes

spock-tests

Repo til forskellige Spock relaterede tests.

Spock docs: http://docs.spockframework.org/en/latest/

Agenda

  • Anatomi:
    • extends Specification (IntegrationSpec)
    • setup / setupSpec / clanup / cleanupSpec
  • Blocks
    • given / setup
    • expect
    • when
    • then
    • where
  • Controller
    • controller.params
    • controller.flash
    • controller.session
  • Service
  • Domain
  • Exceptions
  • Mock
  • GroovyMock (statiske metoder)
  • Spy (partial mock)
  • old-metoden

HVIS TID:

  • BuildTestData