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() |
int |
getTestsFailed() |
int |
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 int getTestsPassed()
public int getTestsFailed()
public int getTestQuantity()
public String getClassName()
public void setClassName(String className)
public Collection<TestCaseDescriptor> getTestCases()
public void setTestCases(@NotNull
Collection<TestCaseDescriptor> testCases)
Copyright © 2016 Atlassian Software Systems Pty Ltd. All rights reserved.