예제 #1
0
        public StatusController()
        {
            var storage = ControllerUtil.CreateDashboardStorage();

            _testResultStorage = new TestResultStorage(storage);
            _testCacheStats    = new TestCacheStats(_testResultStorage);
            _testRunTable      = storage.StorageAccount.CreateCloudTableClient().GetTableReference(AzureConstants.TableNames.TestRunData);
        }