Class RuntimeHintsInvocations
java.lang.Object
org.springframework.aot.test.agent.RuntimeHintsInvocations
- All Implemented Interfaces:
 org.assertj.core.api.AssertProvider<RuntimeHintsInvocationsAssert>
public class RuntimeHintsInvocations
extends Object
implements org.assertj.core.api.AssertProvider<RuntimeHintsInvocationsAssert>
A wrapper for 
RecordedInvocation that is the starting point for
 RuntimeHints AssertJ assertions.- Since:
 - 6.0
 - Author:
 - Brian Clozel
 - See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionUseassertThat(invocations)rather than calling this method directly. 
- 
Method Details
- 
assertThat
UseassertThat(invocations)rather than calling this method directly.- Specified by:
 assertThatin interfaceorg.assertj.core.api.AssertProvider<RuntimeHintsInvocationsAssert>
 
 -