Uses of Class
org.apache.synapse.unittest.testcase.data.classes.TestCase
-
Packages that use TestCase Package Description org.apache.synapse.unittest org.apache.synapse.unittest.testcase.data.holders -
-
Uses of TestCase in org.apache.synapse.unittest
Methods in org.apache.synapse.unittest with parameters of type TestCase Modifier and Type Method Description static void
TestCasesMediator. setBody(org.apache.http.client.methods.HttpEntityEnclosingRequestBase request, TestCase currentTestCase)
Set a payload to Entity Enclosing Request. -
Uses of TestCase in org.apache.synapse.unittest.testcase.data.holders
Methods in org.apache.synapse.unittest.testcase.data.holders that return TestCase Modifier and Type Method Description TestCase
TestCaseData. getTestCase(int elementIndex)
Get test case data.Methods in org.apache.synapse.unittest.testcase.data.holders with parameters of type TestCase Modifier and Type Method Description void
TestCaseData. setTestCases(TestCase testCases)
Get test case data.
-