Package org.jboss.resteasy.setup
Class SystemPropertySetupTask
- java.lang.Object
-
- org.jboss.resteasy.setup.SystemPropertySetupTask
-
- All Implemented Interfaces:
org.jboss.as.arquillian.api.ServerSetupTask
- Direct Known Subclasses:
DisableDefaultExceptionMapperSetupTask
public abstract class SystemPropertySetupTask extends Object implements org.jboss.as.arquillian.api.ServerSetupTask
A setup task for Arquillian tests which set system properties in WildFly and remove them when the test is complete.- Author:
- James R. Perkins
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SystemPropertySetupTask(Map<String,String> properties)
Creates a new setup task which defines the provided properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
void
tearDown(org.jboss.as.arquillian.container.ManagementClient managementClient, String containerId)
-