Home
last modified time | relevance | path

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

/external/grpc-grpc-java/okhttp/src/test/java/io/grpc/okhttp/
DOkHttpClientTransportTest.java284 assertEquals(2, activeStreamCount()); in nextFrameThrowIoException()
291 assertEquals(0, activeStreamCount()); in nextFrameThrowIoException()
314 assertEquals(1, activeStreamCount()); in nextFrameThrowsError()
319 assertEquals(0, activeStreamCount()); in nextFrameThrowsError()
594 assertEquals(2, activeStreamCount()); in windowUpdate()
808 assertEquals(2, activeStreamCount()); in stopNormally()
811 assertEquals(2, activeStreamCount()); in stopNormally()
818 assertEquals(0, activeStreamCount()); in stopNormally()
840 assertEquals(2, activeStreamCount()); in receiveGoAway()
851 assertEquals(1, activeStreamCount()); in receiveGoAway()
[all …]