skydoves/android-testing-skills

⚡️ A set of skills for Android testing: Compose UI, AndroidX Test, JVM unit tests, and ADB.

318Stars on the repository
53Mods indexed here, across every type
3mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

mocking-with-mockk

49

skydoves/android-testing-skills

Skill Claude CodeCodex

Use this skill to wire MockK (the Kotlin-first mocking framework) into a JVM unit-test suite, especially when coroutines, singleton/object mocking, or constructor mocking dominate. Covers io.mockk:mockk-jvm:1.14.x (and mockk-android + mockk-agent for instrumented), every { } returns, coEvery / coVerify (native suspend…

not rated 318 +5 3mo ago A SkillSpector: pass 261 tokens original Apache-2.0

skydoves/android-testing-skills

Skill Claude CodeCodex

Use this skill to run Android-aware unit tests on the JVM with Robolectric — the right runner choice (AndroidJUnit4 vs RobolectricTestRunner), @Config sdk/qualifiers/application, the includeAndroidResources requirement, common shadows (ShadowApplication, ShadowLog, ShadowLooper, ShadowPackageManager…

not rated 318 +5 3mo ago A SkillSpector: pass 208 tokens original Apache-2.0

skydoves/android-testing-skills

Skill Claude CodeCodex

Use this skill to stand up a JUnit4-based JVM unit-test suite on an Android module. Covers the canonical Gradle dependency matrix (junit:junit:4.13.2, androidx.test:core:1.7.0, androidx.test.ext:junit:1.3.0, androidx.test.ext:truth:1.7.0), the @RunWith(AndroidJUnit4::class) runner…

not rated 318 +5 3mo ago A SkillSpector: warn 227 tokens original Apache-2.0

skydoves/android-testing-skills

Skill Claude CodeCodex

Use this skill to write tests with the kotlin.test library — the multiplatform assertion + annotation API that compiles the same in commonTest and on the JVM (JUnit4 or JUnit5), Android, JS, Native, and Wasm. Covers the kotlin.test annotations (@Test, @Ignore, @BeforeTest, @AfterTest) and how they typealias onto the…

not rated 318 +5 3mo ago A SkillSpector: pass 285 tokens original Apache-2.0

skydoves/android-testing-skills

Skill Claude CodeCodex

Use this skill to migrate a codebase off the deprecated android.test. testing classes that ship in the Android platform SDK onto AndroidX Test. Covers InstrumentationTestRunner → AndroidJUnitRunner; InstrumentationTestCase/AndroidTestCase → @RunWith(AndroidJUnit4) + InstrumentationRegistry/ApplicationProvider…

not rated 318 +5 3mo ago A SkillSpector: pass 266 tokens original Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: