File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
usvm-ts/src/test/kotlin/org/usvm/samples/lang Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11package org.usvm.samples.lang
22
33import org.jacodb.ets.model.EtsScene
4+ import org.junit.jupiter.api.Disabled
5+ import org.junit.jupiter.api.RepeatedTest
46import org.usvm.api.TsTestValue
57import org.usvm.util.TsMethodTestRunner
68import org.usvm.util.eq
7- import kotlin.test.Test
89
910class Optional : TsMethodTestRunner () {
1011 private val tsPath = " /samples/lang/Optional.ts"
1112
1213 override val scene: EtsScene = loadScene(tsPath)
1314
14- @Test
15+ @Disabled(" Input union types are not supported yet" )
16+ @RepeatedTest(10 , failureThreshold = 1 )
1517 fun `test nullableArgument` () {
1618 val method = getMethod(" nullableArgument" )
1719 discoverProperties<TsTestValue , TsTestValue .TsNumber >(
You can’t perform that action at this time.
0 commit comments