This commit is contained in:
Johnny Lim
2022-08-31 23:59:51 +09:00
parent 2ecc37fbef
commit 706c1ec8dd
5 changed files with 7 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ import org.junit.jupiter.api.condition.EnabledIf;
import org.springframework.aot.agent.RuntimeHintsAgent;
/**
* {@code @EneabledIfRuntimeHintsAgent} signals that the annotated test class or test method
* {@code @EnabledIfRuntimeHintsAgent} signals that the annotated test class or test method
* is only enabled if the {@link RuntimeHintsAgent} is loaded on the current JVM.
* <p>This is meta-annotated with {@code @Tag("RuntimeHintsTests")} so that test suites
* can choose to target or ignore those tests.