public class MuleServerFailureLogger
extends org.junit.rules.TestWatcher
public class MuleServerTestCase {
protected MuleInstallation installation = new MuleInstallation(getProperty("distribution"));
@Rule
public TestRule chain = outerRule(installation).around(new MuleServerFailureLogger(installation));
@Test
public void testMuleServer() throws IOException {
// Start Mule
// This code exercises Mule server
}
}
| Constructor and Description |
|---|
MuleServerFailureLogger(MuleInstallation installation) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
failed(Throwable e,
org.junit.runner.Description description) |
public MuleServerFailureLogger(MuleInstallation installation)
protected void failed(Throwable e, org.junit.runner.Description description)
failed in class org.junit.rules.TestWatcherCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.