Class TestcaseSummaryParser

java.lang.Object
org.xml.sax.helpers.DefaultHandler
com.piketec.jenkins.plugins.tpt.TestcaseSummaryParser
All Implemented Interfaces:
ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class TestcaseSummaryParser extends DefaultHandler
This class is similar to the TestcaseParser. The difference is that this is used when an Execution Error in TPT occurs and no testcase_infomation.xml are available. In such case the test_summary.xml will be parsed and all testcases will be marked as execution errors. Additonally global assesslet results are only available here.
Author:
FInfantino, Synopsys Inc.