@Deprecated public class KarateStats extends Object
Results
Modifier | Constructor and Description |
---|---|
protected |
KarateStats(Results from)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addToFailCount(int count)
Deprecated.
|
void |
addToFailedList(String name,
String errorMessage)
Deprecated.
|
void |
addToTestCount(int count)
Deprecated.
|
void |
addToTimeTaken(double time)
Deprecated.
|
long |
getEndTime()
Deprecated.
|
int |
getFailCount()
Deprecated.
|
Map<String,String> |
getFailedMap()
Deprecated.
|
Throwable |
getFailureReason()
Deprecated.
|
int |
getFeatureCount()
Deprecated.
|
String |
getReportDir()
Deprecated.
|
long |
getStartTime()
Deprecated.
|
int |
getTestCount()
Deprecated.
|
double |
getTimeTakenMillis()
Deprecated.
|
void |
printStats(int threadCount)
Deprecated.
|
void |
setFailureReason(Throwable failureReason)
Deprecated.
|
void |
setFeatureCount(int featureCount)
Deprecated.
|
void |
setReportDir(String reportDir)
Deprecated.
|
static KarateStats |
startTimer()
Deprecated.
|
void |
stopTimer()
Deprecated.
|
protected KarateStats(Results from)
public static KarateStats startTimer()
public String getReportDir()
public void setReportDir(String reportDir)
public void setFailureReason(Throwable failureReason)
public Throwable getFailureReason()
public void addToTestCount(int count)
public void addToFailCount(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 double getTimeTakenMillis()
public long getStartTime()
public long getEndTime()
Copyright © 2020. All rights reserved.