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

Types

Link copied to clipboard
class ContentResultMatchersDsl

Provide a ContentResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class CookieResultMatchersDsl

Provide a CookieResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class FlashAttributeResultMatchersDsl

Provide a FlashAttributeResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class HeaderResultMatchersDsl

Provide a HeaderResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class JsonPathResultMatchersDsl

Provide a JsonPathResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class ModelResultMatchersDsl

Provide a ModelResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class RequestResultMatchersDsl

Provide a RequestResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class StatusResultMatchersDsl

Provide a StatusResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class ViewResultMatchersDsl

Provide a ViewResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Link copied to clipboard
class XpathResultMatchersDsl

Provide a XpathResultMatchers Kotlin DSL in order to be able to write idiomatic Kotlin code.

Functions

Link copied to clipboard
fun StatusResultMatchers.isEqualTo(status: Int): ResultMatcher
fun StatusResultMatchers.isEqualTo(matcher: Matcher<Int>): ResultMatcher

Extension for StatusResultMatchers.is providing an isEqualTo alias since is is a reserved keyword in Kotlin.