Package org.springframework.aot.test.agent
@NonNullApi
@NonNullFields
package org.springframework.aot.test.agent
Testing support for the
RuntimeHintsAgent.-
ClassDescription
@EnabledIfRuntimeHintsAgentsignals that the annotated test class or test method is only enabled if theRuntimeHintsAgentis loaded on the current JVM.A wrapper forRecordedInvocationthat is the starting point forRuntimeHintsAssertJ assertions.AssertJassertionsthat can be applied toRuntimeHintsInvocations.Invocations relevant toRuntimeHintsrecorded during the execution of a block of code instrumented by theRuntimeHintsAgent.