Package | Description |
---|---|
com.ads.api.util |
Contains Utility Classes, Collection Classes, Java Bean Classes which are specific to System, Environment, Table, Column, Mappings, Subject,
KeyValue Pairs etc...
|
Modifier and Type | Method and Description |
---|---|
TestCase |
TestManagerUtil.getTestCase(int testCaseId)
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel,
TypeOfTesting, Description and AuditHistory etc...
|
TestCase |
TestManagerUtil.getTestCase(int nodeId,
Node.NodeType nodeType,
java.lang.String testCaseName)
Returns the TestCase Details such as TestCaseId, TestCaseName, TestCaseLabel,
TypeOfTesting, Description and AuditHistory etc...
|
Modifier and Type | Method and Description |
---|---|
java.util.List<TestCase> |
TestManagerUtil.getTestCases(int nodeId,
Node.NodeType nodeType)
Returns the List of TestCase objects with Details such as TestCaseId, TestCaseName, TestCaseLabel,
TypeOfTesting, Description and AuditHistory etc...for the specified nodeId of nodeType.
|
java.util.List<TestCase> |
TestManagerUtil.getTestCases(java.util.List<java.lang.Integer> testCaseIds)
Returns the TestCases with Details such as TestCaseId, TestCaseName, TestCaseLabel,
TypeOfTesting, Description and AuditHistory etc...
|
Modifier and Type | Method and Description |
---|---|
RequestStatus |
TestManagerUtil.addTestCase(int nodeId,
Node.NodeType nodeType,
TestCase testCase)
TestCase will be added for the specified nodeId of nodeType with
the details given in TestCase Object.
|
RequestStatus |
TestManagerUtil.updateTestCase(TestCase testCase)
TestCase will be updated with the details specified in TestCase Object.
|