/* * 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") } }