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

ViewResultMatchersDsl

class ViewResultMatchersDsl

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

Author
Sebastien Deleuze

Since
5.3

Functions

name

fun name(matcher: Matcher<String>): Unit
fun name(expectedViewName: String): Unit