public final class TestPlanStatistics extends Object
| Constructor and Description |
|---|
TestPlanStatistics() |
TestPlanStatistics(Iterable<Object[]> statisticValues) |
TestPlanStatistics(Map<String,Integer> statisticValues) |
| Modifier and Type | Method and Description |
|---|---|
int |
getNbBlocked() |
int |
getNbDone() |
int |
getNbFailure() |
int |
getNbReady() |
int |
getNbRunning() |
int |
getNbSettled() |
int |
getNbSuccess() |
int |
getNbTestCases() |
int |
getNbUntestable() |
int |
getProgression() |
TestPlanStatus |
getStatus() |
public int getNbTestCases()
public int getProgression()
public int getNbSuccess()
public int getNbFailure()
public int getNbUntestable()
public int getNbSettled()
public int getNbBlocked()
public int getNbReady()
public int getNbRunning()
public TestPlanStatus getStatus()
public int getNbDone()
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.