final class ResultOfBeThrownBy extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
- Source
- ResultOfBeThrownBy.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultOfBeThrownBy
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfBeThrownBy(codeList: IndexedSeq[() ⇒ Unit])
Type Members
- final class ResultOfAndBeWord extends AnyRef
Value Members
-
def
and(beWord: BeWord): ResultOfAndBeWord
This method enables the following syntax:
This method enables the following syntax:
a[Exception] should (be thrownBy { "hi".charAt(-1) } and thrownBy { "ha".charAt(3) }) ^