turbine:kotlinx.coroutines流的小型测试库

时间:2024-04-06 07:28:12
【文件属性】:

文件名称:turbine:kotlinx.coroutines流的小型测试库

文件大小:81KB

文件格式:ZIP

更新时间:2024-04-06 07:28:12

Kotlin

涡轮 Turbine是kotlinx.coroutines 的小型测试库。 flowOf( " one " , " two " ).test { assertEquals( " one " , expectItem()) assertEquals( " two " , expectItem()) expectComplete() } 涡轮是一种旋转机械设备,可从流体流中提取能量并将其转化为有用的功。 – 下载 repositories { mavenCentral() } dependencies { testImplementation ' app.cash.turbine:turbine:0.4.1 ' } Sonatype的快照存储库中提供了开发版本的快照。 repositories { maven { url ' https://oss.s


【文件预览】:
turbine-trunk
----gradlew(6KB)
----.github()
--------workflows()
----LICENSE.txt(11KB)
----src()
--------nativeTest()
--------commonMain()
--------jvmTest()
--------jsTest()
--------commonTest()
----gradle()
--------wrapper()
----RELEASING.md(1009B)
----README.md(6KB)
----gradlew.bat(3KB)
----gradle.properties(779B)
----.editorconfig(168B)
----.gitignore(57B)
----CHANGELOG.md(1KB)
----build.gradle(2KB)

网友评论