类的使用
cn.taketoday.test.web.servlet.MockMvcBuilderSupport
使用MockMvcBuilderSupport的程序包
-
cn.taketoday.test.web.servlet.setup中MockMvcBuilderSupport的使用
修饰符和类型类说明classAbstractMockMvcBuilder<B extends AbstractMockMvcBuilder<B>>Abstract implementation ofMockMvcBuilderwith common methods for configuring filters, default request properties, global expectations and global result actions.classA concrete implementation ofAbstractMockMvcBuilderthat provides theWebApplicationContextsupplied to it as a constructor argument.classAMockMvcBuilderthat accepts@Controllerregistrations thus allowing full control over the instantiation and initialization of controllers and their dependencies similar to plain unit tests, and also making it possible to test one controller at a time.