Exemplo n.º 1
0
        public void HundredthInchToTwipsTest()
        {
            const int n        = 1;
            const int expected = 14;
            int       actual   = ConvertEx.HundredthInchToTwips(n);

            Assert.AreEqual(expected, actual);
        }