类 JsonContentAssert.JsonPathValue
java.lang.Object
cn.taketoday.framework.test.json.JsonContentAssert.JsonPathValue
- 封闭类:
- JsonContentAssert
A
JsonPath value.-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明(专用程序包) void(专用程序包) void(专用程序包) void(专用程序包) void(专用程序包) void(专用程序包) voidassertHasValue(Class<?> type, String expectedDescription) private voidprivate StringgetExpectedValueMessage(String expectedDescription) (专用程序包) ObjectgetValue(boolean required) private booleanprivate booleanisEmpty()private booleanprivate Objectread()
-
字段详细资料
-
expression
-
jsonPath
private final com.jayway.jsonpath.JsonPath jsonPath
-
-
构造器详细资料
-
JsonPathValue
JsonPathValue(CharSequence expression, Object... args)
-
-
方法详细资料
-
assertHasEmptyValue
void assertHasEmptyValue() -
assertDoesNotHaveEmptyValue
void assertDoesNotHaveEmptyValue() -
assertHasPath
void assertHasPath() -
assertDoesNotHavePath
void assertDoesNotHavePath() -
assertHasValue
-
assertDoesNotHaveValue
void assertDoesNotHaveValue() -
isIndefiniteAndEmpty
private boolean isIndefiniteAndEmpty() -
isDefinite
private boolean isDefinite() -
isEmpty
private boolean isEmpty() -
getValue
-
failWithNoValueMessage
private void failWithNoValueMessage() -
read
-
getExpectedValueMessage
-