We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1750906 commit 70e6c06Copy full SHA for 70e6c06
composable-architecture-test/src/main/kotlin/composablearchitecture/test/TestStore.kt
@@ -84,7 +84,9 @@ private constructor(
84
fromLocalAction,
85
testDispatcher
86
)
87
-
+
88
+ @kotlin.ExperimentalStdlibApi
89
+ @OptIn(kotlin.ExperimentalStdlibApi::class)
90
fun assert(block: AssertionBuilder<LocalAction, LocalState, Environment>.() -> Unit) {
91
val assertion = AssertionBuilder<LocalAction, LocalState, Environment> {
92
toLocalState.get(state)
0 commit comments