Class TestClassDescriptor

java.lang.Object
com.atlassian.bamboo.testutils.TestClassDescriptor

public class TestClassDescriptor extends Object
  • Constructor Details

    • TestClassDescriptor

      public TestClassDescriptor(@NotNull @NotNull String className)
    • TestClassDescriptor

      public TestClassDescriptor(@NotNull @NotNull String className, @NotNull @NotNull Collection<TestCaseDescriptor> testCases)
  • Method Details

    • getTestsPassed

      public long getTestsPassed()
    • getTestsFailed

      public long getTestsFailed()
    • getTestQuantity

      public int getTestQuantity()
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • getTestCases

      public Collection<TestCaseDescriptor> getTestCases()
    • setTestCases

      public void setTestCases(@NotNull @NotNull Collection<TestCaseDescriptor> testCases)