Beispiel #1
0
        public void XmlHelpers_GetValueIfNotNull_NullOnNull()
        {
            XmlAttribute x = null;

            x.GetValueIfNotNull().Should().BeNull();
        }