Uses of Class
berlin.yuna.wiserjunit.model.TestCaseNode
-
Packages that use TestCaseNode Package Description berlin.yuna.wiserjunit.model -
-
Uses of TestCaseNode in berlin.yuna.wiserjunit.model
Methods in berlin.yuna.wiserjunit.model that return TestCaseNode Modifier and Type Method Description TestCaseNodeReport. getTestCases()Methods in berlin.yuna.wiserjunit.model that return types with arguments of type TestCaseNode Modifier and Type Method Description Set<TestCaseNode>TestCaseNode. getChildren()Methods in berlin.yuna.wiserjunit.model with parameters of type TestCaseNode Modifier and Type Method Description voidTestCaseNode. addChildNode(TestCaseNode node)intTestCaseNode. compareTo(TestCaseNode o)voidReport. setTestCases(TestCaseNode testCases)Method parameters in berlin.yuna.wiserjunit.model with type arguments of type TestCaseNode Modifier and Type Method Description voidTestCaseNode. setChildren(Set<TestCaseNode> children)
-