Examples of TCKSpanTag


Examples of org.apache.myfaces.portlet.faces.testsuite.common.util.tags.TCKSpanTag

     * @param testName name of the test
     */
    public BridgeTCKResultWriter(String testName) {
      super();
      mTestName = testName;
      mTestNameTag = new TCKSpanTag(mTestName + "-test-name");
      mTestNameTag.setTagContent(mTestName);                                                     
      mStatusTag = new TCKSpanTag(mTestName + "-result-status");
      mDetailTag = new TCKSpanTag(mTestName + "-result-detail");
    }
View Full Code Here

Examples of org.apache.myfaces.portlet.faces.testsuite.common.util.tags.TCKSpanTag

     * @param testName name of the test
     */
    public BridgeTCKResultWriter(String testName) {
      super();
      mTestName = testName;
      mTestNameTag = new TCKSpanTag(mTestName + "-test-name");
      mTestNameTag.setTagContent(mTestName);                                                     
      mStatusTag = new TCKSpanTag(mTestName + "-result-status");
      mDetailTag = new TCKSpanTag(mTestName + "-result-detail");
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.