Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Probando con Grails

aitortxu
September 26, 2011
98

Probando con Grails

SpringIo 2011

aitortxu

September 26, 2011
Tweet

Transcript

  1. def "length of names"() { expect: name.size() == length where:

    name | length "Spock" | 4 "Kirk" | 4 "Scotty" | 6 } Condition not satisfied: name.size() == length | | | | | 5 | 4 Spock false
  2. EasyB scenario "", { given "", { } } when

    "" { } and "", { } then "", { } and "", { }