Ejemplo n.º 1
0
        public void TestNativeReadInt()
        {
            int retVal = _reader.GetIniValueInt("NATIVE_TEST", "INT", 0);

            Assert.AreNotEqual <int>(retVal, 0, "Value is:" + retVal);
        }