diff options
author | Andrzej Ratajczak <andrzej.ratajczak98@gmail.com> | 2020-06-09 16:31:58 +0200 |
---|---|---|
committer | Sebastian Sellmair <34319766+sellmair@users.noreply.github.com> | 2020-06-25 14:56:46 +0200 |
commit | cc89f0b74a870303c854fcb892d469d4c8fb17a8 (patch) | |
tree | d0affdb4ad029926fedae5d3e0af6fcf150bfde2 /plugins/base/src/test/kotlin/content/annotations | |
parent | 1183e09a7123c8f9665248235c5e33ba28e92780 (diff) | |
download | dokka-cc89f0b74a870303c854fcb892d469d4c8fb17a8.tar.gz dokka-cc89f0b74a870303c854fcb892d469d4c8fb17a8.tar.bz2 dokka-cc89f0b74a870303c854fcb892d469d4c8fb17a8.zip |
Gives text presentation for `SinceKotlin` and hides it from rendering. Hides `Deprecated`. #944
Diffstat (limited to 'plugins/base/src/test/kotlin/content/annotations')
-rw-r--r-- | plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt b/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt index f91b82d5..ff4e3024 100644 --- a/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt +++ b/plugins/base/src/test/kotlin/content/annotations/ContentForAnnotationsTest.kt @@ -4,6 +4,7 @@ import matchers.content.* import org.jetbrains.dokka.pages.ContentPage import org.jetbrains.dokka.pages.PackagePageNode import org.jetbrains.dokka.testApi.testRunner.AbstractCoreTest +import org.junit.jupiter.api.Disabled import org.junit.jupiter.api.Test import utils.ParamAttributes import utils.bareSignature @@ -72,6 +73,7 @@ class ContentForAnnotationsTest : AbstractCoreTest() { } } + @Disabled @Test fun `property`() { testInline( @@ -100,6 +102,7 @@ class ContentForAnnotationsTest : AbstractCoreTest() { |/src/main/kotlin/test/source.kt |package test | + |@MustBeDocumented |@Retention(AnnotationRetention.SOURCE) |@Target(AnnotationTarget.FIELD) |annotation class BugReport( |