public class ToolingTest
extends org.mule.runtime.api.component.AbstractComponent
implements org.mule.munit.runner.component.TestComponent, org.mule.runtime.api.lifecycle.Lifecycle
| Modifier and Type | Field and Description |
|---|---|
protected org.mule.runtime.core.privileged.PrivilegedMuleContext |
muleContext |
| Constructor and Description |
|---|
ToolingTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
String |
getDescription() |
String |
getExpectFailureCode() |
String |
getExpectFailureMessage() |
AbstractMetadataScope |
getMetadataScope() |
String |
getName() |
Set<String> |
getTags() |
org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain |
getValidation() |
void |
initialise() |
boolean |
isIgnored() |
org.mule.runtime.api.event.Event |
run(org.mule.runtime.api.event.Event event) |
void |
setDescription(String description) |
void |
setExpectFailureCode(String expectFailureCode) |
void |
setExpectFailureMessage(String expectFailureMessage) |
void |
setIgnore(boolean ignore) |
void |
setMetadataScope(AbstractMetadataScope metadataScope) |
void |
setName(String name) |
void |
setTags(String tags) |
void |
setValidation(org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain validation) |
void |
start() |
void |
stop() |
getAnnotation, getAnnotations, getLocation, getRootContainerLocation, initRootContainerName, setAnnotations@Inject protected org.mule.runtime.core.privileged.PrivilegedMuleContext muleContext
public String getName()
getName in interface org.mule.munit.runner.component.TestComponentpublic void setName(String name)
public String getDescription()
getDescription in interface org.mule.munit.runner.component.TestComponentpublic String getExpectFailureCode()
public String getExpectFailureMessage()
public void setExpectFailureMessage(String expectFailureMessage)
public void setExpectFailureCode(String expectFailureCode)
public org.mule.runtime.api.event.Event run(org.mule.runtime.api.event.Event event)
throws Throwable
run in interface org.mule.munit.runner.component.TestComponentThrowablepublic void setDescription(String description)
public Set<String> getTags()
getTags in interface org.mule.munit.runner.component.TestComponentpublic void setTags(String tags)
public boolean isIgnored()
isIgnored in interface org.mule.munit.runner.component.TestComponentpublic void setIgnore(boolean ignore)
public AbstractMetadataScope getMetadataScope()
public void setMetadataScope(AbstractMetadataScope metadataScope)
public void setValidation(org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain validation)
public org.mule.runtime.core.privileged.processor.chain.MessageProcessorChain getValidation()
public void stop()
throws org.mule.runtime.api.exception.MuleException
stop in interface org.mule.runtime.api.lifecycle.Stoppableorg.mule.runtime.api.exception.MuleExceptionpublic void dispose()
dispose in interface org.mule.runtime.api.lifecycle.Disposablepublic void start()
throws org.mule.runtime.api.exception.MuleException
start in interface org.mule.runtime.api.lifecycle.Startableorg.mule.runtime.api.exception.MuleExceptionpublic void initialise()
throws org.mule.runtime.api.lifecycle.InitialisationException
initialise in interface org.mule.runtime.api.lifecycle.Initialisableorg.mule.runtime.api.lifecycle.InitialisationExceptionCopyright © 2019. All rights reserved.