Slide 12
Slide 12 text
Matcherの種類
Specs2で色々な Matcherが定義されている
- StringMatchers
- NumericMatchers
- OptionMatchers
- TraversableMatchers
- FutureMatchers (scala.concurrent.Future)
- FutureZMatchers (scalaz.concurrent.Future向け)
- XorMatchers (catsライブラリ向け)
- …
Reference Card: https://etorreborre.github.io/specs2/guide/SPECS2-3.8.5/org.specs2.guide.matchers.ReferenceCard.html
Matcher collection: https://github.com/etorreborre/specs2/tree/master/matcher/src/main/scala/org/specs2/matcher