public class CoverageDataCommand extends Object implements org.jboss.arquillian.container.test.spi.command.Command<String>, Serializable
Constructor and Description |
---|
CoverageDataCommand(byte[] coverageData) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getCoverageDate() |
String |
getResult() |
Throwable |
getThrowable() |
void |
setResult(String result) |
void |
setThrowable(Throwable throwable) |
public byte[] getCoverageDate()
public void setResult(String result)
setResult
in interface org.jboss.arquillian.container.test.spi.command.Command<String>
public String getResult()
getResult
in interface org.jboss.arquillian.container.test.spi.command.Command<String>
public void setThrowable(Throwable throwable)
setThrowable
in interface org.jboss.arquillian.container.test.spi.command.Command<String>
Copyright © 2017 JBoss by Red Hat. All rights reserved.