Esempio n. 1
0
        public ScrapeFileImport(CvContext ctx,
                                IConfiguration cfg,
                                cvParsers parsers,
                                ImportScrapeData importer,
                                cvConfig cvConfiguration)
        {
            this.ctx             = ctx;
            this.cfg             = cfg;
            this.parsers         = parsers;
            this.importer        = importer;
            this.cvConfiguration = cvConfiguration;

            runtest = new ScrapeRunsTest(ctx, cfg, parsers, cvConfiguration);
        }
Esempio n. 2
0
        void testScrapeRuns()
        {
            ScrapeRunsTest st = new ScrapeRunsTest(ctx, cfg, parsers, cvConfiguration);

            st.ExistsVsNew();
        }