Skip to content

Commit

Permalink
API dump
Browse files Browse the repository at this point in the history
  • Loading branch information
Daeda88 committed Nov 22, 2023
1 parent 33ff69a commit f5185a8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions test-utils-base/api/androidLib/test-utils-base.api
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class com/splendo/kaluga/test/base/BaseTest {
public abstract class com/splendo/kaluga/test/base/BaseUIThreadTest : com/splendo/kaluga/test/base/BaseTest {
public fun <init> ()V
public abstract fun getCreateTestContextWithConfiguration ()Lkotlin/jvm/functions/Function3;
public fun getOnFailedToCreateTestContextWithConfiguration ()Lkotlin/jvm/functions/Function1;
public final fun testOnUIThread (Ljava/lang/Object;ZLkotlin/jvm/functions/Function2;)V
public static synthetic fun testOnUIThread$default (Lcom/splendo/kaluga/test/base/BaseUIThreadTest;Ljava/lang/Object;ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
}
Expand Down
1 change: 1 addition & 0 deletions test-utils-base/api/jvm/test-utils-base.api
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ public class com/splendo/kaluga/test/base/BaseTest {
public abstract class com/splendo/kaluga/test/base/BaseUIThreadTest : com/splendo/kaluga/test/base/BaseTest {
public fun <init> ()V
public abstract fun getCreateTestContextWithConfiguration ()Lkotlin/jvm/functions/Function3;
public fun getOnFailedToCreateTestContextWithConfiguration ()Lkotlin/jvm/functions/Function1;
public final fun testOnUIThread (Ljava/lang/Object;ZLkotlin/jvm/functions/Function2;)V
public static synthetic fun testOnUIThread$default (Lcom/splendo/kaluga/test/base/BaseUIThreadTest;Ljava/lang/Object;ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
}
Expand Down
1 change: 1 addition & 0 deletions test-utils-koin/api/androidLib/test-utils-koin.api
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public abstract class com/splendo/kaluga/test/koin/BaseKoinFlowTest : com/splend

public abstract class com/splendo/kaluga/test/koin/BaseKoinUIThreadTest : com/splendo/kaluga/test/base/BaseUIThreadTest {
public fun <init> ()V
public fun getOnFailedToCreateTestContextWithConfiguration ()Lkotlin/jvm/functions/Function1;
}

public class com/splendo/kaluga/test/koin/BaseKoinUIThreadTest$KoinTestContext : com/splendo/kaluga/test/base/BaseUIThreadTest$TestContext, org/koin/core/component/KoinComponent {
Expand Down
1 change: 1 addition & 0 deletions test-utils-koin/api/jvm/test-utils-koin.api
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ public abstract class com/splendo/kaluga/test/koin/BaseKoinFlowTest : com/splend

public abstract class com/splendo/kaluga/test/koin/BaseKoinUIThreadTest : com/splendo/kaluga/test/base/BaseUIThreadTest {
public fun <init> ()V
public fun getOnFailedToCreateTestContextWithConfiguration ()Lkotlin/jvm/functions/Function1;
}

public class com/splendo/kaluga/test/koin/BaseKoinUIThreadTest$KoinTestContext : com/splendo/kaluga/test/base/BaseUIThreadTest$TestContext, org/koin/core/component/KoinComponent {
Expand Down

0 comments on commit f5185a8

Please sign in to comment.