public Scheduledtestsuiterun()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _testRuns = new TestRunsFetcher(this);
        }
示例#2
0
        public TestSuiteRun()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _testRuns = new TestRunsFetcher(this);
        }