إعادة توجيه TestRunToTestInvocationRedirecter
public
class
TestRunToTestInvocationForwarder
extends Object
implements
ITestRunListener
java.lang.Object | |
↳ | com.android.tradefed.result.ddmlib.TestRunToTestInvocationforwarder |
أداة إعادة توجيه من ddmlib ITestRunListener
إلى ITestLifeCycleReceiver
واجهة
ضمان تحويل النتائج من واجهة ddmlib إلى Tradefed Interface.
ترتبط واجهة Ddmlib بتشغيل اختبارات الأدوات.
ملخّص
الحقول | |
---|---|
public
static
final
String |
ERROR_MESSAGE_FORMAT
|
وظائف الإنشاء العامة | |
---|---|
TestRunToTestInvocationForwarder(
|
الطرق العامة | |
---|---|
void
|
testAssumptionFailure(TestIdentifier testId, String trace)
|
void
|
testEnded(TestIdentifier testId,
|
void
|
testFailed(TestIdentifier testId, String trace)
|
void
|
testIgnored(TestIdentifier testId)
|
void
|
testRunEnded(long elapsedTime,
|
void
|
testRunFailed(String failure)
|
void
|
testRunStarted(String runName, int testCount)
|
void
|
testRunStopped(long elapsedTime)
|
void
|
testStarted(TestIdentifier testId)
|
الحقول
خطأ_MESSAGE_FORMAT
public static final String ERROR_MESSAGE_FORMAT
وظائف الإنشاء العامة
TestRunToTestInvocationForwarder
public TestRunToTestInvocationForwarder (listeners)
المعلمات | |
---|---|
listeners |
|
الطرق العامة
testAssumptionFailure
public void testAssumptionFailure (TestIdentifier testId, String trace)
المعلمات | |
---|---|
testId |
TestIdentifier |
trace |
String |
testEnded
public void testEnded (TestIdentifier testId,testMetrics)
المعلمات | |
---|---|
testId |
TestIdentifier |
testMetrics |
|
فشل الاختبار
public void testFailed (TestIdentifier testId, String trace)
المعلمات | |
---|---|
testId |
TestIdentifier |
trace |
String |
testIgnored
public void testIgnored (TestIdentifier testId)
المعلمات | |
---|---|
testId |
TestIdentifier |
testRunEnded
public void testRunEnded (long elapsedTime,runMetrics)
المعلمات | |
---|---|
elapsedTime |
long |
runMetrics |
|
اختبار التشغيل فاشل
public void testRunFailed (String failure)
المعلمات | |
---|---|
failure |
String |
أمر testRunStarted
public void testRunStarted (String runName, int testCount)
المعلمات | |
---|---|
runName |
String |
testCount |
int |
testRunStopped
public void testRunStopped (long elapsedTime)
المعلمات | |
---|---|
elapsedTime |
long |
testStarted
public void testStarted (TestIdentifier testId)
المعلمات | |
---|---|
testId |
TestIdentifier |