Class TestCaseData
- java.lang.Object
-
- org.apache.synapse.unittest.testcase.data.holders.TestCaseData
-
public class TestCaseData extends Object
Class responsible for the holding the data of test case data.
-
-
Constructor Summary
Constructors Constructor Description TestCaseData()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestCasegetTestCase(int elementIndex)Get test case data.intgetTestCaseCount()Get test cases count.voidsetTestCaseCount(int testCaseCount)Set test cases count.voidsetTestCases(TestCase testCases)Get test case data.
-
-
-
Method Detail
-
getTestCase
public TestCase getTestCase(int elementIndex)
Get test case data.- Parameters:
elementIndex- index of the object- Returns:
- test case object in descriptor data
-
getTestCaseCount
public int getTestCaseCount()
Get test cases count.- Returns:
- test cases count in descriptor data
-
setTestCases
public void setTestCases(TestCase testCases)
Get test case data.- Parameters:
testCases- test case object
-
setTestCaseCount
public void setTestCaseCount(int testCaseCount)
Set test cases count.- Parameters:
testCaseCount- test cases count in descriptor data
-
-