public enum

TestPlatformEvent.EventType

extends java.lang.Enum<TestPlatformEvent.EventType>

 java.lang.Object

↳java.lang.Enum<TestPlatformEvent.EventType>

↳androidx.test.services.events.platform.TestPlatformEvent.EventType

Overview

Each derived class will return its corresponding EventType in TestPlatformEvent.instanceType().

Summary

Enum Constants
TEST_CASE_ERROR
TEST_CASE_FINISHED
TEST_CASE_STARTED
TEST_RUN_ERROR
TEST_RUN_FINISHED
TEST_RUN_STARTED
Methods
public static TestPlatformEvent.EventTypevalueOf(java.lang.String name)

public static TestPlatformEvent.EventTypevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

TEST_RUN_STARTED

TEST_RUN_ERROR

TEST_RUN_FINISHED

TEST_CASE_STARTED

TEST_CASE_ERROR

TEST_CASE_FINISHED

Methods

public static TestPlatformEvent.EventType values()

public static TestPlatformEvent.EventType valueOf(java.lang.String name)