aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/expect
diff options
context:
space:
mode:
authorBłażej Kardyś <bkardys@virtuslab.com>2020-11-02 04:22:57 +0100
committerBłażej Kardyś <bkardys@virtuslab.com>2020-11-27 03:15:02 +0100
commite6ce96cef610cab0163c669ab4a9de0c259904cc (patch)
treeee54e7053dba70b30de187925d6c41a76eff8385 /plugins/base/src/test/kotlin/expect
parented56e7bcdceac7a13eae851e02f642c0762aaf40 (diff)
downloaddokka-e6ce96cef610cab0163c669ab4a9de0c259904cc.tar.gz
dokka-e6ce96cef610cab0163c669ab4a9de0c259904cc.tar.bz2
dokka-e6ce96cef610cab0163c669ab4a9de0c259904cc.zip
Fixing tests after moving SingleGeneration to base
Diffstat (limited to 'plugins/base/src/test/kotlin/expect')
-rw-r--r--plugins/base/src/test/kotlin/expect/AbstractExpectTest.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/base/src/test/kotlin/expect/AbstractExpectTest.kt b/plugins/base/src/test/kotlin/expect/AbstractExpectTest.kt
index 57571cd3..d1b8153d 100644
--- a/plugins/base/src/test/kotlin/expect/AbstractExpectTest.kt
+++ b/plugins/base/src/test/kotlin/expect/AbstractExpectTest.kt
@@ -1,6 +1,6 @@
package expect
-import org.jetbrains.dokka.testApi.testRunner.AbstractCoreTest
+import org.jetbrains.dokka.base.testApi.testRunner.BaseAbstractTest
import org.junit.jupiter.api.Assertions.assertTrue
import java.nio.file.Files
import java.nio.file.Path
@@ -10,7 +10,7 @@ import java.util.concurrent.TimeUnit
abstract class AbstractExpectTest(
val testDir: Path? = Paths.get("src/test", "resources", "expect"),
val formats: List<String> = listOf("html")
-) : AbstractCoreTest() {
+) : BaseAbstractTest() {
protected fun generateOutput(path: Path, outFormat: String): Path? {
val config = dokkaConfiguration {