EffectTest

abstract class EffectTest(testContext: CoroutineContext = UnconfinedTestDispatcher(), testScope: CoroutineScope = TestScope(testContext)) : CoroutineScope

Base class for Effect tests.

Parameters

testContext

Constructors

Link copied to clipboard
constructor(testContext: CoroutineContext = UnconfinedTestDispatcher(), testScope: CoroutineScope = TestScope(testContext))

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Run the effect using the dependency for asserting the result.