harness.zio.test.Contract.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of harness-zio-test_3 Show documentation
Show all versions of harness-zio-test_3 Show documentation
Miscellaneous libraries/utilities for Scala.
package harness.zio.test
import zio.*
import zio.test.*
abstract class Contract[_R: EnvironmentTag] {
final type R = _R
final type DefaultEnv = HarnessSpec.DefaultEnv
final type Env = DefaultEnv & R
final type TestSpec = Spec[Env, Any]
// =====| Abstract |=====
def testSpec: TestSpec
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy