public class SessionStatusStats
extends java.lang.Object
| Constructor and Description |
|---|
SessionStatusStats(java.util.List<Test> testList) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChildCount() |
int |
getChildCountError() |
int |
getChildCountFail() |
int |
getChildCountFatal() |
int |
getChildCountInfo() |
int |
getChildCountPass() |
int |
getChildCountSkip() |
int |
getChildCountUnknown() |
int |
getChildCountWarning() |
int |
getGrandChildCount() |
int |
getGrandChildCountError() |
int |
getGrandChildCountFail() |
int |
getGrandChildCountFatal() |
int |
getGrandChildCountInfo() |
int |
getGrandChildCountPass() |
int |
getGrandChildCountSkip() |
int |
getGrandChildCountUnknown() |
int |
getGrandChildCountWarning() |
int |
getParentCount() |
int |
getParentCountError() |
int |
getParentCountFail() |
int |
getParentCountFatal() |
int |
getParentCountPass() |
int |
getParentCountSkip() |
int |
getParentCountUnknown() |
int |
getParentCountWarning() |
public SessionStatusStats(java.util.List<Test> testList)
public int getParentCount()
public int getParentCountPass()
public int getParentCountFail()
public int getParentCountFatal()
public int getParentCountError()
public int getParentCountWarning()
public int getParentCountSkip()
public int getParentCountUnknown()
public int getChildCount()
public int getChildCountPass()
public int getChildCountFail()
public int getChildCountFatal()
public int getChildCountError()
public int getChildCountWarning()
public int getChildCountSkip()
public int getChildCountUnknown()
public int getChildCountInfo()
public int getGrandChildCount()
public int getGrandChildCountPass()
public int getGrandChildCountFail()
public int getGrandChildCountFatal()
public int getGrandChildCountError()
public int getGrandChildCountWarning()
public int getGrandChildCountSkip()
public int getGrandChildCountUnknown()
public int getGrandChildCountInfo()
Copyright © 2016. All Rights Reserved.