org.scalatest.words
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.
Matchers
This method enables the following syntax:
a[Exception] should (be thrownBy { "hi".charAt(-1) } and thrownBy { "ha".charAt(3) }) ^
This class is part of the ScalaTest matchers DSL. Please see the documentation for
Matchers
for an overview of the matchers DSL.