类 ViewResultMatchers

java.lang.Object
cn.taketoday.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().

从以下版本开始:
4.0
作者:
Rossen Stoyanchev
  • 构造器详细资料

  • 方法详细资料

    • name

      public ResultMatcher name(org.hamcrest.Matcher<? super String> matcher)
      Assert the selected view name with the given Hamcrest Matcher.
    • name

      public ResultMatcher name(String expectedViewName)
      Assert the selected view name.