*/
@Test
public void testLocalClose() throws Exception {
final OutputStream remoteOut = mockConnection.getSocketB()
.getOutputStream();
new ExecutionDataWriter(remoteOut);
final TcpConnection con = new TcpConnection(
mockConnection.getSocketA(), runtime);
con.init();