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

            _metadatas = new MetadatasFetcher(this);

            _scheduledtestsuiteruns = new ScheduledtestsuiterunsFetcher(this);

            _tests = new TestsFetcher(this);
        }
Exemplo n.º 2
0
        public TestSuite()
        {
            _globalMetadatas = new GlobalMetadatasFetcher(this);

            _metadatas = new MetadatasFetcher(this);

            _permissions = new PermissionsFetcher(this);

            _tests = new TestsFetcher(this);

            _testSuiteRuns = new TestSuiteRunsFetcher(this);
        }