IShardableListener
public interface IShardableListener
implements ITestInvocationListener
com.android.tradefed.result.IShardableListener |
可以分片的ITestInvocationListener
。当包含此类侦听器的配置被分片时,每个分片都将拥有此侦听器的副本。
概括
公共方法 | |
---|---|
abstract IShardableListener | clone () 克隆自身以在分片中使用。 |
default boolean | supportShardListener () |