public class TestMethodEntity extends Object
Constructor and Description |
---|
TestMethodEntity(String methodName,
boolean isConfig,
String status,
long durationMs) |
Modifier and Type | Method and Description |
---|---|
void |
addParam(String value) |
void |
addReporterOutput(String value) |
long |
getDurationMs() |
TestMethodExceptionEntity |
getException() |
String |
getFullName() |
String |
getMethodName() |
com.google.common.collect.ImmutableList<String> |
getReporterOutput() |
String |
getStatus() |
boolean |
hasException() |
boolean |
isConfig() |
void |
setException(TestMethodExceptionEntity exception) |
public void addParam(@Nullable String value)
public void addReporterOutput(@Nullable String value)
public void setException(TestMethodExceptionEntity exception)
public String getFullName()
public String getMethodName()
public boolean isConfig()
public String getStatus()
public long getDurationMs()
public com.google.common.collect.ImmutableList<String> getReporterOutput()
public boolean hasException()
public TestMethodExceptionEntity getException()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.