Uses of Class
org.apache.synapse.unittest.testcase.data.classes.TestCaseAssertionSummary
-
Packages that use TestCaseAssertionSummary Package Description org.apache.synapse.unittest.testcase.data.classes -
-
Uses of TestCaseAssertionSummary in org.apache.synapse.unittest.testcase.data.classes
Methods in org.apache.synapse.unittest.testcase.data.classes that return types with arguments of type TestCaseAssertionSummary Modifier and Type Method Description List<TestCaseAssertionSummary>
TestCaseSummary. getTestCaseAssertionList()
Get test case assertion summary object list.Methods in org.apache.synapse.unittest.testcase.data.classes with parameters of type TestCaseAssertionSummary Modifier and Type Method Description void
TestCaseSummary. addTestCaseAssertion(TestCaseAssertionSummary assertSummary)
Add test case assertion summary object.
-