Package org.wildfly.testing.junit.extension.api


package org.wildfly.testing.junit.extension.api
Service Provider Interfaces (SPIs) for extending the WildFly JUnit Extension with custom functionality.

This package contains interfaces that allow you to customize server configuration and extend resource injection capabilities. All SPIs use the Java ServiceLoader mechanism for discovery.

Configuration Factories

Customize how the WildFly server is configured for testing:

Example: Custom Standalone Configuration

 {
     @code
     @MetaInfServices
     public class CustomConfigFactory implements StandaloneConfigurationFactory {
Author:
James R. Perkins
See Also: