final WritableDataAdapter<SimpleFeature>[] adapters = new GpxIngestPlugin().getDataAdapters(null);
final mil.nga.giat.geowave.store.DataStore geowaveStore = new AccumuloDataStore(
new AccumuloIndexStore(
GeoWaveITSuite.accumuloOperations),
new AccumuloAdapterStore(
GeoWaveITSuite.accumuloOperations),
new AccumuloDataStatisticsStore(
GeoWaveITSuite.accumuloOperations),
GeoWaveITSuite.accumuloOperations);
final Map<ByteArrayId, ExpectedResults> adapterIdToResultsMap = new HashMap<ByteArrayId, GeoWaveTestEnvironment.ExpectedResults>();