JsonMatchers

object JsonMatchers extends JsonMatchers
Companion
class
class Object
trait Matchable
class Any

Value members

Inherited methods

def matchJson(right: String): Matcher[String]

Checks if the given json objects are equivalent.

Checks if the given json objects are equivalent.

Inherited from
JsonMatchers
def matchJsonGolden[T](jsonString: String)(implicit evidence$1: Encoder[T], evidence$2: Decoder[T], evidence$3: ClassTag[T]): Matcher[T]
Inherited from
JsonMatchers
def matchJsonString(right: String): Matcher[Json]

Checks if the given json objects are equivalent.

Checks if the given json objects are equivalent.

Inherited from
JsonMatchers