aboutsummaryrefslogtreecommitdiff
path: root/core/src/test/kotlin/model/SourceLinksTest.kt
diff options
context:
space:
mode:
authorKamil Doległo <kamilok1965@interia.pl>2019-09-11 15:34:55 +0200
committerKamil Doległo <kamilok1965@interia.pl>2019-10-10 12:21:16 +0200
commitf4920fc9d067e59a5d843a185e07c5d321c91c6d (patch)
tree9e55f99f5f612cd3e716f07b08aa309206096743 /core/src/test/kotlin/model/SourceLinksTest.kt
parentb536699655e40c62cd603e1f98869786566604bd (diff)
downloaddokka-f4920fc9d067e59a5d843a185e07c5d321c91c6d.tar.gz
dokka-f4920fc9d067e59a5d843a185e07c5d321c91c6d.tar.bz2
dokka-f4920fc9d067e59a5d843a185e07c5d321c91c6d.zip
Extract testApi from core
Diffstat (limited to 'core/src/test/kotlin/model/SourceLinksTest.kt')
-rw-r--r--core/src/test/kotlin/model/SourceLinksTest.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/src/test/kotlin/model/SourceLinksTest.kt b/core/src/test/kotlin/model/SourceLinksTest.kt
index a4ba870c..8f7766f6 100644
--- a/core/src/test/kotlin/model/SourceLinksTest.kt
+++ b/core/src/test/kotlin/model/SourceLinksTest.kt
@@ -2,8 +2,8 @@ package org.jetbrains.dokka.tests.model
import org.jetbrains.dokka.NodeKind
import org.jetbrains.dokka.SourceLinkDefinitionImpl
-import org.jetbrains.dokka.tests.ModelConfig
-import org.jetbrains.dokka.tests.checkSourceExistsAndVerifyModel
+import org.jetbrains.dokka.testApi.ModelConfig
+import org.jetbrains.dokka.testApi.checkSourceExistsAndVerifyModel
import org.junit.Assert
import org.junit.Test
import org.junit.runner.RunWith