Skip to content

Commit 91f2cf0

Browse files
committed
api dump
1 parent e1e1226 commit 91f2cf0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

lib/stove-testing-e2e/api/stove-testing-e2e.api

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public abstract interface class com/trendyol/stove/testing/e2e/containers/Contai
9898
public abstract fun getCompatibleSubstitute ()Ljava/lang/String;
9999
public abstract fun getContainerFn ()Lkotlin/jvm/functions/Function1;
100100
public abstract fun getImage ()Ljava/lang/String;
101-
public abstract fun getImageWithTag ()Ljava/lang/String;
101+
public fun getImageWithTag ()Ljava/lang/String;
102102
public abstract fun getRegistry ()Ljava/lang/String;
103103
public abstract fun getTag ()Ljava/lang/String;
104104
public abstract fun getUseContainerFn ()Lkotlin/jvm/functions/Function1;
@@ -116,12 +116,12 @@ public final class com/trendyol/stove/testing/e2e/containers/ProvidedRegistryKt
116116
}
117117

118118
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;
121121
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
125125
}
126126

127127
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
396396
public abstract interface class com/trendyol/stove/testing/e2e/serialization/StoveSerde {
397397
public static final field Companion Lcom/trendyol/stove/testing/e2e/serialization/StoveSerde$Companion;
398398
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;
400400
public abstract fun serialize (Ljava/lang/Object;)Ljava/lang/Object;
401401
}
402402

@@ -581,7 +581,7 @@ public abstract interface class com/trendyol/stove/testing/e2e/system/abstractio
581581
}
582582

583583
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
585585
}
586586

587587
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
595595

596596
public abstract interface class com/trendyol/stove/testing/e2e/system/abstractions/StateStorageFactory {
597597
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;
599599
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;
600600
}
601601

@@ -636,9 +636,9 @@ public abstract interface class com/trendyol/stove/testing/e2e/system/abstractio
636636
}
637637

638638
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;
640640
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;
642642
}
643643

644644
public final class com/trendyol/stove/testing/e2e/system/abstractions/ThenSystemContinuation$DefaultImpls {

0 commit comments

Comments
 (0)