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