ITestRunEvent.Default


class ITestRunEvent.Default : ITestRunEvent


Default implementation for ITestRunEvent.

Summary

Public constructors

Public functions

IBinder!
Unit
send(testRunEvent: TestRunEvent!)

Sends back notifications for the status of test execution.

Inherited Constants

From androidx.test.services.events.run.ITestRunEvent
const String!
DESCRIPTOR = "androidx.test.services.events.run.ITestRunEvent"

Public constructors

Default

Default()

Public functions

asBinder

fun asBinder(): IBinder!

send

fun send(testRunEvent: TestRunEvent!): Unit

Sends back notifications for the status of test execution.