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 ()