Class InjectedTest

java.lang.Object
org.jvnet.hudson.test.injected.InjectedTest
Direct Known Subclasses:
JellyTest, OtherTest, PropertiesTest

@ExtendWith(ExtensionContextResolver.class) public abstract class InjectedTest extends Object
Base class for tests injected via the maven-hpi-plugin. All injected tests should extend this class in order to be discovered by the maven-hpi-plugin in order to access the provided configuration parameters.
  • Constructor Details

    • InjectedTest

      public InjectedTest()