| Package | Description |
|---|---|
| org.mule.tck |
| Modifier and Type | Method and Description |
|---|---|
static void |
MuleTestUtils.testWithSystemProperties(Map<String,String> properties,
MuleTestUtils.TestCallback callback)
Executes callback with a given system properties set and replaces the system properties with their original values once done.
|
static void |
MuleTestUtils.testWithSystemProperty(String propertyName,
String propertyValue,
MuleTestUtils.TestCallback callback)
Executes callback with a given system property set and replaces the system property with it's original value once done.
|
Copyright © 2003–2018 MuleSoft, Inc.. All rights reserved.