Class ExportAndImportTrackingReportTest
- java.lang.Object
-
- org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
- org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
-
- org.commonjava.indy.folo.ftest.report.RetrieveFileAndVerifyInTrackingReportTest
-
- org.commonjava.indy.folo.ftest.report.ExportAndImportTrackingReportTest
-
public class ExportAndImportTrackingReportTest extends RetrieveFileAndVerifyInTrackingReportTest
GIVEN:- Three are 2 sealed Folo records
- Export tracking report Zip
- The exported zip file contains the 2 sealed records
- Execute clearTrackingRecord to clear all sealed records
- All records are cleared
- Execute importTrackingReportZip to import the Zip
THEN:- The 2 records are restored
-
-
Field Summary
-
Fields inherited from class org.commonjava.indy.folo.ftest.report.RetrieveFileAndVerifyInTrackingReportTest
server
-
Fields inherited from class org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
CENTRAL, PUBLIC, STORE
-
-
Constructor Summary
Constructors Constructor Description ExportAndImportTrackingReportTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrun()-
Methods inherited from class org.commonjava.indy.folo.ftest.report.RetrieveFileAndVerifyInTrackingReportTest
createStandardStores, retrieveAndSeal
-
Methods inherited from class org.commonjava.indy.folo.ftest.report.AbstractTrackingReportTest
before, digest, getAdditionalClientModules, md5Hex, sha256Hex
-
Methods inherited from class org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
copyToConfigFile, copyToDataFile, createIndyClient, getAdditionalMapperModules, getTemp, getTestEnvironmentTimeoutMultiplier, getTestTimeoutMultiplier, getTestTimeoutSeconds, initBaseTestConfig, initTestConfig, initTestData, isEmpty, isPathMappedStorageEnabled, isSchedulerEnabled, lookup, newName, newServerFixture, newUrl, readTestResource, readTestResourceAsStream, sleepAndRunFileGC, start, stop, waitForEventPropagation, waitForEventPropagationWithMultiplier, writeConfigFile, writeDataFile
-
-
-
-
Method Detail
-
run
public void run() throws Exception- Overrides:
runin classRetrieveFileAndVerifyInTrackingReportTest- Throws:
Exception
-
-