Class BatchDeletionOfNPMPackagesTest
- java.lang.Object
-
- org.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
- org.commonjava.indy.ftest.core.AbstractContentManagementTest
-
- org.commonjava.indy.folo.ftest.content.admin.BatchDeletionOfNPMPackagesTest
-
public class BatchDeletionOfNPMPackagesTest extends org.commonjava.indy.ftest.core.AbstractContentManagementTestGIVEN:- 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 repository
-
-
Constructor Summary
Constructors Constructor Description BatchDeletionOfNPMPackagesTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Collection<org.commonjava.indy.client.core.IndyClientModule>getAdditionalClientModules()voidtest()-
Methods inherited from class org.commonjava.indy.ftest.core.AbstractContentManagementTest
assertContent, assertExistence, assertMetadataContent, assertNullContent, before, createStandardTestStructures, deployContent, getPhysicalStorageFile, getRealLastUpdated, newThread
-
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
-
getAdditionalClientModules
protected Collection<org.commonjava.indy.client.core.IndyClientModule> getAdditionalClientModules()
- Overrides:
getAdditionalClientModulesin classorg.commonjava.indy.ftest.core.AbstractIndyFunctionalTest
-
-