Пример #1
0
        public void EmployeeNameOutput()
        {
            HourlyEmployee e = new HourlyEmployee("Jane", "Doe", 42, 54687, 12.50M, 25M);

            Assert.AreEqual(e.NameOutput(), "Name: Doe, Jane");
        }