Package org.commonjava.indy.folo.ftest.content.admin
-
Class Summary Class Description BatchDeletionOfNPMPackagesTest GIVEN: HostedRepository and the NPM packages with two versions
WHEN: Store the package with version 1.5.1 through the FOLO id into the repository Store the package with version 1.6.2 without FOLO id into the repository Seal the record Specifying the FOLO id to batch delete the artifacts from the repository
THEN: The package with version 1.5.1 does not exist in the repository The package with version 1.6.2 still exists in the repositoryDownloadFromTrackedAndRetrieveInRepoZipTest RemoveFilesInTrackingReportTest 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