| Package | Description |
|---|---|
| berlin.yuna.wiserjunit.model |
| Modifier and Type | Method and Description |
|---|---|
Set<TestCase> |
TestCaseNode.getTestCases() |
Stream<TestCase> |
TestCaseNode.stream() |
Stream<TestCase> |
Report.stream() |
static Comparator<TestCase> |
TestCase.testCaseGroupSorted() |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseNode.add(TestCase testCase) |
void |
Report.add(TestCase testCase) |
int |
TestCase.compareTo(TestCase o) |
boolean |
TestCaseNode.remove(TestCase testCase) |
boolean |
Report.remove(TestCase testCase) |
| Modifier and Type | Method and Description |
|---|---|
void |
TestCaseNode.forEach(Consumer<TestCase> action) |
void |
Report.forEach(Consumer<TestCase> action) |
void |
TestCaseNode.setTestCases(Set<TestCase> testCases) |
Copyright © 2022. All rights reserved.