TestFoundEvent


class TestFoundEvent : TestDiscoveryEvent


Denotes that test discovery has found a test case. The TestCaseInfo is provided along with the event.

Summary

Public constructors

Public functions

Unit
writeToParcel(parcel: Parcel!, i: Int)

Public properties

TestCaseInfo

Public constructors

TestFoundEvent

TestFoundEvent(testCase: TestCaseInfo)

Public functions

writeToParcel

fun writeToParcel(parcel: Parcel!, i: Int): Unit

Public properties

testCase

val testCaseTestCaseInfo