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.IOExceptionpublic void bundle()
throws java.lang.Exception
java.lang.Exceptionpublic void bundle_with_p2_inf()
throws java.lang.Exception
java.lang.Exceptionprivate 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.Exceptionpublic void feature_with_p2_inf()
throws java.lang.Exception
java.lang.Exceptionpublic void site()
throws java.lang.Exception
java.lang.Exceptionpublic void rcpBundle()
throws java.lang.Exception
java.lang.Exceptionpublic void rcp_with_p2_inf()
throws java.lang.Exception
java.lang.Exceptionprivate 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.Exceptionpublic void rcpNoLaunchers()
throws java.lang.Exception
java.lang.Exception