Packages

c

org.scalatest.fixture.AsyncFunSuiteLike

ResultOfTestInvocation

class ResultOfTestInvocation extends AnyRef

Source
AsyncFunSuiteLike.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResultOfTestInvocation
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ResultOfTestInvocation(testName: String, testTags: Tag*)

Value Members

  1. def apply(testFun: () ⇒ Future[compatible.Assertion])(implicit pos: Position): Unit
  2. def apply(testFun: (AsyncFunSuiteLike.FixtureParam) ⇒ Future[compatible.Assertion])(implicit pos: Position): Unit