public class TestClassDescriptor extends Object
Constructor and Description |
---|
TestClassDescriptor(String className) |
TestClassDescriptor(String className,
Collection<TestCaseDescriptor> testCases) |
Modifier and Type | Method and Description |
---|---|
String |
getClassName() |
Collection<TestCaseDescriptor> |
getTestCases() |
int |
getTestQuantity() |
long |
getTestsFailed() |
long |
getTestsPassed() |
void |
setClassName(String className) |
void |
setTestCases(Collection<TestCaseDescriptor> testCases) |
public TestClassDescriptor(@NotNull String className)
public TestClassDescriptor(@NotNull String className, @NotNull Collection<TestCaseDescriptor> testCases)
public long getTestsPassed()
public long getTestsFailed()
public int getTestQuantity()
public String getClassName()
public void setClassName(String className)
public Collection<TestCaseDescriptor> getTestCases()
public void setTestCases(@NotNull Collection<TestCaseDescriptor> testCases)
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.