Package org.openeai.moa.objects.testsuite

Examples of org.openeai.moa.objects.testsuite.TestId


    // Get the ControlArea from the XML document.
    Element eControlArea = getControlArea(inDoc.getRootElement());

    // Get the TestId if it exists.
    TestId testId = extractTestId("TestId", eControlArea);

    // Get the messageAction, messageObject, and SenderAppId from the
    // ControlArea.
    String msgAction = eControlArea.getAttribute("messageAction").getValue();
    String msgObject = eControlArea.getAttribute("messageObject").getValue();
View Full Code Here

TOP

Related Classes of org.openeai.moa.objects.testsuite.TestId

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.