Ejemplo n.º 1
0
        public void GetTypeInputValue()
        {
            string   str      = "test";
            FileInfo fileInfo = new FileInfo("test");

            Assert.AreEqual(fileInfo.GetType(), fileProvider.GetTypeInputValue());
        }