Uses of Class
org.apache.synapse.unittest.testcase.data.classes.AssertNotNull
-
Packages that use AssertNotNull Package Description org.apache.synapse.unittest.testcase.data.classes -
-
Uses of AssertNotNull in org.apache.synapse.unittest.testcase.data.classes
Methods in org.apache.synapse.unittest.testcase.data.classes that return types with arguments of type AssertNotNull Modifier and Type Method Description List<AssertNotNull>TestCase. getAssertNotNull()Get assert not null set of particular test case.Method parameters in org.apache.synapse.unittest.testcase.data.classes with type arguments of type AssertNotNull Modifier and Type Method Description voidTestCase. setAssertNotNull(List<AssertNotNull> assertNotNull)Add assertNotNull set into a ArrayList.
-