public class KarateStats extends Object
Modifier and Type | Method and Description |
---|---|
void |
addToFailCount(int count) |
void |
addToFailedList(String name,
String errorMessage) |
void |
addToSkipCount(int count) |
void |
addToTestCount(int count) |
void |
addToTimeTaken(double time) |
long |
getEndTime() |
int |
getFailCount() |
Map<String,String> |
getFailedMap() |
Throwable |
getFailureReason() |
int |
getFeatureCount() |
int |
getSkipCount() |
long |
getStartTime() |
int |
getTestCount() |
double |
getTimeTaken() |
void |
printStats(int threadCount) |
void |
setFailureReason(Throwable failureReason) |
void |
setFeatureCount(int featureCount) |
static KarateStats |
startTimer() |
void |
stopTimer() |
public static KarateStats startTimer()
public void setFailureReason(Throwable failureReason)
public Throwable getFailureReason()
public void addToTestCount(int count)
public void addToFailCount(int count)
public void addToSkipCount(int count)
public void addToTimeTaken(double time)
public void stopTimer()
public void printStats(int threadCount)
public void setFeatureCount(int featureCount)
public int getFeatureCount()
public int getTestCount()
public int getFailCount()
public int getSkipCount()
public double getTimeTaken()
public long getStartTime()
public long getEndTime()
Copyright © 2018. All rights reserved.