Uses of Class
berlin.yuna.wiserjunit.model.TestCase
-
Packages that use TestCase Package Description berlin.yuna.wiserjunit.model -
-
Uses of TestCase in berlin.yuna.wiserjunit.model
Methods in berlin.yuna.wiserjunit.model that return types with arguments of type TestCase Modifier and Type Method Description Set<TestCase>TestCaseNode. getTestCases()Stream<TestCase>Report. stream()Stream<TestCase>TestCaseNode. stream()static Comparator<TestCase>TestCase. testCaseGroupSorted()Methods in berlin.yuna.wiserjunit.model with parameters of type TestCase Modifier and Type Method Description voidReport. add(TestCase testCase)voidTestCaseNode. add(TestCase testCase)intTestCase. compareTo(TestCase o)booleanReport. remove(TestCase testCase)booleanTestCaseNode. remove(TestCase testCase)Method parameters in berlin.yuna.wiserjunit.model with type arguments of type TestCase Modifier and Type Method Description voidReport. forEach(Consumer<TestCase> action)voidTestCaseNode. forEach(Consumer<TestCase> action)voidTestCaseNode. setTestCases(Set<TestCase> testCases)
-