类 ViewResultMatchers
java.lang.Object
cn.taketoday.test.web.servlet.result.ViewResultMatchers
Factory for assertions on the selected view.
An instance of this class is typically accessed via
MockMvcResultMatchers.view().
- 从以下版本开始:
- 4.0
- 作者:
- Rossen Stoyanchev
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明Assert the selected view name.Assert the selected view name with the given HamcrestMatcher.
-
构造器详细资料
-
ViewResultMatchers
protected ViewResultMatchers()Protected constructor. UseMockMvcResultMatchers.view().
-
-
方法详细资料
-
name
Assert the selected view name with the given HamcrestMatcher. -
name
Assert the selected view name.
-