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 9efa274 commit 04bb436Copy full SHA for 04bb436
test/src/com/rabbitmq/client/test/functional/UnexpectedFrames.java
@@ -17,6 +17,10 @@ private interface Confuser {
17
public Frame confuse(Frame frame) throws IOException;
18
}
19
20
+ @Override protected void setUp() throws IOException {}
21
+
22
+ @Override protected void tearDown() throws IOException {}
23
24
public void testMissingHeader() throws IOException {
25
expectUnexpectedFrameError(new Confuser() {
26
public Frame confuse(Frame frame) {
0 commit comments