harness.zio.test.DefaultHarnessSpec.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.*
abstract class DefaultHarnessSpec extends HarnessSpec[Any] {
override def layerProvider: LayerProvider[R] = LayerProvider.Empty
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy