final class ResultOfThrownByApplication 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
- ResultOfThrownByApplication
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ResultOfThrownByApplication(fun: ⇒ Unit)
Value Members
-
def
execute(): Unit
Execute the passed-in body of code.
-
def
toString(): String
- Definition Classes
- ResultOfThrownByApplication → AnyRef → Any