Renci.SshNet.Tests.ForwardedPortStatusTest_Starting.GetHashCodeShouldReturnFour C# (CSharp) Method

GetHashCodeShouldReturnFour() private method

private GetHashCodeShouldReturnFour ( ) : void
return void
        public void GetHashCodeShouldReturnFour()
        {
            var actual = ForwardedPortStatus.Starting.GetHashCode();

            Assert.AreEqual(4, actual);
        }