final class NoExceptionWord 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
- NoExceptionWord.scala
- Alphabetic
- By Inheritance
- NoExceptionWord
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new NoExceptionWord(pos: Position)
Value Members
- def must(beWord: BeWord): ResultOfBeWordForNoException
This method enables the following syntax:
This method enables the following syntax:
noException must be thrownBy { ... } ^
- def mustBe(thrownBy: ResultOfThrownByApplication): Assertion
This method enables the following syntax:
This method enables the following syntax:
noException mustBe thrownBy { ... } ^
- def should(beWord: BeWord): ResultOfBeWordForNoException
This method enables the following syntax:
This method enables the following syntax:
noException should be thrownBy { ... } ^
- def shouldBe(thrownBy: ResultOfThrownByApplication): Assertion
This method enables the following syntax:
This method enables the following syntax:
noException shouldBe thrownBy { ... } ^
- def toString(): String
Overrides toString to return "noException"
Overrides toString to return "noException"
- Definition Classes
- NoExceptionWord → AnyRef → Any