Package org.springframework.test.web.servlet.result

Types

ContentResultMatchersDsl
Link copied to clipboard
class ContentResultMatchersDsl
Provide a ContentResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
CookieResultMatchersDsl
Link copied to clipboard
class CookieResultMatchersDsl
Provide a CookieResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
FlashAttributeResultMatchersDsl
Link copied to clipboard
class FlashAttributeResultMatchersDsl
Provide a FlashAttributeResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
HeaderResultMatchersDsl
Link copied to clipboard
class HeaderResultMatchersDsl
Provide a HeaderResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
JsonPathResultMatchersDsl
Link copied to clipboard
class JsonPathResultMatchersDsl
Provide a JsonPathResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
ModelResultMatchersDsl
Link copied to clipboard
class ModelResultMatchersDsl
Provide a ModelResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
RequestResultMatchersDsl
Link copied to clipboard
class RequestResultMatchersDsl
Provide a RequestResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
StatusResultMatchersDsl
Link copied to clipboard
class StatusResultMatchersDsl
Provide a StatusResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
ViewResultMatchersDsl
Link copied to clipboard
class ViewResultMatchersDsl
Provide a ViewResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.
XpathResultMatchersDsl
Link copied to clipboard
class XpathResultMatchersDsl
Provide a XpathResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Functions

isEqualTo
Link copied to clipboard
fun StatusResultMatchers.isEqualTo(status: Int): ResultMatcher
Extension for StatusResultMatchers.is providing an isEqualTo alias since is is a reserved keyword in Kotlin.
fun StatusResultMatchers.isEqualTo(matcher: Matcher<Int>): ResultMatcher
Extension for StatusResultMatchers.is providing an isEqualTo alias since is is a reserved keyword in Kotlin.