iosTest.io.github.untactorder.shared.iosTest.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of toasterAtSnackBar Show documentation
Show all versions of toasterAtSnackBar Show documentation
Toast and SnackBar Lib contains design presets for Kotlin Multi-platform written with Compose.
package io.github.untactorder.shared
import kotlin.test.Test
import kotlin.test.assertTrue
class IosGreetingTest {
@Test
fun testExample() {
//assertTrue(Greeting().greeting().contains("iOS"), "Check iOS is mentioned")
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy