| Package | Description |
|---|---|
| org.mule.test.infrastructure.process | |
| org.mule.test.infrastructure.process.matchers | |
| org.mule.test.infrastructure.process.rules |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<MuleProcessController> |
VerifyLogWithMatcher.log(org.hamcrest.Matcher<File> matcher) |
static org.hamcrest.Matcher<MuleProcessController> |
VerifyLogWithMatcher.log(String appName,
org.hamcrest.Matcher<File> matcher) |
| Modifier and Type | Method and Description |
|---|---|
static AppDeploymentProbe |
AppDeploymentProbe.isDeployed(MuleProcessController mule,
String appName)
Deprecated.
|
static org.mule.tck.probe.Probe |
MuleStatusProbe.isNotRunning(MuleProcessController controller) |
static org.mule.tck.probe.Probe |
MuleStatusProbe.isRunning(MuleProcessController controller) |
boolean |
VerifyLogWithMatcher.matchesSafely(MuleProcessController muleProcessController) |
static AppDeploymentProbe |
AppDeploymentProbe.notDeployed(MuleProcessController mule,
String appName)
Deprecated.
|
| Constructor and Description |
|---|
AppDeploymentProbe(MuleProcessController mule,
String appName,
Boolean check)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> org.hamcrest.Matcher<MuleProcessController> |
Deployment.hasDeployed(String applicationName) |
static <T> org.hamcrest.Matcher<MuleProcessController> |
Running.isRunning() |
static <T> org.hamcrest.Matcher<MuleProcessController> |
Running.notRunning() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Running.matchesSafely(MuleProcessController mule) |
boolean |
Deployment.matchesSafely(MuleProcessController mule) |
| Modifier and Type | Method and Description |
|---|---|
MuleProcessController |
MuleStandalone.getMule() |
MuleProcessController |
MuleDeployment.getMuleProcessController() |
Copyright © 2003–2021 MuleSoft, Inc.. All rights reserved.