Package com.atlassian.bamboo.testutils
Class TestClassDescriptor
- java.lang.Object
-
- com.atlassian.bamboo.testutils.TestClassDescriptor
-
public class TestClassDescriptor extends Object
-
-
Constructor Summary
Constructors Constructor Description TestClassDescriptor(@NotNull String className)TestClassDescriptor(@NotNull String className, @NotNull Collection<TestCaseDescriptor> testCases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()Collection<TestCaseDescriptor>getTestCases()intgetTestQuantity()longgetTestsFailed()longgetTestsPassed()voidsetClassName(String className)voidsetTestCases(@NotNull Collection<TestCaseDescriptor> testCases)
-
-
-
Constructor Detail
-
TestClassDescriptor
public TestClassDescriptor(@NotNull @NotNull String className)
-
TestClassDescriptor
public TestClassDescriptor(@NotNull @NotNull String className, @NotNull @NotNull Collection<TestCaseDescriptor> testCases)
-
-
Method Detail
-
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)
-
-