SubprocessEventHelper
public class SubprocessEventHelper
extends Object
java.lang.Object | |
↳ | com.android.tradefed.util.SubprocessEventHelper |
ログに渡されるイベントをシリアル化/逆シリアル化するヘルパー。
概要
ネストされたクラス | |
---|---|
class | SubprocessEventHelper.BaseTestEventInfo TestIgnored情報のベースヘルパー。 |
class | SubprocessEventHelper.FailedTestEventInfo testFailed情報のヘルパー。 |
class | SubprocessEventHelper.InvocationEndedEventInfo 呼び出し終了情報のヘルパー。 |
class | SubprocessEventHelper.InvocationFailedEventInfo InvocationFailed情報のヘルパー。 |
class | SubprocessEventHelper.InvocationStartedEventInfo 呼び出し開始情報のヘルパー。 |
class | SubprocessEventHelper.LogAssociationEventInfo logAssociation情報のヘルパー。 |
class | SubprocessEventHelper.TestEndedEventInfo testEnded情報のヘルパー。 |
class | SubprocessEventHelper.TestLogEventInfo testLog情報のヘルパー。 |
class | SubprocessEventHelper.TestModuleStartedEventInfo テストモジュールの開始情報のヘルパー。 |
class | SubprocessEventHelper.TestRunEndedEventInfo testRunEnded情報のヘルパー。 |
class | SubprocessEventHelper.TestRunFailedEventInfo testRunFailed情報のヘルパー |
class | SubprocessEventHelper.TestRunStartedEventInfo testRunStarted情報のヘルパー |
class | SubprocessEventHelper.TestStartedEventInfo testStarted情報のヘルパー |
パブリックコンストラクター | |
---|---|
SubprocessEventHelper () |
パブリックコンストラクター
SubprocessEventHelper
public SubprocessEventHelper ()
Content and code samples on this page are subject to the licenses described in the Content License. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.