ResultOfBeWordForNoException

final class ResultOfBeWordForNoException(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

infix def thrownBy(fun: => Any): Assertion

This method enables the following syntax:

This method enables the following syntax:

noException should be thrownBy { ... }
                     ^
override def toString: String

Overrides toString to return pretty noException should/must be

Overrides toString to return pretty noException should/must be

Definition Classes
Any