Runs the code of the test.
Runs the code of the test.
A Map[String, Any]
containing objects that can be used
to configure the fixture and test.
A Map[String, Any]
containing objects that can be used
to configure the fixture and test.
The name of this test.
The name of this test.
A test function taking no arguments, which also provides a test name and config map.
Suite
's implementation ofrunTest
passes instances of this trait towithFixture
for every test method it executes. It invokeswithFixture
for every test, including test methods that take anInformer
. For the latter case, theInformer
to pass to the test method is already contained inside theNoArgTest
instance passed towithFixture
.