Exemplo n.º 1
0
 public TestDataController()
 {
     _storageAccount = ControllerUtil.CreateStorageAccount();
     _storage        = new TestResultStorage(_storageAccount);
     _stats          = new TestCacheStats(_storage, _storageAccount.CreateCloudTableClient());
     _statsUtil      = ControllerUtil.GetOrCreateCounterStatsUtil(_storageAccount);
 }
Exemplo n.º 2
0
        public TestDataController()
        {
            _storageAccount = ControllerUtil.CreateStorageAccount();
            var dashboardStorage = new DashboardStorage(_storageAccount);

            _storage   = new TestResultStorage(dashboardStorage);
            _stats     = new TestCacheStats(_storage);
            _statsUtil = new CounterStatsUtil(dashboardStorage);
        }