TestCase
zio.test.Spec$.TestCase
final case class TestCase[-R, +E](test: ZIO[R, TestFailure[E], TestSuccess], annotations: TestAnnotationMap) extends SpecCase[R, E, Nothing]
Attributes
- Graph
-
- Supertypes
Members list
In this article