org.scalatest.fixture
Trait declaring methods that can be used to register test functions that accept a fixture parameter and 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 test functions that accept a fixture parameter and have result type
Future[Assertion]
.