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: lib/stove-testing-e2e/api/stove-testing-e2e.api
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -98,7 +98,7 @@ public abstract interface class com/trendyol/stove/testing/e2e/containers/Contai
98
98
public abstract fun getCompatibleSubstitute ()Ljava/lang/String;
99
99
public abstract fun getContainerFn ()Lkotlin/jvm/functions/Function1;
100
100
public abstract fun getImage ()Ljava/lang/String;
101
-
public abstract fun getImageWithTag ()Ljava/lang/String;
101
+
public fun getImageWithTag ()Ljava/lang/String;
102
102
public abstract fun getRegistry ()Ljava/lang/String;
103
103
public abstract fun getTag ()Ljava/lang/String;
104
104
public abstract fun getUseContainerFn ()Lkotlin/jvm/functions/Function1;
@@ -116,12 +116,12 @@ public final class com/trendyol/stove/testing/e2e/containers/ProvidedRegistryKt
116
116
}
117
117
118
118
public abstract interface class com/trendyol/stove/testing/e2e/containers/StoveContainer {
119
-
public abstract fun getContainerIdAccess ()Ljava/lang/String;
120
-
public abstract fun getDockerClientAccess ()Lkotlin/Lazy;
119
+
public fun getContainerIdAccess ()Ljava/lang/String;
120
+
public fun getDockerClientAccess ()Lkotlin/Lazy;
121
121
public abstract fun getImageNameAccess ()Lorg/testcontainers/utility/DockerImageName;
122
-
public abstract fun inspect ()Lcom/trendyol/stove/testing/e2e/containers/StoveContainerInspectInformation;
123
-
public abstract fun pause ()V
124
-
public abstract fun unpause ()V
122
+
public fun inspect ()Lcom/trendyol/stove/testing/e2e/containers/StoveContainerInspectInformation;
123
+
public fun pause ()V
124
+
public fun unpause ()V
125
125
}
126
126
127
127
public final class com/trendyol/stove/testing/e2e/containers/StoveContainer$DefaultImpls {
@@ -396,7 +396,7 @@ public final class com/trendyol/stove/testing/e2e/serialization/StoveKotlinxStri
396
396
public abstract interface class com/trendyol/stove/testing/e2e/serialization/StoveSerde {
397
397
public static final field Companion Lcom/trendyol/stove/testing/e2e/serialization/StoveSerde$Companion;
398
398
public abstract fun deserialize (Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
399
-
public abstract fun deserializeEither (Ljava/lang/Object;Ljava/lang/Class;)Larrow/core/Either;
399
+
public fun deserializeEither (Ljava/lang/Object;Ljava/lang/Class;)Larrow/core/Either;
400
400
public abstract fun serialize (Ljava/lang/Object;)Ljava/lang/Object;
401
401
}
402
402
@@ -581,7 +581,7 @@ public abstract interface class com/trendyol/stove/testing/e2e/system/abstractio
581
581
}
582
582
583
583
public abstract interface class com/trendyol/stove/testing/e2e/system/abstractions/RunnableSystemWithContext : com/trendyol/stove/testing/e2e/system/abstractions/AfterRunAwareWithContext, com/trendyol/stove/testing/e2e/system/abstractions/BeforeRunAware, com/trendyol/stove/testing/e2e/system/abstractions/RunAware, java/lang/AutoCloseable {
584
-
public abstract fun close ()V
584
+
public fun close ()V
585
585
}
586
586
587
587
public final class com/trendyol/stove/testing/e2e/system/abstractions/RunnableSystemWithContext$DefaultImpls {
@@ -595,7 +595,7 @@ public abstract interface class com/trendyol/stove/testing/e2e/system/abstractio
595
595
596
596
public abstract interface class com/trendyol/stove/testing/e2e/system/abstractions/StateStorageFactory {
597
597
public static final field Companion Lcom/trendyol/stove/testing/e2e/system/abstractions/StateStorageFactory$Companion;
598
-
public abstract fun DefaultStateStorage (Lcom/trendyol/stove/testing/e2e/system/TestSystemOptions;Lkotlin/reflect/KClass;Lkotlin/reflect/KClass;)Lcom/trendyol/stove/testing/e2e/system/abstractions/StateStorage;
598
+
public fun DefaultStateStorage (Lcom/trendyol/stove/testing/e2e/system/TestSystemOptions;Lkotlin/reflect/KClass;Lkotlin/reflect/KClass;)Lcom/trendyol/stove/testing/e2e/system/abstractions/StateStorage;
599
599
public abstract fun invoke (Lcom/trendyol/stove/testing/e2e/system/TestSystemOptions;Lkotlin/reflect/KClass;Lkotlin/reflect/KClass;)Lcom/trendyol/stove/testing/e2e/system/abstractions/StateStorage;
600
600
}
601
601
@@ -636,9 +636,9 @@ public abstract interface class com/trendyol/stove/testing/e2e/system/abstractio
636
636
}
637
637
638
638
public abstract interface class com/trendyol/stove/testing/e2e/system/abstractions/ThenSystemContinuation {
639
-
public abstract fun executeWithReuseCheck (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
639
+
public fun executeWithReuseCheck (Lkotlin/jvm/functions/Function1;Lkotlin/coroutines/Continuation;)Ljava/lang/Object;
640
640
public abstract fun getTestSystem ()Lcom/trendyol/stove/testing/e2e/system/TestSystem;
641
-
public abstract fun then ()Lcom/trendyol/stove/testing/e2e/system/TestSystem;
641
+
public fun then ()Lcom/trendyol/stove/testing/e2e/system/TestSystem;
642
642
}
643
643
644
644
public final class com/trendyol/stove/testing/e2e/system/abstractions/ThenSystemContinuation$DefaultImpls {
0 commit comments