public class TestCaseData
extends java.lang.Object
Constructor and Description |
---|
TestCaseData() |
Modifier and Type | Method and Description |
---|---|
TestCase |
getTestCase(int elementIndex)
Get test case data.
|
int |
getTestCaseCount()
Get test cases count.
|
void |
setTestCaseCount(int testCaseCount)
Set test cases count.
|
void |
setTestCases(TestCase testCases)
Get test case data.
|
public TestCase getTestCase(int elementIndex)
elementIndex
- index of the objectpublic int getTestCaseCount()
public void setTestCases(TestCase testCases)
testCases
- test case objectpublic void setTestCaseCount(int testCaseCount)
testCaseCount
- test cases count in descriptor dataCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.