PassingTestFileReporter

public class PassingTestFileReporter
extends TestResultListener implements ITestInvocationListener

java.lang.Object
   ↳ com.android.tradefed.result.TestResultListener
     ↳ com.android.tradefed.result.PassingTestFileReporter


एक ITestInvocationListener, जो पास होने वाले टेस्ट केस की सूची को टेस्ट फ़ाइल में सेव करता है

खास जानकारी

पब्लिक कंस्ट्रक्टर

PassingTestFileReporter()

सार्वजनिक तरीके

void invocationEnded(long elapsedTime)
void invocationStarted(IInvocationContext context)
void testResult(TestDescription test, TestResult result)

पब्लिक कंस्ट्रक्टर

PassingTestFileReporter

public PassingTestFileReporter ()

सार्वजनिक तरीके

invocationEnded

public void invocationEnded (long elapsedTime)

पैरामीटर
elapsedTime long

invocationStarted

public void invocationStarted (IInvocationContext context)

पैरामीटर
context IInvocationContext

testResult

public void testResult (TestDescription test, 
                TestResult result)

पैरामीटर
test TestDescription

result TestResult