类 JsonContentAssert.JsonPathValue

java.lang.Object
cn.taketoday.framework.test.json.JsonContentAssert.JsonPathValue
封闭类:
JsonContentAssert

private class JsonContentAssert.JsonPathValue extends Object
A JsonPath value.
  • 字段详细资料

    • expression

      private final String expression
    • jsonPath

      private final com.jayway.jsonpath.JsonPath jsonPath
  • 构造器详细资料

  • 方法详细资料

    • assertHasEmptyValue

      void assertHasEmptyValue()
    • assertDoesNotHaveEmptyValue

      void assertDoesNotHaveEmptyValue()
    • assertHasPath

      void assertHasPath()
    • assertDoesNotHavePath

      void assertDoesNotHavePath()
    • assertHasValue

      void assertHasValue(Class<?> type, String expectedDescription)
    • assertDoesNotHaveValue

      void assertDoesNotHaveValue()
    • isIndefiniteAndEmpty

      private boolean isIndefiniteAndEmpty()
    • isDefinite

      private boolean isDefinite()
    • isEmpty

      private boolean isEmpty()
    • getValue

      Object getValue(boolean required)
    • failWithNoValueMessage

      private void failWithNoValueMessage()
    • read

      private Object read()
    • getExpectedValueMessage

      private String getExpectedValueMessage(String expectedDescription)