()
| 61 | } |
| 62 | |
| 63 | func restoreConnection() { |
| 64 | conn.Process.Path = defaultProcPath |
| 65 | conn.DstHost = defaultDstHost |
| 66 | conn.DstPort = defaultDstPort |
| 67 | conn.Entry.UserId = defaultUserID |
| 68 | } |
| 69 | |
| 70 | func TestNewOperatorSimple(t *testing.T) { |
| 71 | t.Log("Test NewOperator() simple") |
no outgoing calls
no test coverage detected