public class TargetDefinitionResolverTest extends Object
| Modifier and Type | Field and Description |
|---|---|
LogVerifier |
logVerifier |
P2Context |
p2Context |
| Constructor and Description |
|---|
TargetDefinitionResolverTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
initContext() |
void |
testInvalidRepository() |
void |
testMissingUnit() |
void |
testResolveDependenciesAcrossLocations() |
void |
testResolveIncludesDependencies() |
void |
testResolveMultipleLocations() |
void |
testResolveMultipleRepositories() |
void |
testResolveMultipleUnits() |
void |
testResolveNoLocations() |
void |
testResolveNoRepositories() |
void |
testResolveOtherLocationYieldsWarning() |
void |
testResolveWithBundleInclusionListYieldsWarning() |
void |
testUnitOnlyLookedUpInLocation() |
void |
testUnitWithExactVersion() |
void |
testUnitWithWildcardVersion() |
void |
testUnitWithWrongVersionYieldsSyntaxException()
Ideally, the interface should return strongly typed versions.
|
public final P2Context p2Context
public final LogVerifier logVerifier
public void testResolveOtherLocationYieldsWarning()
throws Exception
Exceptionpublic void testResolveMultipleLocations()
throws Exception
Exceptionpublic void testResolveMultipleRepositories()
throws Exception
Exceptionpublic void testResolveNoRepositories()
throws Exception
Exceptionpublic void testResolveIncludesDependencies()
throws Exception
Exceptionpublic void testResolveDependenciesAcrossLocations()
throws Exception
Exceptionpublic void testUnitOnlyLookedUpInLocation()
throws Exception
Exceptionpublic void testUnitWithWildcardVersion()
public void testUnitWithExactVersion()
public void testUnitWithWrongVersionYieldsSyntaxException()
public void testResolveWithBundleInclusionListYieldsWarning()
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.