ITestInvocation.ExitInformation

public static class ITestInvocation.ExitInformation
extends Object

java.lang.Object
   ↳ com.android.tradefed.invoker.ITestInvocation.ExitInformation


代表叫用的部分結束資訊。

摘要

欄位

public CommandRunner.ExitCode mExitCode

public Throwable mStack

公用建構函式

ExitInformation()

欄位

mExitCode

public CommandRunner.ExitCode mExitCode

mStack

public Throwable mStack

公用建構函式

離開資訊

public ExitInformation ()