程序包的使用
cn.taketoday.test.web.servlet.result
程序包
说明
Contains built-in
ResultMatcher and ResultHandler implementations.-
类说明Factory for response content assertions.Factory for response cookie assertions.Factory for "output" flash attribute assertions.Factory for assertions on the selected handler or handler method.Factory for response header assertions.Factory for assertions on the response content using JsonPath expressions.Factory for assertions on the model.Result handler that prints
MvcResultdetails to a given output stream — for example:System.out,System.err, a customjava.io.PrintWriter, etc.A contract for how to actually write result information.Factory for assertions on the request.Factory for assertions on the response status.Factory for assertions on the selected view.Factory for assertions on the response content using XPath expressions.