NoExceptionWord

final class NoExceptionWord(pos: Position)

This class is part of the ScalaTest matchers DSL. Please see the documentation for Matchers for an overview of the matchers DSL.

class Object
trait Matchable
class Any

Value members

Concrete methods

This method enables the following syntax:

This method enables the following syntax:

noException must be thrownBy { ... }
           ^
infix def mustBe(thrownBy: ResultOfThrownByApplication): Assertion

This method enables the following syntax:

This method enables the following syntax:

noException mustBe thrownBy { ... }
           ^

This method enables the following syntax:

This method enables the following syntax:

noException should be thrownBy { ... }
           ^
infix def shouldBe(thrownBy: ResultOfThrownByApplication): Assertion

This method enables the following syntax:

This method enables the following syntax:

noException shouldBe thrownBy { ... }
           ^
override def toString: String

Overrides toString to return "noException"

Overrides toString to return "noException"

Definition Classes
Any