Class ViewResultMatchers

java.lang.Object
org.springframework.test.web.servlet.result.ViewResultMatchers

public class ViewResultMatchers extends Object
Factory for assertions on the selected view.

An instance of this class is typically accessed via MockMvcResultMatchers.view().

Since:
3.2
Author:
Rossen Stoyanchev