示例#1
0
        public void GetTypeInputValue()
        {
            string str = "test";

            Assert.AreEqual(str.GetType(), stringProvider.GetTypeInputValue());
        }