src/testJobs/java/org/apache/sdap/ningester/testjobs/AvhrrClimJobTest.java [52:72]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Autowired
    JobLauncherTestUtils jobLauncherTestUtils;
    @Autowired
    CassandraTemplate cassandraTemplate;
    @Autowired
    SolrTemplate solrTemplate;
    @Autowired
    DatasourceProperties datasourceProperties;
    @Autowired
    ApplicationProperties applicationProperties;

    @Before
    public void emptyDatabase() {
        solrTemplate.delete(datasourceProperties.getSolrStore().getCollection(), new SimpleQuery("*:*"));
        cassandraTemplate.truncate(datasourceProperties.getCassandraStore().getTableName());
    }

    @Test
    public void testJobCompletes() throws Exception {

        JobParameters jobParameters = new JobParametersBuilder()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/testJobs/java/org/apache/sdap/ningester/testjobs/SmapJobTest.java [51:71]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @Autowired
    JobLauncherTestUtils jobLauncherTestUtils;
    @Autowired
    CassandraTemplate cassandraTemplate;
    @Autowired
    SolrTemplate solrTemplate;
    @Autowired
    DatasourceProperties datasourceProperties;
    @Autowired
    ApplicationProperties applicationProperties;

    @Before
    public void emptyDatabase() {
        solrTemplate.delete(datasourceProperties.getSolrStore().getCollection(), new SimpleQuery("*:*"));
        cassandraTemplate.truncate(datasourceProperties.getCassandraStore().getTableName());
    }

    @Test
    public void testJobCompletes() throws Exception {

        JobParameters jobParameters = new JobParametersBuilder()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



