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
Exception
public void testResolveMultipleLocations() throws Exception
Exception
public void testResolveMultipleRepositories() throws Exception
Exception
public void testResolveNoRepositories() throws Exception
Exception
public void testResolveIncludesDependencies() throws Exception
Exception
public void testResolveDependenciesAcrossLocations() throws Exception
Exception
public void testUnitOnlyLookedUpInLocation() throws Exception
Exception
public void testUnitWithWildcardVersion()
public void testUnitWithExactVersion()
public void testUnitWithWrongVersionYieldsSyntaxException() throws Exception
Exception
public void testResolveWithBundleInclusionListYieldsWarning()
Copyright © 2008-2015 Eclipse Foundation. All Rights Reserved.