We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4917ecc commit 8e024f0Copy full SHA for 8e024f0
1 file changed
modules/mockk/api/mockk.api
@@ -1,4 +1,6 @@
1
public final class io/mockk/JVMMockKKt {
2
+ public static final fun clearStaticMockk ([Lkotlin/reflect/KFunction;)V
3
+ public static final fun clearStaticMockk ([Lkotlin/reflect/KProperty;)V
4
public static final fun getDeclaringKotlinFile (Lkotlin/reflect/KFunction;)Lkotlin/reflect/KClass;
5
public static final fun mockkStatic ([Lkotlin/reflect/KFunction;)V
6
public static final fun mockkStatic ([Lkotlin/reflect/KFunction;Lkotlin/jvm/functions/Function0;)V
0 commit comments