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 harness.zio.*
import zio.*
import zio.test.*
abstract class Contract[R: EnvironmentTag] {
final type TestSpec = Spec[HarnessEnv & R & TestEnvironment & Scope, Any]
def contract: TestSpec
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy