All Downloads are FREE. Search and download functionalities are using the official Maven repository.

harness.zio.test.Contract.scala Maven / Gradle / Ivy

There is a newer version: 5.1.3
Show newest version
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