public void Setup(string queueName, DataStore store) { _testData = TestData.ForIntegrationTests(store); _persistedQueue = new PersistedQueue <ComplexType>( queueName, _testData.Context); }
public void SetUp() { _logRepository = new LogRepository(); _personRepository = new PersonRepository(); dataHelper = new IntegrationTestData(); dataHelper.SetUp(); }
public void SetUp() { _setRepository = new SetRepository(); _logRepository = new LogRepository(); _personRepository = new PersonRepository(); _exerciseRepository = new ExerciseRepository(); dataHelper = new IntegrationTestData(); dataHelper.SetUp(); }
public void SetUp() { _exerciseRepository = new ExerciseRepository(); dataHelper = new IntegrationTestData(); dataHelper.SetUp(); }
public void Setup(DataStore store) { _testData = TestData.ForIntegrationTests(store); }