Companion

foperator.testkit.TestClient.Companion
class Companion[IO[_]](implicit io: Async[IO]) extends Companion[IO, TestClient[IO]]

Attributes

Graph
Supertypes
class Companion[IO, TestClient[IO]]
class Object
trait Matchable
class Any

Members list

Type members

Inherited types

type EngineFor[T] = Engine[IO, TestClient[IO], T]

Attributes

Inherited from:
Companion
type OperationsFor[T] = Operations[IO, TestClient[IO], T]

Attributes

Inherited from:
Companion
type ReconcilerFor[T] = Reconciler[IO, TestClient[IO], T]

Attributes

Inherited from:
Companion

Value members

Concrete methods

def client: IO[TestClient[IO]]

Inherited methods

def Reconciler[T](implicit e: EngineFor[T], res: ObjectResource[T], io: Async[IO]): ReconcilerBuilder[IO, TestClient[IO], T]

Attributes

Inherited from:
Companion