Stonks/app/src/test/kotlin/xyz/etztech/stonks/AppTest.kt

16 lines
335 B
Kotlin

/*
* This Kotlin source file was generated by the Gradle 'init' task.
*/
package xyz.etztech.stonks
import kotlin.test.Test
import kotlin.test.assertNotNull
class AppTest {
@Test
fun appHasAGreeting() {
val classUnderTest = App()
assertNotNull(classUnderTest.greeting, "app should have a greeting")
}
}