use of org.jboss.as.subsystem.test.KernelServices in project wildfly by wildfly.
the class UndertowSubsystem10TestCase method testRuntime.
@Test
public void testRuntime() throws Exception {
setProperty();
KernelServicesBuilder builder = createKernelServicesBuilder(UndertowSubsystemTestCase.RUNTIME).setSubsystemXml(getSubsystemXml());
KernelServices mainServices = builder.build();
testRuntime(mainServices, virtualHostName, flag);
}
use of org.jboss.as.subsystem.test.KernelServices in project wildfly by wildfly.
the class UndertowSubsystem11TestCase method testRuntime.
@Test
public void testRuntime() throws Exception {
setProperty();
KernelServicesBuilder builder = createKernelServicesBuilder(UndertowSubsystemTestCase.RUNTIME).setSubsystemXml(getSubsystemXml());
KernelServices mainServices = builder.build();
testRuntime(mainServices, virtualHostName, flag);
testRuntimeOther(mainServices);
}
use of org.jboss.as.subsystem.test.KernelServices in project wildfly by wildfly.
the class UndertowSubsystem12TestCase method testRuntime.
@Test
public void testRuntime() throws Exception {
setProperty();
KernelServicesBuilder builder = createKernelServicesBuilder(UndertowSubsystemTestCase.RUNTIME).setSubsystemXml(getSubsystemXml());
KernelServices mainServices = builder.build();
testRuntime(mainServices, virtualHostName, flag);
}
use of org.jboss.as.subsystem.test.KernelServices in project wildfly by wildfly.
the class UndertowSubsystem20TestCase method testRuntime.
@Test
public void testRuntime() throws Exception {
setProperty();
KernelServicesBuilder builder = createKernelServicesBuilder(UndertowSubsystemTestCase.RUNTIME).setSubsystemXml(getSubsystemXml());
KernelServices mainServices = builder.build();
testRuntime(mainServices, virtualHostName, flag);
testRuntimeOther(mainServices);
}
use of org.jboss.as.subsystem.test.KernelServices in project wildfly by wildfly.
the class UndertowSubsystem30TestCase method testRuntime.
@Test
public void testRuntime() throws Exception {
setProperty();
KernelServicesBuilder builder = createKernelServicesBuilder(RUNTIME).setSubsystemXml(getSubsystemXml());
KernelServices mainServices = builder.build();
testRuntime(mainServices, virtualHostName, flag);
testRuntimeOther(mainServices);
testRuntimeLast(mainServices);
}
Aggregations