func TestErrProcessDone(t *testing.T) { … } // Lookup of a process that does not exist at time of lookup. func TestProcessAlreadyDone(t *testing.T) { … } func TestUNIXProcessAlive(t *testing.T) { … } func TestProcessBadPID(t *testing.T) { … }
func TestErrProcessDone(t *testing.T) { … } // Lookup of a process that does not exist at time of lookup. func TestProcessAlreadyDone(t *testing.T) { … } func TestUNIXProcessAlive(t *testing.T) { … } func TestProcessBadPID(t *testing.T) { … }