aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils/api
diff options
context:
space:
mode:
Diffstat (limited to 'core/content-matcher-test-utils/api')
-rw-r--r--core/content-matcher-test-utils/api/content-matcher-test-utils.api81
1 files changed, 0 insertions, 81 deletions
diff --git a/core/content-matcher-test-utils/api/content-matcher-test-utils.api b/core/content-matcher-test-utils/api/content-matcher-test-utils.api
deleted file mode 100644
index 58881a15..00000000
--- a/core/content-matcher-test-utils/api/content-matcher-test-utils.api
+++ /dev/null
@@ -1,81 +0,0 @@
-public final class matchers/content/ContentMatcherBuilder {
- public fun <init> (Lkotlin/reflect/KClass;)V
- public final fun build ()Lorg/jetbrains/dokka/test/tools/matchers/content/CompositeMatcher;
- public final fun getChildren ()Ljava/util/List;
- public final fun unaryPlus (Ljava/lang/String;)V
-}
-
-public abstract interface annotation class matchers/content/ContentMatchersDsl : java/lang/annotation/Annotation {
-}
-
-public final class matchers/content/ContentMatchersDslKt {
- public static final fun after (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun assertNode (Lorg/jetbrains/dokka/pages/ContentNode;Lkotlin/jvm/functions/Function1;)V
- public static final fun before (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun br (Lmatchers/content/ContentMatcherBuilder;)V
- public static final fun caption (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun check (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun codeBlock (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun codeInline (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun divergent (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun divergentGroup (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun divergentInstance (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun group (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun hasExactText (Lmatchers/content/ContentMatcherBuilder;Ljava/lang/String;)V
- public static final fun header (Lmatchers/content/ContentMatcherBuilder;Ljava/lang/Integer;Lkotlin/jvm/functions/Function1;)V
- public static synthetic fun header$default (Lmatchers/content/ContentMatcherBuilder;Ljava/lang/Integer;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
- public static final fun link (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun list (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun p (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun platformHinted (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun skipAllNotMatching (Lmatchers/content/ContentMatcherBuilder;)V
- public static final fun somewhere (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun tab (Lmatchers/content/ContentMatcherBuilder;Lorg/jetbrains/dokka/pages/TabbedContentType;Lkotlin/jvm/functions/Function1;)V
- public static final fun tabbedGroup (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
- public static final fun table (Lmatchers/content/ContentMatcherBuilder;Lkotlin/jvm/functions/Function1;)V
-}
-
-public final class org/jetbrains/dokka/test/tools/matchers/content/Anything : org/jetbrains/dokka/test/tools/matchers/content/MatcherElement {
- public static final field INSTANCE Lorg/jetbrains/dokka/test/tools/matchers/content/Anything;
-}
-
-public final class org/jetbrains/dokka/test/tools/matchers/content/CompositeMatcher : org/jetbrains/dokka/test/tools/matchers/content/NodeMatcher {
- public fun <init> (Lkotlin/reflect/KClass;Ljava/util/List;Lkotlin/jvm/functions/Function1;)V
- public synthetic fun <init> (Lkotlin/reflect/KClass;Ljava/util/List;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
- public fun tryMatch (Lorg/jetbrains/dokka/pages/ContentNode;)V
-}
-
-public abstract class org/jetbrains/dokka/test/tools/matchers/content/MatcherElement {
-}
-
-public final class org/jetbrains/dokka/test/tools/matchers/content/MatcherError : java/lang/AssertionError {
- public fun <init> (Ljava/lang/String;Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherElement;ZLjava/lang/Throwable;)V
- public synthetic fun <init> (Ljava/lang/String;Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherElement;ZLjava/lang/Throwable;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
- public final fun component1 ()Ljava/lang/String;
- public final fun component2 ()Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherElement;
- public final fun component3 ()Z
- public final fun component4 ()Ljava/lang/Throwable;
- public final fun copy (Ljava/lang/String;Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherElement;ZLjava/lang/Throwable;)Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherError;
- public static synthetic fun copy$default (Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherError;Ljava/lang/String;Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherElement;ZLjava/lang/Throwable;ILjava/lang/Object;)Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherError;
- public fun equals (Ljava/lang/Object;)Z
- public final fun getAnchor ()Lorg/jetbrains/dokka/test/tools/matchers/content/MatcherElement;
- public final fun getAnchorAfter ()Z
- public fun getCause ()Ljava/lang/Throwable;
- public fun getMessage ()Ljava/lang/String;
- public fun hashCode ()I
- public fun toString ()Ljava/lang/String;
-}
-
-public class org/jetbrains/dokka/test/tools/matchers/content/NodeMatcher : org/jetbrains/dokka/test/tools/matchers/content/MatcherElement {
- public fun <init> (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;)V
- public synthetic fun <init> (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function1;ILkotlin/jvm/internal/DefaultConstructorMarker;)V
- public final fun getAssertions ()Lkotlin/jvm/functions/Function1;
- public final fun getKclass ()Lkotlin/reflect/KClass;
- public fun tryMatch (Lorg/jetbrains/dokka/pages/ContentNode;)V
-}
-
-public final class org/jetbrains/dokka/test/tools/matchers/content/TextMatcher : org/jetbrains/dokka/test/tools/matchers/content/MatcherElement {
- public fun <init> (Ljava/lang/String;)V
- public final fun getText ()Ljava/lang/String;
-}
-