Add runtime hints for CSS resource
This commit is contained in:
committed by
Rob Winch
parent
2405a5b680
commit
98975a9b83
@@ -62,4 +62,10 @@ class WebMvcSecurityRuntimeHintsTests {
|
||||
.withMemberCategories(MemberCategory.INVOKE_DECLARED_METHODS)).accepts(this.hints);
|
||||
}
|
||||
|
||||
@Test
|
||||
void cssHasHints() {
|
||||
assertThat(RuntimeHintsPredicates.resource().forResource("org/springframework/security/default-ui.css"))
|
||||
.accepts(this.hints);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user