use of org.wildfly.swarm.cdi.CDIFraction in project wildfly-swarm by wildfly-swarm.
the class SwaggerWebAppDefaultUrlChangerArquillianTest method newContainer.
@CreateSwarm
public static Swarm newContainer() throws Exception {
Swarm swarm = new Swarm();
swarm.fraction(new CDIFraction());
swarm.withProfile("application-path");
return swarm;
}
Aggregations