Uses of Class
com.avoka.tm.vo.Form
-
Uses of Form in com.avoka.tm.test
Modifier and TypeMethodDescriptionMockVoBuilder.createForm()
Create a test form entity with a random name.MockVoBuilder.createForm
(String clientName, String formName, String portalName) Create a test form entity with the given name.Modifier and TypeMethodDescriptionMockVoBuilder.createTxnCompletedWithFormAndXml
(Form form) Create a completed transaction entity with the given form.MockVoBuilder.createTxnCompletedWithFormAndXml
(Form form, String formXmlData) Create a completed transaction entity with the given form and XML form data.MockVoBuilder.createTxnSubmittedWithFormAndXml
(Form form) Create a submitted transaction entity with the given form.MockVoBuilder.createTxnSubmittedWithFormAndXml
(Form form, String formXmlData) Create a submitted transaction entity with the given form and XML form data.