spring-security/test
Phillip Webb 319d3364aa Migrate to assertThatExceptionOfType
Consistently use `assertThatExceptionOfType(...).isThrownBy(...)`
rather than `assertThatCode` or `assertThatThrownBy`. This aligns with
Spring Boot and Spring Cloud. It also allows the convenience
`assertThatIllegalArgument` and `assertThatIllegalState` methods to
be used.

Issue gh-8945
2020-08-24 17:33:09 -05:00
..
src Migrate to assertThatExceptionOfType 2020-08-24 17:33:09 -05:00
spring-security-test.gradle Inject TestOAuth2AuthorizedClientRepository 2020-05-28 10:33:02 -06:00
template.mf SEC-2015: Add spring-security-test 2014-04-22 16:47:48 -05:00