public class TestClassDescriptor extends Object
| Constructor and Description |
|---|
TestClassDescriptor(@NotNull String className) |
TestClassDescriptor(@NotNull String className,
@NotNull 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(@NotNull Collection<TestCaseDescriptor> testCases) |
public TestClassDescriptor(@NotNull
@NotNull String className)
public TestClassDescriptor(@NotNull
@NotNull String className,
@NotNull
@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
@NotNull Collection<TestCaseDescriptor> testCases)
Copyright © 2024 Atlassian Software Systems Pty Ltd. All rights reserved.