Rest Resource List Assert
Author
CJ
Functions
Link copied to clipboard
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 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(propertyOrFieldName: String, expectedValue: Any): FakeJsonArrayAssert<RestResourceListAssert>
fun filteredOn(propertyOrFieldName: String, filterOperator: FilterOperator<*>): FakeJsonArrayAssert<RestResourceListAssert>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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, path: String): RestResourceListAssert
fun hasBigIntegerNode(expected: BigInteger, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasBinaryNode(expected: ByteArray, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun hasNumberNode(expected: Number, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun <T : Number, Comparable<T>> hasNumberNodeGe(expected: T, optional: Boolean, vararg path: Any): RestResourceListAssert
fun <T : Number, Comparable<T>> hasNumberNodeGe(expected: T, optional: Boolean, path: String): RestResourceListAssert
fun <T : Number, Comparable<T>> hasNumberNodeGe(expected: T, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun <T : Number, Comparable<T>> hasNumberNodeLe(expected: T, optional: Boolean, vararg path: Any): RestResourceListAssert
fun <T : Number, Comparable<T>> hasNumberNodeLe(expected: T, optional: Boolean, path: String): RestResourceListAssert
fun <T : Number, Comparable<T>> hasNumberNodeLe(expected: T, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
fun hasNumberNodeNot(expected: Number, optional: Boolean, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun hasSameSizeAs(p0: MutableIterable<*>): FakeJsonArrayAssert<RestResourceListAssert>
Link copied to clipboard
Link copied to clipboard
fun hasTextNode(expected: Predicate<String>, optional: Boolean, vararg path: Any): RestResourceListAssert
fun hasTextNode(expected: Predicate<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, toNode: (JsonNode) -> JsonNode?, fieldDescription: String): RestResourceListAssert
断言 path 所在的类型为输入值
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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 <T : Any> isInstanceOfSatisfying(p0: Class<T>, p1: Consumer<T>): 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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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 fun <T : Any> usingComparatorForFields(p0: Comparator<T>, vararg p1: String): RestResourceListAssert
Link copied to clipboard
open fun <T : Any> usingComparatorForType(p0: Comparator<in T>, p1: Class<T>): RestResourceListAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun usingElementComparator(p0: Comparator<in JsonNode>): FakeJsonArrayAssert<RestResourceListAssert>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard