public class CustomEEResolutionHintsTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.eclipse.equinox.p2.metadata.IInstallableUnit |
CUSTOM_PROFILE_IU |
private static org.eclipse.equinox.p2.metadata.IInstallableUnit |
CUSTOM_PROFILE_IU_OTHER_VERSION |
private CustomEEResolutionHints |
subject |
private static org.eclipse.equinox.p2.metadata.IInstallableUnit |
VIRGO_PROFILE_IU |
Constructor and Description |
---|
CustomEEResolutionHintsTest() |
Modifier and Type | Method and Description |
---|---|
private static org.eclipse.equinox.p2.metadata.IInstallableUnit |
createCandidateIU(java.lang.String unitId,
java.lang.String version) |
void |
testConsistencyWithJREAction() |
void |
testJREUnitNameForComplexProfileName() |
void |
testJREUnitNameForSimpleProfileName() |
void |
testProfileNameWithInvalidVersion() |
void |
testProfileNameWithoutVersion() |
private static final org.eclipse.equinox.p2.metadata.IInstallableUnit CUSTOM_PROFILE_IU
private static final org.eclipse.equinox.p2.metadata.IInstallableUnit CUSTOM_PROFILE_IU_OTHER_VERSION
private static final org.eclipse.equinox.p2.metadata.IInstallableUnit VIRGO_PROFILE_IU
private CustomEEResolutionHints subject
public void testJREUnitNameForSimpleProfileName()
public void testJREUnitNameForComplexProfileName()
public void testProfileNameWithoutVersion()
public void testProfileNameWithInvalidVersion()
public void testConsistencyWithJREAction() throws java.lang.Exception
java.lang.Exception
private static org.eclipse.equinox.p2.metadata.IInstallableUnit createCandidateIU(java.lang.String unitId, java.lang.String version)