FunFixture

class FunFixture[T]
Companion:
object
class Object
trait Matchable
class Any

Value members

Deprecated constructors

@deprecated("Use `FunFixture(...)` without `new` instead", "0.7.2")
def this(setup: TestOptions => T, teardown: T => Unit)
Deprecated

Concrete methods

def test(name: String)(body: T => Any)(implicit loc: Location): Unit
def test(options: TestOptions)(body: T => Any)(implicit loc: Location): Unit

Concrete fields

val setup: TestOptions => Future[T]
val teardown: T => Future[Unit]