System.Data.Tests.ConstraintTest.GetExtendedProperties C# (CSharp) Method

GetExtendedProperties() private method

private GetExtendedProperties ( ) : void
return void
        public void GetExtendedProperties()
        {
            PropertyCollection col = _constraint1.ExtendedProperties as
                PropertyCollection;

            Assert.NotNull(col);
        }
    }