Class and Description |
---|
org.springframework.test.AssertThrows
favor use of JUnit 4's
@Test(expected=...) support |
Method and Description |
---|
org.springframework.test.web.servlet.result.StatusResultMatchers.isDestinationLocked()
matching the deprecation of HttpStatus.DESTINATION_LOCKED
|
org.springframework.test.web.servlet.result.StatusResultMatchers.isInsufficientSpaceOnResource()
matching the deprecation of HttpStatus.INSUFFICIENT_SPACE_ON_RESOURCE
|
org.springframework.test.web.servlet.result.StatusResultMatchers.isMethodFailure()
matching the deprecation of HttpStatus.METHOD_FAILURE
|