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))
Functions
Link copied to clipboard
infix fun <TModel : Any, TDependency> TDependency.runWith(effect: <Error class: unknown class><TModel, TDependency>): EmitAsserter<TModel, TDependency>
Run the effect using the dependency for asserting the result.