Package-level declarations
Types
Link copied to clipboard
Annotation for excluding code from coverage.
Link copied to clipboard
Action used in library tests.
Link copied to clipboard
class TestChildLoop(model: TestModel, renderer: Renderer<TestModel, TestState>, args: TestArgs? = null, firstAction: TestAction? = null, dependency: TestDependency? = null, effectContext: CoroutineContext = DispatcherProvider.IO) : Loop<TestState, TestModel, TestArgs, TestDependency, TestAction>
Child loop used in library tests.
Link copied to clipboard
Dependency used in library tests.
Link copied to clipboard
Effect used in library tests.
Link copied to clipboard
class TestLoop(model: TestModel, renderer: Renderer<TestModel, TestState>, args: TestArgs? = null, firstAction: TestAction? = null, dependency: TestDependency? = null, effectContext: CoroutineContext = DispatcherProvider.IO) : Loop<TestState, TestModel, TestArgs, TestDependency, TestAction>
Loop used in library tests.