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.Exception
public void testAddArtifactWithExistingMetadataRespectsClassifier() throws java.lang.Exception
java.lang.Exception
public void testAddArtifactWithExistingMetadataOfMainArtifact() throws java.lang.Exception
java.lang.Exception
public void testAddArtifactWithExistingMetadataButNonMatchingClassifier() throws java.lang.Exception
java.lang.Exception
static ArtifactMock artifactWithClassifier(java.lang.String classifier) throws java.lang.Exception
java.lang.Exception
static ArtifactMock existingMetadata()
private java.util.Collection<org.eclipse.equinox.p2.metadata.IInstallableUnit> getTargetPlatformUnits()