NativePoc.AfterFunction
public
static
interface
NativePoc.AfterFunction
com.android.sts.common.NativePoc.AfterFunction |
Lambda construct to run after PoC finished executing but before assertion and cleanup.
Summary
Public methods | |
---|---|
abstract
void
|
run(CommandResult res)
|
Public methods
run
public abstract void run (CommandResult res)
Parameters | |
---|---|
res |
CommandResult |
Throws | |
---|---|
Exception |