public final class TestPlanStatistics extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
TOTAL_NUMBER_OF_TEST_CASE_KEY |
| Constructor and Description |
|---|
TestPlanStatistics() |
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 static final String TOTAL_NUMBER_OF_TEST_CASE_KEY
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-2015 Henix, henix.fr. All Rights Reserved.