File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
spring-test/src/main/java/org/springframework/test/web/servlet/assertj Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 44
44
public interface MvcTestResult extends AssertProvider <MvcTestResultAssert > {
45
45
46
46
/**
47
- * Return the {@linkplain MvcResult result} of the processing.
47
+ * Return the {@linkplain MvcResult result} of the processing. If
48
+ * the processing has failed with an unresolved exception, the
49
+ * result is not available, see {@link #getUnresolvedException()}.
48
50
* @return the {@link MvcResult}
49
- * @throw {@link IllegalStateException} if the request failed unexpectedly
50
- * @see #getUnresolvedException()
51
+ * @throws IllegalStateException if the processing has failed with
52
+ * an unresolved exception
51
53
*/
52
54
MvcResult getMvcResult ();
53
55
You can’t perform that action at this time.
0 commit comments