final class ResultOfTheTypeInvocation[T] 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
- ResultOfTheTypeInvocation
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfTheTypeInvocation(clazz: Class[T], pos: Position)
Value Members
-
def
thrownBy(fun: ⇒ Any): T
This method enables the following syntax:
This method enables the following syntax:
val e = the [FileNotFoundException] thrownBy { ... } ^
-
def
toString(): String
- Definition Classes
- ResultOfTheTypeInvocation → AnyRef → Any