|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.android.ddmlib.testrunner.XmlTestRunListener
public class XmlTestRunListener
Writes JUnit results to an XML files in a format consistent with Ant's XMLJUnitResultFormatter.
Creates a separate XML file per test run.
https://svn.jenkins-ci.org/trunk/hudson/dtkit/dtkit-format/dtkit-junit-model/src/main/resources/com/thalesgroup/dtkit/junit/model/xsd/junit-4.xsd| Constructor Summary | |
|---|---|
XmlTestRunListener()
|
|
| Method Summary | |
|---|---|
protected java.util.Map<java.lang.String,java.lang.String> |
getPropertiesAttributes()
Get the properties attributes as key value pairs to be included in the test report. |
protected java.io.File |
getResultFile(java.io.File reportDir)
Creates a File where the report will be created. |
TestRunResult |
getRunResult()
Returns the TestRunResult |
protected java.lang.String |
getTestName(TestIdentifier testId)
|
protected java.lang.String |
getTestSuiteName()
|
void |
setHostName(java.lang.String hostName)
|
void |
setReportDir(java.io.File file)
Sets the report file to use. |
void |
testAssumptionFailure(TestIdentifier test,
java.lang.String trace)
Called when an atomic test flags that it assumes a condition that is false |
void |
testEnded(TestIdentifier test,
java.util.Map<java.lang.String,java.lang.String> testMetrics)
Reports the execution end of an individual test case. |
void |
testFailed(TestIdentifier test,
java.lang.String trace)
Reports the failure of a individual test case. |
void |
testIgnored(TestIdentifier test)
Called when a test will not be run, generally because a test method is annotated with org.junit.Ignore. |
void |
testRunEnded(long elapsedTime,
java.util.Map<java.lang.String,java.lang.String> runMetrics)
Reports end of test run. |
void |
testRunFailed(java.lang.String errorMessage)
Reports test run failed to complete due to a fatal error. |
void |
testRunStarted(java.lang.String runName,
int numTests)
Reports the start of a test run. |
void |
testRunStopped(long elapsedTime)
Reports test run stopped before completion due to a user request. |
void |
testStarted(TestIdentifier test)
Reports the start of an individual test case. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public XmlTestRunListener()
| Method Detail |
|---|
public void setReportDir(java.io.File file)
public void setHostName(java.lang.String hostName)
public TestRunResult getRunResult()
TestRunResult
public void testRunStarted(java.lang.String runName,
int numTests)
ITestRunListener
testRunStarted in interface ITestRunListenerrunName - the test run namenumTests - total number of tests in test runpublic void testStarted(TestIdentifier test)
ITestRunListener
testStarted in interface ITestRunListenertest - identifies the test
public void testFailed(TestIdentifier test,
java.lang.String trace)
ITestRunListener
testFailed in interface ITestRunListenertest - identifies the testtrace - stack trace of failure
public void testAssumptionFailure(TestIdentifier test,
java.lang.String trace)
ITestRunListener
testAssumptionFailure in interface ITestRunListenertest - identifies the testtrace - stack trace of failurepublic void testIgnored(TestIdentifier test)
ITestRunListener
testIgnored in interface ITestRunListenertest - identifies the test
public void testEnded(TestIdentifier test,
java.util.Map<java.lang.String,java.lang.String> testMetrics)
ITestRunListenerITestRunListener.testFailed(com.android.ddmlib.testrunner.TestIdentifier, java.lang.String) was not invoked, this test passed. Also returns any key/value
metrics which may have been emitted during the test case's execution.
testEnded in interface ITestRunListenertest - identifies the testtestMetrics - a Map of the metrics emittedpublic void testRunFailed(java.lang.String errorMessage)
ITestRunListener
testRunFailed in interface ITestRunListenererrorMessage - String describing reason for run failure.public void testRunStopped(long elapsedTime)
ITestRunListener
testRunStopped in interface ITestRunListenerelapsedTime - device reported elapsed time, in milliseconds
public void testRunEnded(long elapsedTime,
java.util.Map<java.lang.String,java.lang.String> runMetrics)
ITestRunListener
testRunEnded in interface ITestRunListenerelapsedTime - device reported elapsed time, in millisecondsrunMetrics - key-value pairs reported at the end of a test run
protected java.io.File getResultFile(java.io.File reportDir)
throws java.io.IOException
File where the report will be created.
reportDir - the root directory of the report.
java.io.IOExceptionprotected java.lang.String getTestSuiteName()
@NonNull protected java.util.Map<java.lang.String,java.lang.String> getPropertiesAttributes()
protected java.lang.String getTestName(TestIdentifier testId)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||