Class TestMethodEntity
java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodEntity
-
Constructor Summary
ConstructorDescriptionTestMethodEntity
(@NotNull String methodName, boolean isConfig, @NotNull String status, long durationMs) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
addReporterOutput
(@Nullable String value) long
com.google.common.collect.ImmutableList<String>
boolean
boolean
isConfig()
void
setException
(TestMethodExceptionEntity exception)
-
Constructor Details
-
TestMethodEntity
-
-
Method Details
-
addParam
-
addReporterOutput
-
setException
-
getFullName
-
getMethodName
-
isConfig
public boolean isConfig() -
getStatus
-
getDurationMs
public long getDurationMs() -
getReporterOutput
-
hasException
public boolean hasException() -
getException
-