robzienert / strikt

An assertion library for Kotlin

Home Page:https://strikt.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strikt

Strikt is an assertion library for Kotlin intended for use with a test runner such as JUnit or Spek.

The library is at an early stage of development, but usable. Any suggestions, issue reports, contributions, or feedback are very welcome.

Installation

Strikt is available from JCenter.

repositories { 
  jcenter() 
}

dependencies {
  testCompile "io.strikt:strikt-core:0.4.1"
}

Using Strikt

Please see the project documentation and API docs.

CircleCI Download GitHub Release Date license GitHub issues GitHub top language

About

An assertion library for Kotlin

https://strikt.io/

License:Apache License 2.0


Languages

Language:Kotlin 100.0%