IOFixture

abstract class IOFixture[A](name: String) extends AnyFixture[A]
class AnyFixture[A]
class Object
trait Matchable
class Any

Value members

Concrete methods

override def afterAll(): IO[Unit]
Definition Classes
AnyFixture
Source:
ResourceFixture.scala
override def afterEach(context: AfterEach): IO[Unit]
Definition Classes
AnyFixture
Source:
ResourceFixture.scala
override def beforeAll(): IO[Unit]
Definition Classes
AnyFixture
Source:
ResourceFixture.scala
override def beforeEach(context: BeforeEach): IO[Unit]
Definition Classes
AnyFixture
Source:
ResourceFixture.scala

Inherited methods

def apply(): A

The value produced by this suite-local fixture that can be reused for all test cases.

The value produced by this suite-local fixture that can be reused for all test cases.

Inherited from:
AnyFixture
Source:
AnyFixture.scala

Inherited fields

Inherited from:
AnyFixture
Source:
AnyFixture.scala