public class RunnerStreamConsumer extends Object implements org.apache.maven.shared.utils.cli.StreamConsumer
A Stream Consumer that reads the Standard Output and identifies the Test Run protocol
| Constructor and Description |
|---|
RunnerStreamConsumer(RunnerMessageHandler runnerMessageHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
consumeLine(String s) |
RunResult |
getRunResult() |
protected void |
handleProtocolLine(String message) |
void |
setRunConfiguration(org.mule.munit.remote.api.configuration.RunConfiguration runConfiguration) |
public RunnerStreamConsumer(RunnerMessageHandler runnerMessageHandler)
public void consumeLine(String s)
consumeLine in interface org.apache.maven.shared.utils.cli.StreamConsumerpublic void setRunConfiguration(org.mule.munit.remote.api.configuration.RunConfiguration runConfiguration)
protected void handleProtocolLine(String message)
public RunResult getRunResult()
Copyright © 2020. All rights reserved.