aboutsummaryrefslogtreecommitdiff
path: root/plugins/base/src/test/kotlin/content
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/base/src/test/kotlin/content')
-rw-r--r--plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt2
-rw-r--r--plugins/base/src/test/kotlin/content/annotations/JavaDeprecatedTest.kt2
-rw-r--r--plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt15
3 files changed, 5 insertions, 14 deletions
diff --git a/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt b/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt
index 5a01c43e..7293b53c 100644
--- a/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt
+++ b/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt
@@ -17,7 +17,6 @@ import utils.ParamAttributes
import utils.assertNotNull
import utils.bareSignature
import utils.propertySignature
-import utils.JavaCode
import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertTrue
@@ -323,7 +322,6 @@ class ContentForAnnotationsTest : BaseAbstractTest() {
}
}
- @JavaCode
@Test
fun `annotated bounds in Java`() {
testInline(
diff --git a/plugins/base/src/test/kotlin/content/annotations/JavaDeprecatedTest.kt b/plugins/base/src/test/kotlin/content/annotations/JavaDeprecatedTest.kt
index d85eab71..5a2ff93e 100644
--- a/plugins/base/src/test/kotlin/content/annotations/JavaDeprecatedTest.kt
+++ b/plugins/base/src/test/kotlin/content/annotations/JavaDeprecatedTest.kt
@@ -17,9 +17,7 @@ import kotlin.test.Test
import kotlin.test.assertEquals
import kotlin.test.assertNotNull
import kotlin.test.assertTrue
-import utils.JavaCode
-@JavaCode
class JavaDeprecatedTest : BaseAbstractTest() {
private val testConfiguration = dokkaConfiguration {
diff --git a/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt b/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt
index 03bc0469..d0c6ac9d 100644
--- a/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt
+++ b/plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt
@@ -247,7 +247,7 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
+
@Test
fun `deprecated with multiple links inside`() {
testInline(
@@ -352,7 +352,7 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
+
@Test
fun `deprecated with an multiple inline links`() {
testInline(
@@ -417,7 +417,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
@Test
fun `multiline throws with comment`() {
testInline(
@@ -599,7 +598,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
@Test
fun `multiline throws where exception is not in the same line as description`() {
testInline(
@@ -683,7 +681,7 @@ class ContentForParamsTest : BaseAbstractTest() {
}
- @JavaCode
+
@Test
fun `documentation splitted in 2 using enters`() {
testInline(
@@ -729,7 +727,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
@Test
fun `multiline return tag with param`() {
testInline(
@@ -795,7 +792,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @UsingJDK
@Test
fun `return tag in kotlin`() {
testInline(
@@ -805,7 +801,7 @@ class ContentForParamsTest : BaseAbstractTest() {
| /**
| * a normal comment
| *
- | * @return empty string when [Hash Map](java.util.HashMap.containsKey) doesn't contain value.
+ | * @return empty string when [Hash Map][java.util.HashMap.containsKey] doesn't contain value.
| *
| */
|fun sample(): String {
@@ -843,7 +839,7 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
+
@Test
fun `list with links and description`() {
testInline(
@@ -1490,7 +1486,6 @@ class ContentForParamsTest : BaseAbstractTest() {
}
}
- @JavaCode
@Test
fun javaDocCommentWithDocumentedParameters() {
testInline(