gitmyhub
MockK avatar

MockK ORG

@mockk ·mockk.io

Pure Kotlin mocking framework

  • 2 repos
  • 26 followers
  • 0 following
  • Kotlin 100%

Getting started All you need to get started is just to add a dependency to MockK library. Gradle/Maven dependency Approach Instruction testImplementation "io.mockk:mockk:${mockkVersion}" (Kotlin DSL) testImplementation("io.mockk:mockk:${mockkVersion}") <dependency> <groupId>io.mockk</groupId> <artifactId>mockk-jvm</artifactId> <version>${mockkVersion}</version>…

All public repos (2)