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 static org.slf4j.Logger |
logger |
protected MunitModule |
munitModule |
protected TestComponent |
test
The MUnit test.
|
| Constructor and Description |
|---|
Test(BeforeTest before,
TestComponent 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 static final transient org.slf4j.Logger logger
protected BeforeTest before
protected AfterTest after
protected TestComponent test
protected MunitModule munitModule
public Test(BeforeTest before, TestComponent 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 Throwable
ThrowableCopyright © 2019. All rights reserved.