Exemple #1
0
func TestPid(t *testing.T) {
	ts := newFakeTeeServer(t)
	test.CheckPid(t, ts)
}
Exemple #2
0
func TestPid(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	defer ts.Close()
	test.CheckPid(t, ts)
}
Exemple #3
0
func TestPid(t *testing.T) {
	ts := NewTestServer(t, []string{"test"})
	test.CheckPid(t, ts)
}