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

Probando con Grails

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
Avatar for aitortxu aitortxu
September 26, 2011
110

Probando con Grails

SpringIo 2011

Avatar for aitortxu

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 "", { }