public TestDataController() { _storageAccount = ControllerUtil.CreateStorageAccount(); _storage = new TestResultStorage(_storageAccount); _stats = new TestCacheStats(_storage, _storageAccount.CreateCloudTableClient()); _statsUtil = ControllerUtil.GetOrCreateCounterStatsUtil(_storageAccount); }
public TestDataController() { _storageAccount = ControllerUtil.CreateStorageAccount(); var dashboardStorage = new DashboardStorage(_storageAccount); _storage = new TestResultStorage(dashboardStorage); _stats = new TestCacheStats(_storage); _statsUtil = new CounterStatsUtil(dashboardStorage); }