Class TestMethodExceptionEntity

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

public class TestMethodExceptionEntity extends Object
  • Constructor Details

    • TestMethodExceptionEntity

      public TestMethodExceptionEntity(String className, String message, String stacktrace)
  • Method Details

    • builder

      public static com.atlassian.bamboo.plugins.testresultparser.testng.TestMethodExceptionEntity.Builder builder()
    • getClassName

      public String getClassName()
    • getMessage

      public String getMessage()
    • getStacktrace

      public String getStacktrace()
    • toTestCaseResultError

      public TestCaseResultError toTestCaseResultError()