blob: 570ad59b4a1948ceaa20b7212ee7aa6dbc0e979d [file] [log] [blame] [edit]
package org.jetbrains.uast.test.kotlin
import org.junit.Test
class KotlinUastValuesTest : AbstractKotlinValuesTest() {
@Test
fun testAssertion() = doTest("Assertion")
@Test
fun testDelegate() = doTest("Delegate")
@Test
fun testIn() = doTest("In")
@Test
fun testLocalDeclarations() = doTest("LocalDeclarations")
@Test
fun testSimple() = doTest("Simple")
@Test
fun testStringTemplateComplex() = doTest("StringTemplateComplex")
}