public void PayerCanGetEmployees() { payer.CheckPay(); Assert.IsTrue(employeeRepository.GaveEmployees); }