All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.timeular.nytta.prova.http.GsonMatcher.kt Maven / Gradle / Ivy

Go to download

This module provides testing helpers for hamkrest around the http client

There is a newer version: 5.5.0
Show newest version
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))




© 2015 - 2024 Weber Informatics LLC | Privacy Policy