Ejemplo n.º 1
0
        public void ShowTextTest()
        {
            string text = "EME Składka na ubezpieczenie emerytalne 9,76: 292,8";
            string temp = contr.ShowText();

            Assert.AreEqual(temp, text);
        }