/shoulk

fluent assertion for kotlin

Primary LanguageKotlinApache License 2.0Apache-2.0

Shoulk Build Status Download

Shoulk is a fluent assertion library written in kotlin for kotlin ;P.

it is inspired by Kluent

gradle configuration

repositories {
    maven { url 'https://dl.bintray.com/neyb/maven' }
}

dependencies {
    testCompile "io.github.neyb.shoulk:shoulk:0.1.0"
}

Examples

more examples

check this spek file : ShouldsSpek