mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Harmonize RuntimeHintsRegistrar implementations
Closes gh-28801
This commit is contained in:
+3
-3
@@ -31,13 +31,13 @@ import org.springframework.util.ClassUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link CoreAnnotationsRuntimeHintsRegistrar}.
|
||||
* Tests for {@link CoreAnnotationsRuntimeHints}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
class CoreAnnotationsRuntimeHintsRegistrarTests {
|
||||
class CoreAnnotationsRuntimeHintsTests {
|
||||
|
||||
private RuntimeHints hints = new RuntimeHints();
|
||||
private final RuntimeHints hints = new RuntimeHints();
|
||||
|
||||
@BeforeEach
|
||||
void setup() {
|
||||
+2
-2
@@ -31,11 +31,11 @@ import org.springframework.util.ClassUtils;
|
||||
import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
/**
|
||||
* Tests for {@link SpringFactoriesLoaderRuntimeHintsRegistrar}.
|
||||
* Tests for {@link SpringFactoriesLoaderRuntimeHints}.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
class SpringFactoriesLoaderRuntimeHintsRegistrarTests {
|
||||
class SpringFactoriesLoaderRuntimeHintsTests {
|
||||
|
||||
private RuntimeHints hints;
|
||||
|
||||
Reference in New Issue
Block a user