mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
Update test class.
This commit is contained in:
@@ -43,6 +43,15 @@ public class TestDuplexTransportConnection
|
||||
return new TransportProperties();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isMarkedForClose() {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void markForClose() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Creates and returns a pair of TestDuplexTransportConnections that are
|
||||
* connected to each other.
|
||||
|
||||
Reference in New Issue
Block a user