NormalResponseContentAssert

Constructors

Link copied to clipboard
constructor(actual: ResponseEntity<String>, business: ToBusinessResult)

Properties

Link copied to clipboard
val info: WritableAssertionInfo

Functions

Link copied to clipboard
open override fun as(p0: Description): NormalResponseContentAssert
open override fun as(p0: String, vararg p1: Any): NormalResponseContentAssert
Link copied to clipboard
fun <T> asData(javaClass: Class<T>): ObjectAssert<T?>
Link copied to clipboard
open override fun asList(): AbstractListAssert<*, MutableList<out Any>, Any, ObjectAssert<Any>>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun asString(): AbstractStringAssert<*>
Link copied to clipboard
open override fun describedAs(p0: Description): NormalResponseContentAssert
open override fun describedAs(p0: String, vararg p1: Any): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun doesNotHave(p0: Condition<in ResponseEntity<String>>): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open fun getWritableAssertionInfo(): WritableAssertionInfo
Link copied to clipboard
open override fun has(p0: Condition<in ResponseEntity<String>>): NormalResponseContentAssert
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun is(p0: Condition<in ResponseEntity<String>>): NormalResponseContentAssert
Link copied to clipboard
open override fun isEqualTo(p0: Any): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun isIn(vararg p0: Any): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun isInstanceOfAny(vararg p0: Class<*>): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNot(p0: Condition<in ResponseEntity<String>>): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun isNotIn(vararg p0: Any): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNotInstanceOfAny(vararg p0: Class<*>): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNotOfAnyClassIn(vararg p0: Class<*>): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
open override fun isNull()
Link copied to clipboard
open override fun isOfAnyClassIn(vararg p0: Class<*>): NormalResponseContentAssert
Link copied to clipboard
open override fun isSameAs(p0: Any): NormalResponseContentAssert
Link copied to clipboard
open fun matches(p0: Predicate<in ResponseEntity<String>>): NormalResponseContentAssert
open fun matches(p0: Predicate<in ResponseEntity<String>>, p1: String): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
inline fun <T> readData(): T?

fun <T> readData(javaClass: Class<T>): T?

返回数据结果

Link copied to clipboard
fun <T> readFromData(reader: (BusinessResult) -> T?): T?
Link copied to clipboard
fun <T> readFromEntity(reader: (ResponseEntity<String>) -> T): T
Link copied to clipboard
open fun satisfies(p0: Consumer<ResponseEntity<String>>): NormalResponseContentAssert
open override fun satisfies(p0: Condition<in ResponseEntity<String>>): NormalResponseContentAssert
Link copied to clipboard
open override fun usingComparator(p0: Comparator<in ResponseEntity<String>>): NormalResponseContentAssert
open override fun usingComparator(p0: Comparator<in ResponseEntity<String>>, p1: String): NormalResponseContentAssert
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun withRepresentation(p0: Representation): NormalResponseContentAssert
Link copied to clipboard