aboutsummaryrefslogtreecommitdiff
path: root/integration-tests/maven
diff options
context:
space:
mode:
authorsebastian.sellmair <sebastian.sellmair@jetbrains.com>2020-07-20 14:20:17 +0200
committerSebastian Sellmair <34319766+sellmair@users.noreply.github.com>2020-07-20 16:37:49 +0200
commitf39971875c4f7d98dc1add2a8ed949d22b25600b (patch)
tree222ff081a1ab54b2ef1f164c52e9312004581202 /integration-tests/maven
parentac649efd3190237e22d79b59db436a4511f5e1b7 (diff)
downloaddokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.tar.gz
dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.tar.bz2
dokka-f39971875c4f7d98dc1add2a8ed949d22b25600b.zip
Re-introduce default DokkaCollectorTask, run on all submodules by default, add Collector0IntegrationTest
Diffstat (limited to 'integration-tests/maven')
-rw-r--r--integration-tests/maven/src/integrationTest/kotlin/org/jetbrains/dokka/it/maven/MavenIntegrationTest.kt6
1 files changed, 3 insertions, 3 deletions
diff --git a/integration-tests/maven/src/integrationTest/kotlin/org/jetbrains/dokka/it/maven/MavenIntegrationTest.kt b/integration-tests/maven/src/integrationTest/kotlin/org/jetbrains/dokka/it/maven/MavenIntegrationTest.kt
index 86cc2f41..1499227c 100644
--- a/integration-tests/maven/src/integrationTest/kotlin/org/jetbrains/dokka/it/maven/MavenIntegrationTest.kt
+++ b/integration-tests/maven/src/integrationTest/kotlin/org/jetbrains/dokka/it/maven/MavenIntegrationTest.kt
@@ -50,7 +50,7 @@ class MavenIntegrationTest : AbstractIntegrationTest() {
projectDir.allHtmlFiles().forEach { file ->
assertContainsNoErrorClass(file)
- assertNoUnresolvedLInks(file)
+ assertNoUnresolvedLinks(file)
}
}
@@ -72,7 +72,7 @@ class MavenIntegrationTest : AbstractIntegrationTest() {
projectDir.allHtmlFiles().forEach { file ->
assertContainsNoErrorClass(file)
- assertNoUnresolvedLInks(file)
+ assertNoUnresolvedLinks(file)
}
}
@@ -100,7 +100,7 @@ class MavenIntegrationTest : AbstractIntegrationTest() {
projectDir.allHtmlFiles().forEach { file ->
assertContainsNoErrorClass(file)
- assertNoUnresolvedLInks(file)
+ assertNoUnresolvedLinks(file)
}
}