TestState

data class TestState(val title: String) : ViewState<TestModel, TestDependency>

State used in library tests.

Constructors

Link copied to clipboard
constructor(title: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Delegate call to ActionEmitter.emit.