Class MvcTestResultAssert

java.lang.Object
org.assertj.core.api.AbstractAssert<SELF,ACTUAL>
All Implemented Interfaces:
org.assertj.core.api.Assert<MvcTestResultAssert,MvcTestResult>, org.assertj.core.api.Descriptable<MvcTestResultAssert>, org.assertj.core.api.ExtensionPoints<MvcTestResultAssert,MvcTestResult>

AssertJ assertions that can be applied to MvcTestResult.
Since:
6.2
Author:
Stephane Nicoll, Brian Clozel