Package io.avaje.inject.test


package io.avaje.inject.test
  • Class
    Description
    Junit 5 extension for avaje inject.
    An avaje-inject test supporting @Inject along with Mockito annotations - @Mock, @Spy, @Captor.
    Provides a Lookup instance for accessing test fields.
    Plugin that can inject into fields.
    The plugin scope for the test.
    Specify a method in a test that takes a BeanScopeBuilder.
    Provides access to the global "test scope" and helper methods to use it.
    Marker for Test scope module.
    Specify test scope for a `@Factory` or `@Singleton`.