aboutsummaryrefslogtreecommitdiff
path: root/core/content-matcher-test-utils
diff options
context:
space:
mode:
authorMarcin Aman <marcin.aman@gmail.com>2021-04-14 21:51:16 +0200
committerGitHub <noreply@github.com>2021-04-14 21:51:16 +0200
commit7bfab097f35f86bafbc2feff23e6658ad17da2ae (patch)
tree62528c2763cdb5bd02c8eeff17a772e22462051a /core/content-matcher-test-utils
parent38270a3b8783857bd0bba4b9422b19b4de507e4c (diff)
downloaddokka-7bfab097f35f86bafbc2feff23e6658ad17da2ae.tar.gz
dokka-7bfab097f35f86bafbc2feff23e6658ad17da2ae.tar.bz2
dokka-7bfab097f35f86bafbc2feff23e6658ad17da2ae.zip
Introduce binary compatibility plugin (#1774)
* Introduce binary compatibility plugin * Update diffs
Diffstat (limited to 'core/content-matcher-test-utils')
-rw-r--r--core/content-matcher-test-utils/api/content-matcher-test-utils.api76
1 files changed, 76 insertions, 0 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
new file mode 100644
index 00000000..7d760ae7
--- /dev/null
+++ b/core/content-matcher-test-utils/api/content-matcher-test-utils.api
@@ -0,0 +1,76 @@
+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 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 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 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;
+}
+