aboutsummaryrefslogtreecommitdiff
path: root/test/src/DiscoveryTest.kt
diff options
context:
space:
mode:
Diffstat (limited to 'test/src/DiscoveryTest.kt')
-rw-r--r--test/src/DiscoveryTest.kt15
1 files changed, 0 insertions, 15 deletions
diff --git a/test/src/DiscoveryTest.kt b/test/src/DiscoveryTest.kt
deleted file mode 100644
index f854b4d6..00000000
--- a/test/src/DiscoveryTest.kt
+++ /dev/null
@@ -1,15 +0,0 @@
-package com.jetbrains.dokka.tests
-
-import org.junit.Test
-import kotlin.test.*
-
-
-public class FunctionTest {
- Test fun function() {
- verifyFiles("test/data/function.kt") { model ->
- val item = model.items.single()
- assertEquals("fn", item.name)
- assertEquals("doc", item.doc)
- }
- }
-} \ No newline at end of file