We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 898531f commit 3455f32Copy full SHA for 3455f32
test/src/com/rabbitmq/client/test/AMQConnectionTest.java
@@ -167,6 +167,10 @@ public InetAddress getAddress() {
167
public int getPort() {
168
return -1;
169
}
170
+
171
+ public void flush() throws IOException {
172
+ // no need to implement this: don't bother writing the frame
173
+ }
174
175
176
/** Mock frame handler to facilitate testing. */
test/src/com/rabbitmq/client/test/BrokenFramesTest.java
@@ -153,6 +153,11 @@ public InetAddress getAddress() {
153
154
155
156
157
+ @Override
158
159
160
161
162
163
0 commit comments