diff options
Diffstat (limited to 'plugins/base/src/test/kotlin/content/params')
-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( |