Package org.springframework.aot.test.agent
@NonNullApi
@NonNullFields
package org.springframework.aot.test.agent
Testing support for the
RuntimeHintsAgent
.-
ClassDescription
@EnabledIfRuntimeHintsAgent
signals that the annotated test class or test method is only enabled if theRuntimeHintsAgent
is loaded on the current JVM.A wrapper forRecordedInvocation
that is the starting point forRuntimeHints
AssertJ assertions.AssertJassertions
that can be applied toRuntimeHintsInvocations
.Invocations relevant toRuntimeHints
recorded during the execution of a block of code instrumented by theRuntimeHintsAgent
.