ResultOfThrownByApplication

final class ResultOfThrownByApplication(fun: => Unit)

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

def execute(): Unit

Execute the passed-in body of code.

Execute the passed-in body of code.

override def toString: String
Definition Classes
Any