CoverageMeasurementForwarder

public final class CoverageMeasurementForwarder
extends Object implements IRemoteTest

java.lang.Object
   ↳ com.android.tradefed.testtype.host.CoverageMeasurementForwarder


A placeholder test that forwards coverage measurements from the build provider to the logger.

Summary

Public constructors

CoverageMeasurementForwarder()

Public methods

void run(TestInformation testInfo, ITestInvocationListener listener)

Runs the tests, and reports result to the listener.

Public constructors

CoverageMeasurementForwarder

public CoverageMeasurementForwarder ()

Public methods

run

public void run (TestInformation testInfo, 
                ITestInvocationListener listener)

Runs the tests, and reports result to the listener.

Parameters
testInfo TestInformation: The TestInformation object containing useful information to run tests.

listener ITestInvocationListener: the ITestInvocationListener of test results