Skip to content

Commit

Permalink
update mockk.api
Browse files Browse the repository at this point in the history
  • Loading branch information
T45K committed Mar 15, 2024
1 parent e0166d3 commit b11b732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/mockk/api/mockk.api
Expand Up @@ -38,6 +38,7 @@ public final class io/mockk/MockKKt {
public static synthetic fun coVerify$default (Lio/mockk/Ordering;ZIIIJLkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
public static final fun coVerifyAll (ZLkotlin/jvm/functions/Function2;)V
public static synthetic fun coVerifyAll$default (ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
public static final fun coVerifyCount (Lkotlin/jvm/functions/Function1;)V
public static final fun coVerifyOrder (ZLkotlin/jvm/functions/Function2;)V
public static synthetic fun coVerifyOrder$default (ZLkotlin/jvm/functions/Function2;ILjava/lang/Object;)V
public static final fun coVerifySequence (ZLkotlin/jvm/functions/Function2;)V
Expand Down Expand Up @@ -72,6 +73,7 @@ public final class io/mockk/MockKKt {
public static synthetic fun verify$default (Lio/mockk/Ordering;ZIIIJLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
public static final fun verifyAll (ZLkotlin/jvm/functions/Function1;)V
public static synthetic fun verifyAll$default (ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
public static final fun verifyCount (Lkotlin/jvm/functions/Function1;)V
public static final fun verifyOrder (ZLkotlin/jvm/functions/Function1;)V
public static synthetic fun verifyOrder$default (ZLkotlin/jvm/functions/Function1;ILjava/lang/Object;)V
public static final fun verifySequence (ZLkotlin/jvm/functions/Function1;)V
Expand Down

0 comments on commit b11b732

Please sign in to comment.