diff options
author | Robert Jaros <rjaros@finn.pl> | 2017-08-16 01:58:43 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2017-08-16 01:58:43 +0200 |
commit | e1523ed62e16b6ecfde1a1d6dd69599910c7085a (patch) | |
tree | 60dd83080664e8fae218d68e488eb708bf121da3 /src/test | |
download | kvision-e1523ed62e16b6ecfde1a1d6dd69599910c7085a.tar.gz kvision-e1523ed62e16b6ecfde1a1d6dd69599910c7085a.tar.bz2 kvision-e1523ed62e16b6ecfde1a1d6dd69599910c7085a.zip |
Initial commit
Diffstat (limited to 'src/test')
-rw-r--r-- | src/test/kotlin/test/TestMainApplication.kt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/test/kotlin/test/TestMainApplication.kt b/src/test/kotlin/test/TestMainApplication.kt new file mode 100644 index 00000000..0f8824f7 --- /dev/null +++ b/src/test/kotlin/test/TestMainApplication.kt @@ -0,0 +1,8 @@ +package test + +import org.junit.* +import kotlin.test.* +import pl.treksoft.kvision.* + +class TestMainApplication { +}
\ No newline at end of file |