public AboutEmployerOrchestratorTestsFixture() { MockClient = new Mock <IEmployerVacancyClient>(); MockRecruitVacancyClient = new Mock <IRecruitVacancyClient>(); User = VacancyOrchestratorTestData.GetVacancyUser(); Vacancy = VacancyOrchestratorTestData.GetPart1CompleteVacancy(); EmployerProfile = VacancyOrchestratorTestData.GetEmployerProfile(Vacancy.AccountLegalEntityPublicHashedId); }
public LocationOrchestratorTestsFixture() { MockClient = new Mock <IEmployerVacancyClient>(); MockRecruitVacancyClient = new Mock <IRecruitVacancyClient>(); MockAddressesClient = new Mock <IGetAddressesClient>(); User = VacancyOrchestratorTestData.GetVacancyUser(); Vacancy = VacancyOrchestratorTestData.GetPart1CompleteVacancy(); VacancyEmployerProfile = VacancyOrchestratorTestData.GetEmployerProfile(Vacancy.AccountLegalEntityPublicHashedId); AlternateEmployerProfile = VacancyOrchestratorTestData.GetEmployerProfile(VacancyOrchestratorTestData.AccountLegalEntityPublicHashedId456); AddressesListResponse = VacancyOrchestratorTestData.GetAddressesListResponse(); EmployerEditVacancyInfo = VacancyOrchestratorTestData.GetEmployerEditVacancyInfo(); }