org.scalatest
Trait declaring methods that can be used to register by-name test functions that have result type Future[Assertion].
Future[Assertion]
Registers a test.
the test text
the test tags
the test function
Registers an ignored test.
Trait declaring methods that can be used to register by-name test functions that have result type
Future[Assertion]
.