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