Package com.atlassian.bamboo.testutils
Class TestClassDescriptor
java.lang.Object
com.atlassian.bamboo.testutils.TestClassDescriptor
-
Constructor Summary
ConstructorDescriptionTestClassDescriptor
(@NotNull String className) TestClassDescriptor
(@NotNull String className, @NotNull Collection<TestCaseDescriptor> testCases) -
Method Summary
Modifier and TypeMethodDescriptionint
long
long
void
setClassName
(String className) void
setTestCases
(@NotNull Collection<TestCaseDescriptor> testCases)
-
Constructor Details
-
TestClassDescriptor
-
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
-
setClassName
-
getTestCases
-
setTestCases
-