abstract class MockMvcResultHandlers
Static factory methods for ResultHandler-based result actions. Eclipse Users
Consider adding this class as a Java editor favorite. To navigate to this setting, open the Preferences and type "favorites".
Author
Rossen Stoyanchev
Author
Sam Brannen
Since
3.2
MockMvcResultHandlers()
Static factory methods for ResultHandler-based result actions. Eclipse Users Consider adding this class as a Java editor favorite. To navigate to this setting, open the Preferences and type "favorites". |
open static fun log(): ResultHandler
Log MvcResult details as a |
|
open static fun print(): ResultHandler
Print MvcResult details to the "standard" output stream. open static fun print(stream: OutputStream): ResultHandler
Print MvcResult details to the supplied OutputStream. open static fun print(writer: Writer): ResultHandler
Print MvcResult details to the supplied Writer. |