Skip to content

Commit

Permalink
update api files
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Jul 30, 2022
1 parent 3e84f30 commit 5dd6203
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions modules/mockk-dsl/api/mockk-dsl.api
Expand Up @@ -326,6 +326,7 @@ public final class io/mockk/InternalPlatformDsl {
public final fun toArray (Ljava/lang/Object;)[Ljava/lang/Object;
public final fun toStr (Ljava/lang/Object;)Ljava/lang/String;
public final fun unboxChar (Ljava/lang/Object;)Ljava/lang/Object;
public final fun unboxClass (Lkotlin/reflect/KClass;)Lkotlin/reflect/KClass;
}

public abstract interface class io/mockk/InternalRef {
Expand Down Expand Up @@ -492,6 +493,7 @@ public final class io/mockk/MockKAnswerScope {
public final fun getFieldValue ()Ljava/lang/Object;
public final fun getFieldValueAny ()Ljava/lang/Object;
public final fun getInvocation ()Lio/mockk/Invocation;
public final fun getLambda ()Lio/mockk/CapturingSlot;
public final fun getMatcher ()Lio/mockk/InvocationMatcher;
public final fun getMethod ()Lio/mockk/MethodDescription;
public final fun getNArgs ()I
Expand Down Expand Up @@ -822,6 +824,7 @@ public class io/mockk/MockKMatcherScope {
public final fun anyLongVararg ()[J
public final fun anyShortVararg ()[S
public final fun get (Ljava/lang/Object;Ljava/lang/String;)Lio/mockk/MockKMatcherScope$DynamicCall;
public final fun getCallRecorder ()Lio/mockk/MockKGateway$CallRecorder;
public final fun getLambda ()Lio/mockk/CapturingSlot;
public final fun getProperty (Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
public final fun hint (Ljava/lang/Object;Lkotlin/reflect/KClass;I)Ljava/lang/Object;
Expand Down
4 changes: 2 additions & 2 deletions modules/mockk/api/mockk.api
Expand Up @@ -756,7 +756,7 @@ public final class io/mockk/impl/recording/JvmAutoHinter$Companion {
public final class io/mockk/impl/recording/JvmSignatureValueGenerator : io/mockk/impl/recording/SignatureValueGenerator {
public fun <init> (Ljava/util/Random;)V
public final fun getRnd ()Ljava/util/Random;
public fun signatureValue (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
public fun signatureValue (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function0;Lio/mockk/impl/instantiation/AbstractInstantiator;)Ljava/lang/Object;
}

public final class io/mockk/impl/recording/PermanentMocker {
Expand All @@ -778,7 +778,7 @@ public final class io/mockk/impl/recording/SignatureMatcherDetector {
}

public abstract interface class io/mockk/impl/recording/SignatureValueGenerator {
public abstract fun signatureValue (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function0;)Ljava/lang/Object;
public abstract fun signatureValue (Lkotlin/reflect/KClass;Lkotlin/jvm/functions/Function0;Lio/mockk/impl/instantiation/AbstractInstantiator;)Ljava/lang/Object;
}

public final class io/mockk/impl/recording/SignedCall {
Expand Down

0 comments on commit 5dd6203

Please sign in to comment.