You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aockt-test/api/aockt-test.api
+3-19Lines changed: 3 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -22,25 +22,9 @@ public abstract class io/github/jadarma/aockt/test/AdventSpec : io/kotest/core/s
22
22
public final fun threads ()Ljava/lang/Integer;
23
23
}
24
24
25
-
public final class io/github/jadarma/aockt/test/AdventSpecExampleContainerScope : io/kotest/core/spec/style/scopes/ContainerScope {
26
-
public fun <init> (Lkotlin/jvm/functions/Function1;Lio/kotest/core/spec/style/scopes/FunSpecContainerScope;)V
27
-
public fun afterAny (Lkotlin/jvm/functions/Function2;)V
28
-
public fun afterContainer (Lkotlin/jvm/functions/Function2;)V
29
-
public fun afterEach (Lkotlin/jvm/functions/Function2;)V
30
-
public fun afterTest (Lkotlin/jvm/functions/Function2;)V
31
-
public fun beforeAny (Lkotlin/jvm/functions/Function2;)V
32
-
public fun beforeContainer (Lkotlin/jvm/functions/Function2;)V
33
-
public fun beforeEach (Lkotlin/jvm/functions/Function2;)V
34
-
public fun beforeTest (Lkotlin/jvm/functions/Function2;)V
35
-
public fun getCoroutineContext ()Lkotlin/coroutines/CoroutineContext;
36
-
public fun getTestCase ()Lio/kotest/core/test/TestCase;
37
-
public fun hasChildren ()Z
38
-
public fun registerContainer (Lio/kotest/core/names/TestName;ZLio/kotest/core/test/config/TestConfig;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
39
-
public fun registerTest (Lio/kotest/core/names/TestName;ZLio/kotest/core/test/config/TestConfig;Lio/kotest/core/test/TestType;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
40
-
public fun registerTest (Lio/kotest/core/names/TestName;ZLio/kotest/core/test/config/TestConfig;Lkotlin/jvm/functions/Function2;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
41
-
public fun registerTestCase (Lio/kotest/core/test/NestedTest;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
42
-
public final fun shouldAllOutput (Ljava/lang/Iterable;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
43
-
public final fun shouldOutput (Ljava/lang/String;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
25
+
public abstract interface class io/github/jadarma/aockt/test/AdventSpec$PartScope {
26
+
public abstract fun shouldAllOutput (Ljava/lang/Iterable;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
27
+
public abstract fun shouldOutput (Ljava/lang/String;Ljava/lang/Object;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
44
28
}
45
29
46
30
public final class io/github/jadarma/aockt/test/AocKtExtension : kotlin/coroutines/AbstractCoroutineContextElement, io/kotest/core/extensions/DisplayNameFormatterExtension, io/kotest/core/extensions/TestCaseExtension {
0 commit comments