public void GetTypeInputValue() { string str = "test"; Assert.AreEqual(str.GetType(), stringProvider.GetTypeInputValue()); }