ITargetCleaner

public interface ITargetCleaner
implements ITargetPreparer

com.android.tradefed.targetprep.ITargetCleaner


This interface is deprecated.
tearDown has been moved to the base ITargetPreparer interface.

Cleans up the target device after the test run has finished.

For example, removes software, collects metrics, remove temporary files etc.

Note that multiple ITargetCleaners can be specified in a configuration.