final class ResultOfBeWordForNoException extends AnyRef
This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers
for an overview of
the matchers DSL.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ResultOfBeWordForNoException
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfBeWordForNoException(pos: Position)
Value Members
-
def
thrownBy(fun: ⇒ Any): Assertion
This method enables the following syntax:
This method enables the following syntax:
noException should be thrownBy { ... } ^
-
def
toString(): String
Overrides toString to return pretty noException should/must be
Overrides toString to return pretty noException should/must be
- Definition Classes
- ResultOfBeWordForNoException → AnyRef → Any