public class Test extends Object
| Modifier and Type | Field and Description |
|---|---|
protected AfterTest |
after
The MUnit flow that have to be run after the MUnit test.
|
protected BeforeTest |
before
The MUnit flow that have to be run before the MUnit test.
|
protected org.slf4j.Logger |
logger |
protected MunitModule |
munitModule |
protected TestFlow |
test
The MUnit test.
|
| Constructor and Description |
|---|
Test(BeforeTest before,
TestFlow test,
AfterTest after,
MunitModule munitModule) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getName() |
boolean |
isIgnore() |
TestResult |
run() |
protected org.mule.runtime.api.event.Event |
run(org.mule.runtime.api.event.Event event,
SimpleFlow flow) |
protected transient org.slf4j.Logger logger
protected BeforeTest before
protected AfterTest after
protected TestFlow test
protected MunitModule munitModule
public Test(BeforeTest before, TestFlow test, AfterTest after, MunitModule munitModule)
public String getName()
public String getDescription()
public boolean isIgnore()
public TestResult run()
protected org.mule.runtime.api.event.Event run(org.mule.runtime.api.event.Event event,
SimpleFlow flow)
throws org.mule.runtime.api.exception.MuleException
org.mule.runtime.api.exception.MuleExceptionCopyright © 2018. All rights reserved.