public class ReportStatusStats extends Object
This class maintains the total count of tests and its nodes along with their statuses for a given run session
Constructor and Description |
---|
ReportStatusStats(AnalysisStrategy strategy) |
public ReportStatusStats(AnalysisStrategy strategy)
public int getParentCount()
public int getParentCountPass()
public int getParentCountFail()
public int getParentCountFatal()
public int getParentCountError()
public int getParentCountWarning()
public int getParentCountSkip()
public int getParentCountExceptions()
public float getParentPercentagePass()
public float getParentPercentageFail()
public float getParentPercentageOthers()
public float getParentPercentageSkip()
public int getChildCount()
public int getChildCountPass()
public int getChildCountFail()
public int getChildCountFatal()
public int getChildCountError()
public int getChildCountWarning()
public int getChildCountSkip()
public int getChildCountInfo()
public int getChildCountDebug()
public int getChildCountExceptions()
public float getChildPercentagePass()
public float getChildPercentageFail()
public float getChildPercentageOthers()
public float getChildPercentageSkip()
public int getGrandChildCount()
public int getGrandChildCountPass()
public int getGrandChildCountFail()
public int getGrandChildCountFatal()
public int getGrandChildCountError()
public int getGrandChildCountWarning()
public int getGrandChildCountSkip()
public int getGrandChildCountInfo()
public int getGrandChildCountDebug()
public int getGrandChildCountExceptions()
public float getGrandChildPercentagePass()
public float getGrandChildPercentageFail()
public float getGrandChildPercentageOthers()
public float getGrandChildPercentageSkip()
Copyright © 2018. All rights reserved.