diff options
Diffstat (limited to 'test/src/DiscoveryTest.kt')
-rw-r--r-- | test/src/DiscoveryTest.kt | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/test/src/DiscoveryTest.kt b/test/src/DiscoveryTest.kt index 71a8aa4f..690f0404 100644 --- a/test/src/DiscoveryTest.kt +++ b/test/src/DiscoveryTest.kt @@ -1,2 +1,12 @@ -public class DiscoveryTest { +package com.jetbrains.dokka.tests + +import org.junit.Test + + +public class FunctionTest { + Test fun function() { + verifyFiles("test/data/function.kt") { + + } + } }
\ No newline at end of file |