Home
last modified time | relevance | path

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

/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/framed/
DHttp2Test.java153 final int expectedPromisedStreamId = 11; in pushPromise() local
168 frame.writeInt(expectedPromisedStreamId & 0x7fffffff); in pushPromise()
171 assertEquals(frame, sendPushPromiseFrames(expectedPromisedStreamId, pushPromise)); in pushPromise()
177 assertEquals(expectedPromisedStreamId, promisedStreamId); in pushPromise()
185 final int expectedPromisedStreamId = 11; in pushPromiseThenContinuation() local
196 frame.writeInt(expectedPromisedStreamId & 0x7fffffff); in pushPromiseThenContinuation()
206 assertEquals(frame, sendPushPromiseFrames(expectedPromisedStreamId, pushPromise)); in pushPromiseThenContinuation()
213 assertEquals(expectedPromisedStreamId, promisedStreamId); in pushPromiseThenContinuation()