IBuildReceiver
public
interface
IBuildReceiver
com.android.tradefed.testtype.IBuildReceiver |
A test that needs reference to the build under test.
Should be used sparingly. Most tests should not have a dependency on the build-under-test, and should rely onITargetPreparer
s to prepare the test environment.
Summary
Public methods | |
---|---|
abstract
void
|
setBuild(IBuildInfo buildInfo)
|