Skip to content

Commit

Permalink
execute :mockk-dsl:apiDump
Browse files Browse the repository at this point in the history
  • Loading branch information
T45K committed Mar 15, 2024
1 parent 97d4634 commit 270225f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions modules/mockk-dsl/api/mockk-dsl.api
Expand Up @@ -531,6 +531,18 @@ public final class io/mockk/MockKAssertScope {
public final fun getActual ()Ljava/lang/Object;
}

public final class io/mockk/MockKCallCountCoVerificationScope {
public fun <init> ()V
public final fun times (ILkotlin/jvm/functions/Function2;)V
public final fun times (Lkotlin/ranges/IntRange;Lkotlin/jvm/functions/Function2;)V
}

public final class io/mockk/MockKCallCountVerificationScope {
public fun <init> ()V
public final fun times (ILkotlin/jvm/functions/Function1;)V
public final fun times (Lkotlin/ranges/IntRange;Lkotlin/jvm/functions/Function1;)V
}

public final class io/mockk/MockKCancellationRegistry {
public static final field INSTANCE Lio/mockk/MockKCancellationRegistry;
public final fun cancelAll ()V
Expand Down

0 comments on commit 270225f

Please sign in to comment.