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 |