Update test class.

This commit is contained in:
akwizgran
2020-11-02 14:42:46 +00:00
parent 027329ddd6
commit f9e4ffa841

View File

@@ -43,6 +43,15 @@ public class TestDuplexTransportConnection
return new TransportProperties(); return new TransportProperties();
} }
@Override
public boolean isMarkedForClose() {
return false;
}
@Override
public void markForClose() {
}
/** /**
* Creates and returns a pair of TestDuplexTransportConnections that are * Creates and returns a pair of TestDuplexTransportConnections that are
* connected to each other. * connected to each other.