Beispiel #1
0
        public void GetReadProperties_returns_null_when_called_with_null()
        {
            var res = TypeExtender.GetReadProperties(null);

            res.Should().BeNull();
        }