From 7d4b31c64dd88ce90032200df953facbe795e26e Mon Sep 17 00:00:00 2001 From: Adam <897017+aSemy@users.noreply.github.com> Date: Sun, 4 Sep 2022 14:04:03 +0200 Subject: [PATCH] delete performance-tests.api (will be resolved by https://github.com/mockk/mockk/pull/914) --- .../performance-tests/api/performance-tests.api | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 test-modules/performance-tests/api/performance-tests.api diff --git a/test-modules/performance-tests/api/performance-tests.api b/test-modules/performance-tests/api/performance-tests.api deleted file mode 100644 index af9b41c9a..000000000 --- a/test-modules/performance-tests/api/performance-tests.api +++ /dev/null @@ -1,12 +0,0 @@ -public class io/mockk/performance/JmhTest { - public fun ()V - public final fun noMockOrStub (Lorg/openjdk/jmh/infra/Blackhole;)V - public final fun simpleMock (Lorg/openjdk/jmh/infra/Blackhole;)V - public final fun simpleMockAndStub (Lorg/openjdk/jmh/infra/Blackhole;)V -} - -public final class io/mockk/performance/JmhTest$MockedClass { - public fun ()V - public final fun mockedFun ()Ljava/lang/String; -} -