SubprocessEventHelper.SkippedTestEventInfo

public static class SubprocessEventHelper.SkippedTestEventInfo
extends SubprocessEventHelper.BaseTestEventInfo

java.lang.Object
   ↳ com.android.tradefed.util.SubprocessEventHelper.BaseTestEventInfo
     ↳ com.android.tradefed.util.SubprocessEventHelper.SkippedTestEventInfo


概要

フィールド

public SkipReason skipReason

パブリック コンストラクタ

SkippedTestEventInfo(String className, String testName, SkipReason reason)
SkippedTestEventInfo(JSONObject jsonObject)

パブリック メソッド

String toString()

フィールド

skipReason

public SkipReason skipReason

パブリック コンストラクタ

SkippedTestEventInfo

public SkippedTestEventInfo (String className, 
                String testName, 
                SkipReason reason)

パラメータ
className String

testName String

reason SkipReason

SkippedTestEventInfo

public SkippedTestEventInfo (JSONObject jsonObject)

パラメータ
jsonObject JSONObject

例外
JSONException

パブリック メソッド

toString

public String toString ()

戻り値
String