Entries from 2011-09-25 to 1 day

Specs2を試す(8)

Single step Given/When/Then の3つのステップは GivenThen で1つにまとめることができる。 import org.specs2._ import specification._ class GivenThenSpec extends Specification { def is = "given the name: ${eric}, then the age is ${18}" ! new Gi…