TestRunner
zio.test.TestRunner
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.
Attributes
- Graph
-
- Supertypes
- Self type
-
Members list
In this article