spring-framework / org.springframework.test.web.servlet.result

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

Types

ContentResultMatchersDsl

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

class ContentResultMatchersDsl

CookieResultMatchersDsl

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

class CookieResultMatchersDsl

FlashAttributeResultMatchersDsl

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

class FlashAttributeResultMatchersDsl

HeaderResultMatchersDsl

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

class HeaderResultMatchersDsl

JsonPathResultMatchersDsl

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

class JsonPathResultMatchersDsl

ModelResultMatchersDsl

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

class ModelResultMatchersDsl

RequestResultMatchersDsl

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

class RequestResultMatchersDsl

StatusResultMatchersDsl

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

class StatusResultMatchersDsl

ViewResultMatchersDsl

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

class ViewResultMatchersDsl

XpathResultMatchersDsl

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

class XpathResultMatchersDsl

Functions

isEqualTo

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

fun StatusResultMatchers.isEqualTo(matcher: Matcher<Int>): ResultMatcher
fun StatusResultMatchers.isEqualTo(status: Int): ResultMatcher