FixtureAsyncTestRegistration

@deprecated("The org.scalatest.FixtureAsyncTestRegistration trait has been deprecated and will be removed in a future version of ScalaTest. No replacement is planned.", "3.1.0")

The org.scalatest.FixtureAsyncTestRegistration has been deprecated and will be removed in a future version of ScalaTest. We do not plan a replacement.

Trait declaring methods that can be used to register test functions that accept a fixture parameter and have result type Future[Assertion].

Deprecated
class Object
trait Matchable
class Any

Value members

Abstract methods

def registerAsyncTest(testText: String, testTags: Tag*)(testFun: <none> => Future[Assertion])(implicit pos: Position): Unit

Registers a test.

Registers a test.

Value parameters:
testFun

the test function

testTags

the test tags

testText

the test text

def registerIgnoredAsyncTest(testText: String, testTags: Tag*)(testFun: <none> => Future[Assertion])(implicit pos: Position): Unit

Registers an ignored test.

Registers an ignored test.

Value parameters:
testFun

the test function

testTags

the test tags

testText

the test text