Baseline.Testing.Reflection.MethodValueGetterTester.should_return_methodinfo_hash C# (CSharp) Method

should_return_methodinfo_hash() private method

private should_return_methodinfo_hash ( ) : void
return void
        public void should_return_methodinfo_hash()
        {
            var expectedHash = TheMethodInfo.GetHashCode();
            TheAccessor.GetHashCode().ShouldBe(expectedHash);
        }