Exemplo 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);
        }
Exemplo n.º 2
0
        void testScrapeRuns()
        {
            ScrapeRunsTest st = new ScrapeRunsTest(ctx, cfg, parsers, cvConfiguration);

            st.ExistsVsNew();
        }