-
-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1758 from robstoll/chore/bc-api
use bc-validator, apiDump based on tag v1.2.0
- Loading branch information
Showing
20 changed files
with
11,539 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
580 changes: 580 additions & 0 deletions
580
apis/fluent/atrium-api-fluent/api/main/atrium-api-fluent.api
Large diffs are not rendered by default.
Oops, something went wrong.
580 changes: 580 additions & 0 deletions
580
apis/fluent/atrium-api-fluent/api/using-kotlin-1.9-or-newer/atrium-api-fluent.api
Large diffs are not rendered by default.
Oops, something went wrong.
963 changes: 963 additions & 0 deletions
963
apis/infix/atrium-api-infix/api/main/atrium-api-infix.api
Large diffs are not rendered by default.
Oops, something went wrong.
963 changes: 963 additions & 0 deletions
963
apis/infix/atrium-api-infix/api/using-kotlin-1.9-or-newer/atrium-api-infix.api
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
1,310 changes: 1,310 additions & 0 deletions
1,310
atrium-core/api/using-kotlin-1.9-or-newer/atrium-core.api
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,4 +8,5 @@ dependencies { | |
|
||
api(buildLibs.bundles.dokka) | ||
api(buildLibs.tutteli.dokka) | ||
api(buildLibs.bc.validator) | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
2,228 changes: 2,228 additions & 0 deletions
2,228
logic/atrium-logic/api/using-kotlin-1.9-or-newer/atrium-logic.api
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
public final class ch/tutteli/atrium/api/verbs/AssertionVerb : java/lang/Enum, ch/tutteli/atrium/reporting/translating/StringBasedTranslatable { | ||
public static final field EXPECT Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
public static final field EXPECT_GROUPED Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
public fun getDefault ()Ljava/lang/String; | ||
public fun getId ()Ljava/lang/String; | ||
public synthetic fun getName ()Ljava/lang/String; | ||
public fun getValue ()Ljava/lang/String; | ||
public static fun valueOf (Ljava/lang/String;)Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
public static fun values ()[Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
} | ||
|
||
public final class ch/tutteli/atrium/api/verbs/ExpectKt { | ||
public static final fun expect (Lch/tutteli/atrium/creating/Expect;Ljava/lang/Object;)Lch/tutteli/atrium/creating/FeatureExpect; | ||
public static final fun expect (Lch/tutteli/atrium/creating/Expect;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expect (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/Object;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expect (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expect (Ljava/lang/Object;)Lch/tutteli/atrium/creating/RootExpect; | ||
public static final fun expect (Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expectGrouped (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/String;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
public static final fun expectGrouped (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
public static synthetic fun expectGrouped$default (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/String;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
public static synthetic fun expectGrouped$default (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
} | ||
|
25 changes: 25 additions & 0 deletions
25
misc/atrium-verbs/api/using-kotlin-1.9-or-newer/atrium-verbs.api
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
public final class ch/tutteli/atrium/api/verbs/AssertionVerb : java/lang/Enum, ch/tutteli/atrium/reporting/translating/StringBasedTranslatable { | ||
public static final field EXPECT Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
public static final field EXPECT_GROUPED Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
public fun getDefault ()Ljava/lang/String; | ||
public static fun getEntries ()Lkotlin/enums/EnumEntries; | ||
public fun getId ()Ljava/lang/String; | ||
public synthetic fun getName ()Ljava/lang/String; | ||
public fun getValue ()Ljava/lang/String; | ||
public static fun valueOf (Ljava/lang/String;)Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
public static fun values ()[Lch/tutteli/atrium/api/verbs/AssertionVerb; | ||
} | ||
|
||
public final class ch/tutteli/atrium/api/verbs/ExpectKt { | ||
public static final fun expect (Lch/tutteli/atrium/creating/Expect;Ljava/lang/Object;)Lch/tutteli/atrium/creating/FeatureExpect; | ||
public static final fun expect (Lch/tutteli/atrium/creating/Expect;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expect (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/Object;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expect (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expect (Ljava/lang/Object;)Lch/tutteli/atrium/creating/RootExpect; | ||
public static final fun expect (Ljava/lang/Object;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/Expect; | ||
public static final fun expectGrouped (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/String;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
public static final fun expectGrouped (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
public static synthetic fun expectGrouped$default (Lch/tutteli/atrium/creating/ExpectGrouping;Ljava/lang/String;Lkotlin/jvm/functions/Function0;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
public static synthetic fun expectGrouped$default (Ljava/lang/String;Lkotlin/jvm/functions/Function1;Lkotlin/jvm/functions/Function1;ILjava/lang/Object;)Lch/tutteli/atrium/creating/ExpectGrouping; | ||
} | ||
|
Oops, something went wrong.