Class RemoveFilesInTrackingReportTest


  • public class RemoveFilesInTrackingReportTest
    extends AbstractTrackingReportTest
    GIVEN:
    • HostedRepository and several artifacts a, b and c

    WHEN:
    • Store the artifacts a and b through the FOLO id into the repository
    • Store the artifact c without FOLO id into the repository
    • Seal the record
    • Specifying the FOLO id to batch delete the artifacts from the repository

    THEN:
    • The artifacts a and b does not exist in the repository
    • The artifact c still exists in the repository
    • Field Summary

      • Fields inherited from class org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest

        cacheProvider, client, dataDir, DEFAULT_TEST_TIMEOUT, etcDir, fixture, logger, name, storageDir, timeout, TIMEOUT_ENV_FACTOR_SYSPROP
    • Constructor Detail

      • RemoveFilesInTrackingReportTest

        public RemoveFilesInTrackingReportTest()