RestResourceListAssert

Constructors

Link copied to clipboard
constructor(actual: JsonNode?)

Properties

Link copied to clipboard
val info: WritableAssertionInfo

Functions

Link copied to clipboard
open override fun as(p0: Description): RestResourceListAssert
open override fun as(p0: String, vararg p1: Any): RestResourceListAssert
Link copied to clipboard
open override fun asList(): AbstractListAssert<*, MutableList<out Any>, Any, ObjectAssert<Any>>
Link copied to clipboard
fun assertData(toNode: (JsonNode) -> JsonNode? = { it }): RestResourceListAssert
Link copied to clipboard
open override fun asString(): AbstractStringAssert<*>
Link copied to clipboard
open override fun describedAs(p0: Description): RestResourceListAssert
open override fun describedAs(p0: String, vararg p1: Any): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
open override fun doesNotHave(p0: Condition<in JsonNode>): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun extracting(p0: Function<in JsonNode, out Any>): AbstractObjectAssert<*, *>
open fun extracting(vararg p0: Function<in JsonNode, Any>): AbstractListAssert<*, MutableList<out Any>, Any, ObjectAssert<Any>>
open fun extracting(vararg p0: String): AbstractListAssert<*, MutableList<out Any>, Any, ObjectAssert<Any>>
Link copied to clipboard
fun filteredOn(condition: Condition<in JsonNode>): FakeJsonArrayAssert<RestResourceListAssert>
fun filteredOn(propertyOrFieldName: String, expectedValue: Any): FakeJsonArrayAssert<RestResourceListAssert>
fun filteredOn(propertyOrFieldName: String, filterOperator: FilterOperator<*>): FakeJsonArrayAssert<RestResourceListAssert>
Link copied to clipboard
Link copied to clipboard
open fun getWritableAssertionInfo(): WritableAssertionInfo
Link copied to clipboard
open override fun has(p0: Condition<in JsonNode>): RestResourceListAssert
Link copied to clipboard
fun hasArrayNodeLength(expected: Int, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasArrayNodeLength(expected: Int, optional: Boolean, path: String): RestResourceListAssert
fun hasArrayNodeLength(expected: Int, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasBigIntegerNode(expected: BigInteger, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasBigIntegerNode(expected: BigInteger, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasBinaryNode(expected: ByteArray, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasBinaryNode(expected: ByteArray, optional: Boolean, path: String): RestResourceListAssert
fun hasBinaryNode(expected: ByteArray, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasBooleanNode(expected: Boolean, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasBooleanNode(expected: Boolean, optional: Boolean, path: String): RestResourceListAssert
fun hasBooleanNode(expected: Boolean, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasDecimalNode(expected: BigDecimal, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasDecimalNode(expected: BigDecimal, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
fun hasNumberNode(expected: Number, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasNumberNode(expected: Number, optional: Boolean, path: String): RestResourceListAssert
fun hasNumberNode(expected: Number, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
open override fun hasSameClassAs(p0: Any): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun hasTextNode(expected: Predicate<String>, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasTextNode(expected: String, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasTextNode(expected: String, optional: Boolean, path: String): RestResourceListAssert
fun hasTextNode(expected: Predicate<String>, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
fun hasTextNode(expected: String, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasThisType(expected: JsonNodeType, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasThisType(expected: JsonNodeType, optional: Boolean, path: String): RestResourceListAssert
fun hasThisType(expected: JsonNodeType, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert

断言 path 所在的类型为输入值

Link copied to clipboard
open override fun hasToString(p0: String): RestResourceListAssert
Link copied to clipboard
open override fun is(p0: Condition<in JsonNode>): RestResourceListAssert
Link copied to clipboard
open override fun isEmpty()
Link copied to clipboard
open override fun isEqualTo(p0: Any): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun isIn(vararg p0: Any): RestResourceListAssert
open override fun isIn(p0: MutableIterable<*>): RestResourceListAssert
Link copied to clipboard
open override fun isInstanceOf(p0: Class<*>): RestResourceListAssert
Link copied to clipboard
open override fun isInstanceOfAny(vararg p0: Class<*>): RestResourceListAssert
Link copied to clipboard
open override fun <T : Any> isInstanceOfSatisfying(p0: Class<T>, p1: Consumer<T>): RestResourceListAssert
Link copied to clipboard
open override fun isNot(p0: Condition<in JsonNode>): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNotEqualTo(p0: Any): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNotIn(vararg p0: Any): RestResourceListAssert
Link copied to clipboard
open override fun isNotInstanceOf(p0: Class<*>): RestResourceListAssert
Link copied to clipboard
open override fun isNotInstanceOfAny(vararg p0: Class<*>): RestResourceListAssert
Link copied to clipboard
open override fun isNotNull(): RestResourceListAssert
Link copied to clipboard
open override fun isNotOfAnyClassIn(vararg p0: Class<*>): RestResourceListAssert
Link copied to clipboard
open override fun isNotSameAs(p0: Any): RestResourceListAssert
Link copied to clipboard
open override fun isNull()
Link copied to clipboard
open override fun isNullOrEmpty()
Link copied to clipboard
open override fun isOfAnyClassIn(vararg p0: Class<*>): RestResourceListAssert
Link copied to clipboard
open override fun isSameAs(p0: Any): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
open fun matches(p0: Predicate<in JsonNode>): RestResourceListAssert
open fun matches(p0: Predicate<in JsonNode>, p1: String): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <T> readData(javaClass: Class<T>, vararg path: Any): T?
fun <T> readData(javaClass: Class<T>, toNode: (JsonNode) -> JsonNode? = { it }): T?
fun <T> readData(javaClass: Class<T>, path: String): T?

返回数据结果

Link copied to clipboard
Link copied to clipboard
open fun <T : Any> returns(p0: T, p1: Function<JsonNode, T>): RestResourceListAssert
Link copied to clipboard
open fun satisfies(p0: Consumer<JsonNode>): RestResourceListAssert
open override fun satisfies(p0: Condition<in JsonNode>): RestResourceListAssert
Link copied to clipboard
fun thisTypeEqualTo(type: JsonNodeType): RestResourceListAssert
Link copied to clipboard
open override fun usingComparator(p0: Comparator<in JsonNode>): RestResourceListAssert
open override fun usingComparator(p0: Comparator<in JsonNode>, p1: String): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun withRepresentation(p0: Representation): RestResourceListAssert
Link copied to clipboard