Esempio n. 1
0
        public void CheckConvertFromStringEmptyTest()
        {
            FormatterUpperCase formatter = new FormatterUpperCase();

            Assert.IsNull(formatter.ConvertFromString(String.Empty));
        }
Esempio n. 2
0
        public void CheckConvertFromStringNullTest()
        {
            FormatterUpperCase formatter = new FormatterUpperCase();

            Assert.IsNull(formatter.ConvertFromString(null));
        }