Searched refs:sendString (Results 1 – 2 of 2) sorted by relevance
608 String sendString = new String("Test"); in test_shutdownInput() local609 theOutput.write(sendString.getBytes()); in test_shutdownInput()643 String sendString = new String("Test"); in test_shutdownOutput() local645 theOutput.write(sendString.getBytes()); in test_shutdownOutput()1027 String sendString = new String("Test"); in test_connectLjava_net_SocketAddress() local1028 theOutput.write(sendString.getBytes()); in test_connectLjava_net_SocketAddress()1035 + receivedString + ":" + sendString, receivedString in test_connectLjava_net_SocketAddress()1036 .equals(sendString)); in test_connectLjava_net_SocketAddress()1038 sendString = new String("SEND - Test"); in test_connectLjava_net_SocketAddress()1039 theOutput2.write(sendString.getBytes()); in test_connectLjava_net_SocketAddress()[all …]
1570 String sendString = "Test"; in test_shutdownInput() local1571 theOutput.write(sendString.getBytes()); in test_shutdownInput()1610 String sendString = "Test"; in test_shutdownOutput() local1612 theOutput.write(sendString.getBytes()); in test_shutdownOutput()