コード例 #1
0
        public void IgnoresStaticPropertiesTest()
        {
            var fixture = new ValidatedIgnoresStaticPropertyTestFixture();

            Assert.DoesNotThrow(delegate
            {
                var error = fixture["NonStaticProperty"];
            });
        }
コード例 #2
0
        public void IgnoresStaticPropertiesTest()
        {
            var fixture = new ValidatedIgnoresStaticPropertyTestFixture();

            Assert.DoesNotThrow(delegate
            {
                var error = fixture["NonStaticProperty"];
            });
        }