public class TargetDefinitionResolverIncludeSourceTest
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
TargetDefinitionResolverIncludeSourceTest.WithoutSourceLocationStub |
(package private) static class |
TargetDefinitionResolverIncludeSourceTest.WithSourceLocationStub |
| Modifier and Type | Field and Description |
|---|---|
private static org.eclipse.equinox.p2.metadata.IVersionedId |
BUNDLE_WITH_SOURCES |
LogVerifier |
logVerifier |
private static org.eclipse.equinox.p2.metadata.IVersionedId |
NOSOURCE_BUNDLE |
P2Context |
p2Context |
private static org.eclipse.equinox.p2.metadata.IVersionedId |
SOURCE_BUNDLE |
private TargetDefinitionResolver |
subject |
| Constructor and Description |
|---|
TargetDefinitionResolverIncludeSourceTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
initSubject() |
void |
testCanResolveBundlesWithoutSourcesWithPlannerMode() |
void |
testCanResolveBundlesWithoutSourcesWithSlicerMode() |
void |
testConflictingIncludeSourceLocations() |
void |
testIncludeSourceWithPlannerMode() |
void |
testIncludeSourceWithSlicerMode() |
void |
testNoSourceIncludeWhenIncludeSourceIsFalseWithPlannerMode() |
void |
testNoSourceIncludeWhenIncludeSourceIsFalseWithSlicerMode() |
private static final org.eclipse.equinox.p2.metadata.IVersionedId BUNDLE_WITH_SOURCES
private static final org.eclipse.equinox.p2.metadata.IVersionedId SOURCE_BUNDLE
private static final org.eclipse.equinox.p2.metadata.IVersionedId NOSOURCE_BUNDLE
public final P2Context p2Context
public final LogVerifier logVerifier
private TargetDefinitionResolver subject
public TargetDefinitionResolverIncludeSourceTest()
public void initSubject()
throws java.lang.Exception
java.lang.Exceptionpublic void testConflictingIncludeSourceLocations()
throws java.lang.Exception
java.lang.Exceptionpublic void testIncludeSourceWithSlicerMode()
throws java.lang.Exception
java.lang.Exceptionpublic void testIncludeSourceWithPlannerMode()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoSourceIncludeWhenIncludeSourceIsFalseWithSlicerMode()
throws java.lang.Exception
java.lang.Exceptionpublic void testNoSourceIncludeWhenIncludeSourceIsFalseWithPlannerMode()
throws java.lang.Exception
java.lang.Exceptionpublic void testCanResolveBundlesWithoutSourcesWithSlicerMode()
throws java.lang.Exception
java.lang.Exceptionpublic void testCanResolveBundlesWithoutSourcesWithPlannerMode()
throws java.lang.Exception
java.lang.Exception