AsyncTestRegistration

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

The org.scalatest.AsyncTestRegistration 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 by-name test functions that have result type Future[Assertion].

Deprecated
class Object
trait Matchable
class Any

Value members

Abstract methods

def registerAsyncTest(testText: String, testTags: Tag*)(testFun: => 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: => 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