Exemplo n.º 1
0
        public void TestMethod5Nums()
        {
            string res = Propis.NumPhrase(42, true);

            Assert.AreEqual(res, "Сорок два");
        }
Exemplo n.º 2
0
        public void TestMethod6Nums()
        {
            string res = Propis.NumPhrase(42, false);

            Assert.AreEqual(res, "Сорок две");
        }