NativePoc.AfterFunction 类

public static interface NativePoc.AfterFunction

com.android.sts.common.NativePoc.AfterFunction


要在 PoC 执行完毕后但在断言和清理之前运行的 Lambda 结构。

摘要

公共方法

abstract void run(CommandResult res)

公共方法

得分

public abstract void run (CommandResult res)

参数
res CommandResult

抛出
Exception