public void IntegerTest() { double result = TestException.CheckIntNumberInfo("3"); Assert.AreEqual(3, result); }