public class PomDependencyCollectorTest
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private ArtifactMock |
artifact |
LogVerifier |
logVerifier |
private PomDependencyCollector |
subject |
| Constructor and Description |
|---|
PomDependencyCollectorTest() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static ArtifactMock |
artifactWithClassifier(java.lang.String classifier) |
(package private) static ArtifactMock |
existingMetadata() |
private java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
getTargetPlatformUnits() |
void |
setUpSubject() |
void |
testAddArtifactWithExistingMetadataButNonMatchingClassifier() |
void |
testAddArtifactWithExistingMetadataOfMainArtifact() |
void |
testAddArtifactWithExistingMetadataRespectsClassifier() |
public LogVerifier logVerifier
private PomDependencyCollector subject
private ArtifactMock artifact
public void setUpSubject()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddArtifactWithExistingMetadataRespectsClassifier()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddArtifactWithExistingMetadataOfMainArtifact()
throws java.lang.Exception
java.lang.Exceptionpublic void testAddArtifactWithExistingMetadataButNonMatchingClassifier()
throws java.lang.Exception
java.lang.Exceptionstatic ArtifactMock artifactWithClassifier(java.lang.String classifier) throws java.lang.Exception
java.lang.Exceptionstatic ArtifactMock existingMetadata()
private java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getTargetPlatformUnits()