IRuntimeHintProvider

public interface IRuntimeHintProvider

com.android.tradefed.testtype.IRuntimeHintProvider


Summary

Public methods

abstract long getRuntimeHint()

Return the expected runtime of the test in milliseconds.

Public methods

getRuntimeHint

public abstract long getRuntimeHint ()

Return the expected runtime of the test in milliseconds. The time is used to load balance sharded execution

Returns
long