Module io.avaje.inject.test
Package io.avaje.inject.test
-
Interface Summary Interface Description Plugin Plugin that can inject into fields.Plugin.Scope The plugin scope for the test.TestModule Marker for Test scope module. -
Class Summary Class Description InjectExtension Junit 5 extension for avaje inject.TestBeanScope Provides access to the global "test scope" and helper methods to use it. -
Annotation Types Summary Annotation Type Description InjectTest An avaje-inject test supporting@Injectalong with Mockito annotations -@Mock, @Spy, @Captor.Setup Specify a method in a test that takes a BeanScopeBuilder.TestScope Specify test scope for a `@Factory` or `@Singleton`.