public class CompositeArtifactProviderTest extends CompositeArtifactProviderTestBase<IRawArtifactFileProvider>
Modifier and Type | Field and Description |
---|---|
private static ArtifactTransferPolicy |
TRANSFER_POLICY |
p2Context, rawTestSink, status, subject, testOutputStream, testSink
Constructor and Description |
---|
CompositeArtifactProviderTest() |
Modifier and Type | Method and Description |
---|---|
private static java.io.File |
artifactInLocalRepo(org.eclipse.equinox.p2.metadata.IArtifactKey key,
java.net.URI localRepository,
java.lang.String extension) |
protected IRawArtifactFileProvider |
createCompositeArtifactProvider(java.net.URI... repositoryURLs) |
void |
testGetArtifactFile() |
void |
testGetRawArtifactFile() |
private IRawArtifactFileProvider[] |
toRawArtifactFileProviders(java.net.URI... repositoryURLs) |
checkStatusAndSinkConsistency, checkStreamNotClosed, initContextAndSubject, testContainsArtifactDescriptor, testContainsKey, testGetArtifact, testGetArtifactDescriptors, testGetArtifactDescriptorsDoesNotReturnDuplicates, testGetArtifactFailsInAllAttempts, testGetArtifactOnlyAvailableInPackedRawFormat, testGetArtifactSucceedsInSecondAttempt, testGetArtifactToClosedSink, testGetArtifactToNonCanonicalSink, testGetArtifactWithNonRestartableSink, testGetCanonicalRawArtifact, testGetNonExistingArtifact, testGetNonExistingRawArtifact, testGetPackedRawArtifact, testGetRawArtifact, testGetRawArtifactSucceedsInSecondAttempt, testGetRawArtifactToClosedSink, testGetRawArtifactWithNonRestartableSink, testQuery, testQueryWithoutRepositories, testQueryWithSingleRepository
private static final ArtifactTransferPolicy TRANSFER_POLICY
protected IRawArtifactFileProvider createCompositeArtifactProvider(java.net.URI... repositoryURLs) throws java.lang.Exception
createCompositeArtifactProvider
in class CompositeArtifactProviderTestBase<IRawArtifactFileProvider>
java.lang.Exception
private IRawArtifactFileProvider[] toRawArtifactFileProviders(java.net.URI... repositoryURLs) throws org.eclipse.equinox.p2.core.ProvisionException
org.eclipse.equinox.p2.core.ProvisionException
public void testGetArtifactFile()
public void testGetRawArtifactFile()
private static java.io.File artifactInLocalRepo(org.eclipse.equinox.p2.metadata.IArtifactKey key, java.net.URI localRepository, java.lang.String extension)