Searched defs:story (Results 1 – 5 of 5) sorted by relevance
56 private final Story story; field in HpackDecodeTestBase58 public HpackDecodeTestBase(Story story) { in HpackDecodeTestBase()70 protected void testDecoder(Story story) throws Exception { in testDecoder()
47 public HpackRoundTripTest(Story story) { in HpackRoundTripTest()53 Story story = getStory().clone(); in testRoundTrip() local
29 public HpackDecodeInteropTest(Story story) { in HpackDecodeInteropTest()
50 Story story = new Story(); in clone() local
77 Story story = readStory(storyInputStream); in readStories() local