kotlin-testing

Installation
SKILL.md

Kotlin Testing Patterns

JUnit 5 Fundamentals

Use @Test for simple test cases. Prefer @DisplayName for readable test names.

import org.junit.jupiter.api.Test
import org.junit.jupiter.api.DisplayName
import kotlin.test.assertEquals
import kotlin.test.assertFailsWith

class UserServiceTest {
Installs
9
GitHub Stars
416
First Seen
Mar 27, 2026
kotlin-testing — notque/vexjoy-agent