com.timeular.nytta.prova.http.GsonMatcher.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http Show documentation
Show all versions of http Show documentation
This module provides testing helpers for hamkrest around the http client
package com.timeular.nytta.prova.http
import com.google.gson.JsonArray
import com.natpryce.hamkrest.equalTo
import com.natpryce.hamkrest.has
val isEmpty = has(JsonArray::size, equalTo(0))