Collect test results for an entire suite invocation and output the final results.
Nested classes |
class |
SuiteResultReporter.ModulePrepTimes
Object holder for the preparation and tear down time of one module.
|
Fields
SUITE_REPORTER_SOURCE
public static final String SUITE_REPORTER_SOURCE
Public constructors
SuiteResultReporter
public SuiteResultReporter ()
Public methods
getCompleteModules
public int getCompleteModules ()
getFailedTests
public long getFailedTests ()
getModulesAbi
public getModulesAbi ()
Returns a map of modules abi: .
getPassedTests
public long getPassedTests ()
getSummary
public TestSummary getSummary ()
getTotalModules
public int getTotalModules ()
getTotalTests
public long getTotalTests ()
invocationEnded
public void invocationEnded (long elapsedTime)
Parameters |
elapsedTime |
long |
invocationStarted
public void invocationStarted (IInvocationContext context)
Parameters |
context |
IInvocationContext |
testModuleStarted
public void testModuleStarted (IInvocationContext moduleContext)
Parameters |
moduleContext |
IInvocationContext |
Protected methods
getCurrentTime
protected long getCurrentTime ()
getEndTime
protected long getEndTime ()
Returns the end time of the invocation.
getStartTime
protected long getStartTime ()
Returns the start time of the invocation.
O conteúdo e os exemplos de código nesta página estão sujeitos às licenças descritas na Licença de conteúdo. Java e OpenJDK são marcas registradas da Oracle e/ou suas afiliadas.
Última atualização 2020-09-08 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Não contém as informações de que eu preciso"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Muito complicado / etapas demais"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Desatualizado"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"Problema na tradução"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Problema com as amostras / o código"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Outro"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Fácil de entender"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Meu problema foi resolvido"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Outro"
}]