Home
last modified time | relevance | path

Searched refs:testEventId (Results 1 – 1 of 1) sorted by relevance

/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestServerUtils.kt116 …class TestEvent(private val type: String, private val data: String, private val testEventId: Int) { constant in host.exp.exponent.utils.TestServerUtils.TestEvent
125 .addHeader("test-event-id", testEventId.toString()) in waitForCompleted()