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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAssert the selected view name.Assert the selected view name with the given HamcrestMatcher.
- 
Constructor Details- 
ViewResultMatchersprotected ViewResultMatchers()Protected constructor. UseMockMvcResultMatchers.view().
 
- 
- 
Method Details- 
nameAssert the selected view name with the given HamcrestMatcher.
- 
nameAssert the selected view name.
 
-