Skip to content
/ kion Public

Custom test engine in Kotlin for the JUnit5 platform

Notifications You must be signed in to change notification settings

gdiegel/kion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kion

A custom test engine in Kotlin for the JUnit5 platform

Usage

@Kion
fun will_pass() {
    "A should be equal to a" spec {
        assertThat("a").isEqualTo("a")
    }
}

About

Custom test engine in Kotlin for the JUnit5 platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages