package netProgram import "testing" func TestTcpServer(t *testing.T) { TcpServer() } func TestTcpClient(t *testing.T) { TcpClient() } func TestTcpTimeoutClient(t *testing.T) { TcpTimeoutClient() } func TestTcpBacklogServer(t *testing.T) { TcpBacklogServer() } func TestTcpBacklogClient(t *testing.T) { TcpBacklogClient() }