Modifiers | Name | Description |
---|---|---|
class |
TestCaseTreeNode.LoadTestsTreeNode |
|
class |
TestCaseTreeNode.SecurityTestsTreeNode |
|
class |
TestCaseTreeNode.TestStepsTreeNode |
Constructor and description |
---|
TestCaseTreeNode
(TestCase testCase, SoapUITreeModel treeModel) |
Type Params | Return Type | Name and description |
---|---|---|
|
int |
getChildCount() |
|
SoapUITreeNode |
getChildNode(int index) |
|
int |
getIndexOfChild(java.lang.Object child) |
|
TestCaseTreeNode.LoadTestsTreeNode |
getLoadTestsNode() |
|
TestCaseTreeNode.SecurityTestsTreeNode |
getSecurityTestsNode() |
|
TestCase |
getTestCase() |
|
TestCaseTreeNode.TestStepsTreeNode |
getTestStepsNode() |
|
void |
loadTestInserted(LoadTest loadTest) |
|
void |
loadTestRemoved(LoadTest loadTest) |
|
void |
release() |
|
void |
securityTestInserted(SecurityTest securityTest) |
|
void |
securityTestRemoved(SecurityTest securityTest) |
|
void |
testStepInserted(TestStep testStep, int index) |
|
void |
testStepMoved(TestStep testStep, int fromIndex, int offset) |
|
void |
testStepRemoved(TestStep testStep, int index) |
Methods inherited from class | Name |
---|---|
class AbstractModelItemTreeNode |
children, compare, getActions, getAllowsChildren, getChildAt, getChildCount, getChildNode, getIndex, getIndexOfChild, getModelItem, getParent, getParentTreeNode, getPopup, getTreeModel, initOrdering, isLeaf, propertyChange, release, reorder, sortModelItems, toString, valueChanged |