コード例 #1
0
        public void CheckConvertFromStringEmptyTest()
        {
            FormatterUpperCase formatter = new FormatterUpperCase();

            Assert.IsNull(formatter.ConvertFromString(String.Empty));
        }
コード例 #2
0
        public void CheckConvertFromStringNullTest()
        {
            FormatterUpperCase formatter = new FormatterUpperCase();

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