Ejemplo n.º 1
0
        public static void NullCull_StringAlreadyHasValue_IsIgnored()
        {
            var st = new StringTypes {
                S = "test"
            };

            st.NullCull();
            Assert.That(st.S, Is.EqualTo("test"));
        }