java.lang.Object
com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodEntity

public class TestMethodEntity extends Object
  • Constructor Details

    • TestMethodEntity

      public TestMethodEntity(@NotNull @NotNull String methodName, boolean isConfig, @NotNull @NotNull String status, long durationMs)
  • Method Details

    • addParam

      public void addParam(@Nullable @Nullable String value)
    • addReporterOutput

      public void addReporterOutput(@Nullable @Nullable String value)
    • setException

      public void setException(TestMethodExceptionEntity exception)
    • getFullName

      public String getFullName()
    • getMethodName

      public String getMethodName()
    • isConfig

      public boolean isConfig()
    • getStatus

      public String getStatus()
    • getDurationMs

      public long getDurationMs()
    • getReporterOutput

      public com.google.common.collect.ImmutableList<String> getReporterOutput()
    • hasException

      public boolean hasException()
    • getException

      public TestMethodExceptionEntity getException()