diff options
author | Vadim Mishenev <vad-mishenev@yandex.ru> | 2023-10-24 23:28:10 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-24 23:28:10 +0300 |
commit | c745f96781522f4b126e64cb6c2bc1b249694d0d (patch) | |
tree | 9e50da010ce321711a70152ed111e094ac6947e0 /plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt | |
parent | 820e3b7cd449ba06f365eddbf9fe82cbfecc411e (diff) | |
download | dokka-c745f96781522f4b126e64cb6c2bc1b249694d0d.tar.gz dokka-c745f96781522f4b126e64cb6c2bc1b249694d0d.tar.bz2 dokka-c745f96781522f4b126e64cb6c2bc1b249694d0d.zip |
[K2] Enable Java tests for symbols (#3203)
Diffstat (limited to 'plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt')
-rw-r--r-- | plugins/base/src/test/kotlin/content/params/ContentForParamsTest.kt | 15 |
1 files changed, 5 insertions, 10 deletions
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( |