public void ShowTextTest() { string text = "EME Składka na ubezpieczenie emerytalne 9,76: 292,8"; string temp = contr.ShowText(); Assert.AreEqual(temp, text); }