spring-security/oauth2/oauth2-jose/src
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
..
main/java/org/springframework/security/oauth2 Polish spring-security-oauth2-jose main code 2020-08-24 17:33:09 -05:00
test/java/org/springframework/security/oauth2 Migrate to assertThatExceptionOfType 2020-08-24 17:33:09 -05:00