public interface MethodBufferingJsonVerifiable
extends com.toomuchcoding.jsonassert.JsonVerifiable
JsonVerifiable
that allows to store the method
name in order to print it out in the generated testModifier and Type | Method and Description |
---|---|
MethodBufferingJsonVerifiable |
array() |
MethodBufferingJsonVerifiable |
array(Object value) |
MethodBufferingJsonVerifiable |
arrayField() |
MethodBufferingJsonVerifiable |
arrayField(Object value) |
boolean |
assertsConcreteValue() |
boolean |
assertsSize() |
MethodBufferingJsonVerifiable |
contains(Object value) |
MethodBufferingJsonVerifiable |
field(Object value) |
MethodBufferingJsonVerifiable |
isEqualTo(Boolean value) |
MethodBufferingJsonVerifiable |
isEqualTo(Number value) |
MethodBufferingJsonVerifiable |
isEqualTo(Object value) |
MethodBufferingJsonVerifiable |
isEqualTo(String value) |
MethodBufferingJsonVerifiable |
isNull() |
MethodBufferingJsonVerifiable |
iterationPassingArray() |
MethodBufferingJsonVerifiable |
matches(String value) |
String |
method() |
MethodBufferingJsonVerifiable |
value() |
elementWithIndex, field, hasSize, jsonPath, matchesJsonPath, withoutThrowingException
MethodBufferingJsonVerifiable contains(Object value)
contains
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable field(Object value)
field
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable array(Object value)
array
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable arrayField(Object value)
MethodBufferingJsonVerifiable arrayField()
arrayField
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable array()
array
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable iterationPassingArray()
MethodBufferingJsonVerifiable isEqualTo(String value)
isEqualTo
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable isEqualTo(Object value)
isEqualTo
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable isEqualTo(Number value)
isEqualTo
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable isNull()
isNull
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable matches(String value)
matches
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable isEqualTo(Boolean value)
isEqualTo
in interface com.toomuchcoding.jsonassert.JsonVerifiable
MethodBufferingJsonVerifiable value()
value
in interface com.toomuchcoding.jsonassert.JsonVerifiable
boolean assertsSize()
boolean assertsConcreteValue()
String method()
Copyright © 2016 Spring. All rights reserved.