This commit is contained in:
Rossen Stoyanchev
2017-11-21 23:20:13 -05:00
parent d8099adc9a
commit b7c924cac1
5 changed files with 27 additions and 16 deletions

View File

@@ -67,6 +67,11 @@ public class ListenerReadPublisherTests {
return mock(DataBuffer.class);
}
@Override
protected void suspendReading() {
// No-op
}
public int getReadCalls() {
return this.readCalls;
}