public class P2DependencyGeneratorImplTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.util.List<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> |
artifacts |
private static java.lang.String |
DEFAULT_CLASSIFIER |
private static java.lang.String |
DEFAULT_GROUP_ID |
private static java.lang.String |
DEFAULT_VERSION |
private P2GeneratorImpl |
subject |
private java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
units |
Constructor and Description |
---|
P2DependencyGeneratorImplTest() |
Modifier and Type | Method and Description |
---|---|
void |
bundle_with_p2_inf() |
void |
bundle() |
void |
feature_with_p2_inf() |
void |
feature() |
private void |
generateDependencies(java.lang.String testProjectId,
java.lang.String packagingType) |
private org.eclipse.equinox.internal.p2.metadata.IRequiredCapability |
getRequiredCapability(java.lang.String name,
java.util.List<org.eclipse.equinox.p2.metadata.IRequirement> requirements) |
private org.eclipse.equinox.p2.metadata.IInstallableUnit |
getUnitWithId(java.lang.String id,
java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit> units) |
void |
rcp_with_p2_inf() |
void |
rcpBundle() |
void |
rcpFeature() |
void |
rcpNoLaunchers() |
void |
resetTestSubjectAndResultFields() |
void |
site() |
private static final java.lang.String DEFAULT_VERSION
private static final java.lang.String DEFAULT_GROUP_ID
private static final java.lang.String DEFAULT_CLASSIFIER
private P2GeneratorImpl subject
private java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit> units
private java.util.List<org.eclipse.equinox.p2.repository.artifact.IArtifactDescriptor> artifacts
public void resetTestSubjectAndResultFields()
private void generateDependencies(java.lang.String testProjectId, java.lang.String packagingType) throws java.io.IOException
java.io.IOException
public void bundle() throws java.lang.Exception
java.lang.Exception
public void bundle_with_p2_inf() throws java.lang.Exception
java.lang.Exception
private org.eclipse.equinox.p2.metadata.IInstallableUnit getUnitWithId(java.lang.String id, java.util.List<org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
public void feature() throws java.lang.Exception
java.lang.Exception
public void feature_with_p2_inf() throws java.lang.Exception
java.lang.Exception
public void site() throws java.lang.Exception
java.lang.Exception
public void rcpBundle() throws java.lang.Exception
java.lang.Exception
public void rcp_with_p2_inf() throws java.lang.Exception
java.lang.Exception
private org.eclipse.equinox.internal.p2.metadata.IRequiredCapability getRequiredCapability(java.lang.String name, java.util.List<org.eclipse.equinox.p2.metadata.IRequirement> requirements)
public void rcpFeature() throws java.lang.Exception
java.lang.Exception
public void rcpNoLaunchers() throws java.lang.Exception
java.lang.Exception