RootcanalForwarderPreparer
public
class
RootcanalForwarderPreparer
extends BaseTargetPreparer
java.lang.Object | ||
↳ | com.android.tradefed.targetprep.BaseTargetPreparer | |
↳ | com.android.tradefed.targetprep.RootcanalForwarderPreparer |
Summary
Public constructors | |
---|---|
RootcanalForwarderPreparer()
|
Public methods | |
---|---|
void
|
setUp(TestInformation testInformation)
|
void
|
tearDown(TestInformation testInformation, Throwable t)
|
Public constructors
RootcanalForwarderPreparer
public RootcanalForwarderPreparer ()
Public methods
setUp
public void setUp (TestInformation testInformation)
Parameters | |
---|---|
testInformation |
TestInformation |
Throws | |
---|---|
TargetSetupError |
tearDown
public void tearDown (TestInformation testInformation, Throwable t)
Parameters | |
---|---|
testInformation |
TestInformation |
t |
Throwable |