GTestListTestParser

public class GTestListTestParser
extends MultiLineReceiver

java.lang.Object
com.android.ddmlib.MultiLineReceiver
com.android.tradefed.testtype.GTestListTestParser


「--gtest_list_tests」パラメーターを使用した gtest ドライラン モードの結果パーサー。

まとめ

田畑

protected mTests

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

GTestListTestParser (String testRunName, ITestInvocationListener listener)

単一のリスナーの GTestListTestParser を作成します。

公開メソッド

void done ()

boolean getPrependFileName ()
boolean isCancelled ()

void processNewLines (String[] lines)

void setPrependFileName (boolean prepend)

田畑

mTest

protected  mTests

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

GTestListTestParser

public GTestListTestParser (String testRunName, 
                ITestInvocationListener listener)

単一のリスナーの GTestListTestParser を作成します。

パラメーター
testRunName String : ITestLifeCycleReceiver.testRunStarted(String, int)に提供するテスト実行名

listener ITestInvocationListener : テストの実行中にテスト結果が通知されます

公開メソッド

終わり

public void done ()

getPrependFileName

public boolean getPrependFileName ()

戻り値
boolean

キャンセルされました

public boolean isCancelled ()

戻り値
boolean

processNewLines

public void processNewLines (String[] lines)

パラメーター
lines String

setPrependFileName

public void setPrependFileName (boolean prepend)

パラメーター
prepend boolean