| java.lang.Object org.kuali.workflow.attribute.KualiAttributeTestUtil
KualiAttributeTestUtil | public class KualiAttributeTestUtil (Code) | | This class contains various utility methods for doing tests on workflow attributes.
|
PAYEE_MAINTENANCE_NEWDOC | final public static String PAYEE_MAINTENANCE_NEWDOC(Code) | | |
PURCHASE_ORDER_DOCUMENT | final public static String PURCHASE_ORDER_DOCUMENT(Code) | | |
RELATIVE_PATH_IN_PROJECT | final public static String RELATIVE_PATH_IN_PROJECT(Code) | | |
RELATIVE_PATH_IN_PROJECT_WORKFLOW | final public static String RELATIVE_PATH_IN_PROJECT_WORKFLOW(Code) | | |
TOF_FEMP_SUBCODE_ONELINER | final public static String TOF_FEMP_SUBCODE_ONELINER(Code) | | |
TOF_SUB_ACCOUNT_TEST_DOC | final public static String TOF_SUB_ACCOUNT_TEST_DOC(Code) | | |
getDocumentContentFromXmlFile | final public static DocumentContent getDocumentContentFromXmlFile(String fileName, String docTypeName) throws IOException, InvalidXmlException(Code) | | This method loads a document XML from a file in this directory, and loads it into a DocumentContent class, which is then
returned.
Parameters: fileName - - file name (no path) of a file in the same directory as the test Returns a DocumentContent instance (StandardDocumentContent) populated with the XML loaded from the file throws: IOException - throws: InvalidXmlException - |
|
|