Ejemplo n.º 1
0
        public void StringToNullableGuidTest(string str)
        {
            var guid = GuidConverter.ToNullableGuid(str);

            Assert.Null(guid);
        }