Class ViewResultMatchers
java.lang.Object
org.springframework.test.web.servlet.result.ViewResultMatchers
Factory for assertions on the selected view.
 
An instance of this class is typically accessed via
 MockMvcResultMatchers.view().
- Since:
 - 3.2
 - Author:
 - Rossen Stoyanchev
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionAssert the selected view name.Assert the selected view name with the given HamcrestMatcher. 
- 
Constructor Details
- 
ViewResultMatchers
protected ViewResultMatchers()Protected constructor. UseMockMvcResultMatchers.view(). 
 - 
 - 
Method Details
- 
name
Assert the selected view name with the given HamcrestMatcher. - 
name
Assert the selected view name. 
 -