Tests.ReflectableTests.ReferencedMethodsDoesNotFindNonReferencedMethod C# (CSharp) Method

ReferencedMethodsDoesNotFindNonReferencedMethod() private method

private ReferencedMethodsDoesNotFindNonReferencedMethod ( ) : void
return void
        public void ReferencedMethodsDoesNotFindNonReferencedMethod()
        {
            // ReSharper disable ReturnValueOfPureMethodIsNotUsed
            var b = typeof(UnattributedClass).ReferencesMethod<String>(@class => @class.Clone());
            // ReSharper restore ReturnValueOfPureMethodIsNotUsed
            Assert.IsFalse(b);
        }