Uses of Class
com.avoka.tm.vo.Form
-
Packages that use Form Package Description com.avoka.tm.test Provides Unit Testing support classes. -
-
Uses of Form in com.avoka.tm.test
Methods in com.avoka.tm.test that return Form Modifier and Type Method Description Form
MockVoBuilder. createForm()
Create a test form entity with a random name.Methods in com.avoka.tm.test with parameters of type Form Modifier and Type Method Description Txn
MockVoBuilder. createTxnCompletedWithFormAndXml(Form form)
Create a completed transaction entity with the given form.Txn
MockVoBuilder. createTxnCompletedWithFormAndXml(Form form, String formXmlData)
Create a completed transaction entity with the given form and XML form data.Txn
MockVoBuilder. createTxnSubmittedWithFormAndXml(Form form)
Create a submitted transaction entity with the given form.Txn
MockVoBuilder. createTxnSubmittedWithFormAndXml(Form form, String formXmlData)
Create a submitted transaction entity with the given form and XML form data.
-