Пример #1
0
        public void TestValidToString()
        {
            string expected = "1 | Alexandra | Hermeneanu | [email protected] | 02/07/1997 |  | str  | nr   ";

            Assert.AreEqual(expected, borrower.ToString());
        }