zio.test
A TestRunner[R, E] encapsulates all the logic necessary to run specs that require an environment R and may fail with an error E. Test runners require a test executor, a runtime configuration, and a reporter.
TestRunner[R, E]
R
E
Runs the spec, producing the execution results.
A
TestRunner[R, E]encapsulates all the logic necessary to run specs that require an environmentRand may fail with an errorE. Test runners require a test executor, a runtime configuration, and a reporter.