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 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