public class RunMessageHandler extends Object
The goal of this class is to parse incoming message from a socket and run the suite according to the message parameters
| Constructor and Description |
|---|
RunMessageHandler(ObjectInput in,
ObjectOutput out,
org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator,
org.mule.runtime.config.api.LazyComponentInitializer lazyComponentInitializer) |
| Modifier and Type | Method and Description |
|---|---|
protected Suite |
buildSuite(String suitePath,
List<String> testNames,
Set<String> tags,
org.mule.munit.common.protocol.listeners.SuiteRunEventListener listener) |
void |
handle() |
protected void |
parseAndRun(org.mule.munit.common.protocol.message.RunMessage runMessage,
org.mule.munit.common.protocol.listeners.SuiteRunEventListener listener) |
protected void |
runSuite(Suite suite,
org.mule.munit.common.protocol.listeners.SuiteRunEventListener listener) |
public RunMessageHandler(ObjectInput in, ObjectOutput out, org.mule.runtime.api.component.location.ConfigurationComponentLocator componentLocator, org.mule.runtime.config.api.LazyComponentInitializer lazyComponentInitializer) throws IOException
IOExceptionpublic void handle()
throws IOException,
ClassNotFoundException
IOExceptionClassNotFoundExceptionprotected void parseAndRun(org.mule.munit.common.protocol.message.RunMessage runMessage,
org.mule.munit.common.protocol.listeners.SuiteRunEventListener listener)
protected void runSuite(Suite suite, org.mule.munit.common.protocol.listeners.SuiteRunEventListener listener)
Copyright © 2018. All rights reserved.