Searched refs:processCalled (Results 1 – 1 of 1) sorted by relevance
186 int processCalled = 0; field in AbstractStreamingHasherTest.Sink206 processCalled++; in process()220 int before = processCalled; in processRemaining()222 int after = processCalled; in processRemaining()224 processCalled--; // don't count the tail invocation (makes tests a bit more understandable) in processRemaining()231 assertEquals(expectedBytes / chunkSize, processCalled);