예제 #1
0
        public void IsTestMethodReturnsFalseByDefault()
        {
            MockMethod method = MockMethod.CreateMockMethodWithoutAnyAttributes();

            Assert.IsFalse(testFramework.IsTestMember(method));
        }
        public void IsTestMethodReturnsFalseByDefault()
        {
            MockMethod method = MockMethod.CreateResolvedMethod();

            Assert.IsFalse(testFramework.IsTestMember(method));
        }