busymachines.pureharm.testkit

Type members

Classlikes

abstract class PureharmTest extends FunSuite with PureharmAssertions with PureharmTestRuntimeLazyConversions

Base class that is recommended to be extended in a "testkit" module in your own application, and added the corresponding flavor.

Base class that is recommended to be extended in a "testkit" module in your own application, and added the corresponding flavor.

All tests are in IO[Unit], and no special syntax is offered to return any other types of values.

Authors
Since

24 Jun 2020

object types

Deprecated classlikes

@deprecated("Use PureharmTest directly with the \'val myResource = ResourceFixture(testOptions => ???: Resource[IO, T])\' and then: \'myResource.test{res => testBody}\' style instead", "0.2.0")
abstract class PureharmTestWithResource extends PureharmTest
Deprecated

Inherited types

type Location = Location
type TestOptions = TestOptions

Value members

Inherited fields

val Fail: Tag
val Flaky: Tag
val Ignore: Tag
val Location: Location
val Only: Tag
val Slow: Tag
val TestOptions: TestOptions