- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for getTestCount (0.04 sec)
-
okhttp/src/jvmTest/kotlin/okhttp3/AutobahnTester.kt
val request = Request .Builder() .url(HOST + path) .build() return client.newWebSocket(request, listener) } fun run() { try { val count = getTestCount() println("Test count: $count") for (number in 1..count) { runTest(number, count) } updateReports() } finally { client.dispatcher.executorService.shutdown() }
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Wed Mar 19 19:25:20 UTC 2025 - 4.6K bytes - Viewed (0)