public void StopTest() { ForwardedPort target = CreateForwardedPort(); // TODO: Initialize to an appropriate value target.Stop(); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void Dispose() { forwardRemote.Stop(); forwardLocal.Stop(); Ssh.Disconnect(); Ssh.Dispose(); Sftp.Disconnect(); Sftp.Dispose(); }
protected override void Act() { ForwardedPort.Stop(); }