Skip to content

Commit

Permalink
remove unused dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
aSemy committed Nov 16, 2022
1 parent d767adb commit 4591caa
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 20 deletions.
@@ -1,6 +1,5 @@
package buildsrc.convention

import buildsrc.config.Deps
import org.jetbrains.kotlin.gradle.targets.jvm.KotlinJvmTarget

plugins {
Expand Down
@@ -1,7 +1,6 @@
package io.mockk.proxy.jvm.transformation

import io.mockk.proxy.MockKAgentLogger
import io.mockk.proxy.MockKInvocationHandler
import io.mockk.proxy.common.transformation.ClassTransformationSpecMap
import io.mockk.proxy.jvm.advice.ProxyAdviceId
import io.mockk.proxy.jvm.advice.jvm.JvmMockKConstructorProxyAdvice
Expand Down Expand Up @@ -146,4 +145,4 @@ internal class InliningClassTransformer(
companion object {
val classDumpIndex = AtomicLong();
}
}
}
@@ -1,7 +1,6 @@
package io.mockk.proxy.jvm.transformation

import io.mockk.proxy.MockKAgentLogger
import io.mockk.proxy.MockKInvocationHandler
import io.mockk.proxy.jvm.ClassLoadingStrategyChooser
import io.mockk.proxy.jvm.advice.ProxyAdviceId
import io.mockk.proxy.jvm.advice.jvm.JvmMockKProxyInterceptor
Expand Down
2 changes: 0 additions & 2 deletions modules/mockk-android/build.gradle.kts
@@ -1,5 +1,3 @@
import buildsrc.config.Deps

plugins {
buildsrc.convention.`android-library`

Expand Down
Expand Up @@ -3,7 +3,6 @@ package io.mockk.core
import kotlin.reflect.KClass
import kotlin.reflect.KProperty1
import kotlin.reflect.full.declaredMemberProperties
import kotlin.reflect.full.primaryConstructor
import kotlin.reflect.jvm.isAccessible
import kotlin.reflect.jvm.javaField
import kotlin.reflect.jvm.internal.KotlinReflectionInternalError
Expand Down
@@ -1,7 +1,6 @@
package io.mockk.impl

import io.mockk.StackElement
import kotlin.reflect.KCallable
import kotlin.reflect.KClass

expect object InternalPlatform {
Expand Down Expand Up @@ -56,4 +55,4 @@ interface MultiNotifier {

fun close()
}
}
}
Expand Up @@ -5,7 +5,6 @@ import io.mockk.MockKGateway.*
import io.mockk.impl.recording.CommonCallRecorder
import io.mockk.impl.recording.VerificationCallSorter
import kotlin.test.BeforeTest
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertFailsWith

Expand Down
Expand Up @@ -2,8 +2,6 @@ package io.mockk.it

import io.mockk.every
import io.mockk.mockk
import org.junit.jupiter.api.condition.DisabledForJreRange
import org.junit.jupiter.api.condition.JRE
import kotlin.test.Test
import kotlin.test.assertEquals

Expand Down
Expand Up @@ -2,8 +2,6 @@ package io.mockk.it

import io.mockk.every
import io.mockk.mockk
import org.junit.jupiter.api.condition.DisabledForJreRange
import org.junit.jupiter.api.condition.JRE
import kotlin.test.Test
import kotlin.test.assertEquals

Expand Down
@@ -1,7 +1,6 @@
package io.mockk.it

import io.mockk.*
import io.mockk.test.SkipInstrumentedAndroidTest
import kotlin.test.Test
import kotlin.test.fail

Expand Down
2 changes: 0 additions & 2 deletions modules/mockk/src/commonTest/kotlin/io/mockk/it/VerifyTest.kt
Expand Up @@ -5,10 +5,8 @@ import io.mockk.just
import io.mockk.mockk
import io.mockk.runs
import io.mockk.verify
import io.mockk.verifyAll
import io.mockk.verifyOrder
import io.mockk.verifySequence
import kotlin.test.Ignore
import kotlin.test.Test
import kotlin.test.assertEquals

Expand Down
Expand Up @@ -4,7 +4,6 @@ import io.mockk.clearAllMocks
import io.mockk.mockk
import io.mockk.unmockkAll
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.Disabled

/**
* The mocked ::class.java constructor is overriden in the JVM.
Expand Down
Expand Up @@ -9,8 +9,6 @@ import io.mockk.impl.annotations.SpyK
import io.mockk.verify
import org.junit.Rule
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runners.JUnit4
import kotlin.test.assertEquals
import kotlin.test.assertNull
import kotlin.test.assertTrue
Expand Down

0 comments on commit 4591caa

Please sign in to comment.