- All Implemented Interfaces:
- javax.enterprise.inject.spi.Extension
public class TestInstanceInjectionExtension
extends Object
implements javax.enterprise.inject.spi.Extension
Extension class that ensure proper injection of an externally provided
test instance.
NOTE: When JUnit 5 provides a test instance creation extension point this
should be removed and the test instance should be obtained from the
container via proper CDI methods.
https://github.com/junit-team/junit5/issues/672