Ejemplo n.º 1
0
        public void IsTestMember_MethodHasNoAttributes_ReturnsFalse()
        {
            CreateTestFramework();
            MockMethod mockMethod = MockMethod.CreateMockMethodWithoutAnyAttributes();

            bool result = testFramework.IsTestMember(mockMethod);

            Assert.IsFalse(result);
        }