public void SetUp() { testDataHelper = new TestDataHelper(); uploadFileRepository = new UploadFileRepository(); constituent = testDataHelper.CreateConstituent(ConstituentMother.ConstituentWithName(ConstituentNameMother.JamesFranklin())); savedUpload = testDataHelper.CreateUpload(UploadMother.Test(constituent)); }
public void SetUp() { testDataHelper = new TestDataHelper(); constituent1 = testDataHelper.CreateConstituent(ConstituentMother.ConstituentWithName(ConstituentNameMother.JamesFranklin())); testDataHelper.CreateUpload(UploadMother.Test(constituent1)); }