public class InstallerTest extends RepositoryTest
testName| Constructor and Description |
|---|
InstallerTest() |
| Modifier and Type | Method and Description |
|---|---|
org.fedoraproject.p2.tests.Plugin |
addExternalPlugin(String id) |
org.fedoraproject.p2.tests.Plugin |
addExternalPlugin(String id,
String ver) |
org.fedoraproject.p2.tests.Feature |
addInternalFeature(String id) |
org.fedoraproject.p2.tests.Feature |
addInternalFeature(String id,
String ver) |
org.fedoraproject.p2.tests.Plugin |
addInternalPlugin(String id) |
org.fedoraproject.p2.tests.Plugin |
addInternalPlugin(String id,
String ver) |
org.fedoraproject.p2.tests.Feature |
addPlatformFeature(String id) |
org.fedoraproject.p2.tests.Feature |
addPlatformFeature(String id,
String ver) |
org.fedoraproject.p2.tests.Plugin |
addPlatformPlugin(String id) |
org.fedoraproject.p2.tests.Plugin |
addPlatformPlugin(String id,
String ver) |
org.fedoraproject.p2.tests.Feature |
addReactorFeature(String id) |
org.fedoraproject.p2.tests.Feature |
addReactorFeature(String id,
String ver) |
org.fedoraproject.p2.tests.Plugin |
addReactorPlugin(String id) |
org.fedoraproject.p2.tests.Plugin |
addReactorPlugin(String id,
String ver) |
void |
anyVersionTest() |
void |
archfulDropletInstallTest() |
void |
cyclicDepsInFeatureExternalPlugins() |
void |
cyclicDepsInReactorPlugins() |
void |
depPluginsCommonDep() |
void |
dirShapedPlugin() |
void |
duplicateFeatureAndPluginTest() |
void |
duplicateFeatureTest() |
org.easymock.IExpectationSetters<Object> |
expectFeature(String feature) |
org.easymock.IExpectationSetters<Object> |
expectFeature(String droplet,
String feature) |
org.easymock.IExpectationSetters<Object> |
expectFeature(String droplet,
String feature,
String version) |
org.easymock.IExpectationSetters<Object> |
expectPlugin(String plugin) |
org.easymock.IExpectationSetters<Object> |
expectPlugin(String droplet,
String plugin) |
org.easymock.IExpectationSetters<Object> |
expectPlugin(String droplet,
String plugin,
String version) |
org.easymock.IExpectationSetters<Object> |
expectProvides(String prov) |
org.easymock.IExpectationSetters<Object> |
expectProvides(String droplet,
String prov) |
org.easymock.IExpectationSetters<Object> |
expectProvides(String droplet,
String prov,
String version) |
org.easymock.IExpectationSetters<Object> |
expectRequires(String req) |
org.easymock.IExpectationSetters<Object> |
expectRequires(String droplet,
String req) |
org.easymock.IExpectationSetters<Object> |
expectSymlink(String plugin) |
org.easymock.IExpectationSetters<Object> |
expectSymlink(String droplet,
String plugin) |
void |
externalDepOrPlatformDep() |
void |
featureSimpleTest() |
void |
featureSplitTest() |
void |
indepPluginsCommonDep() |
void |
interdepCommonTest() |
void |
interdepImpossibleSplitTest() |
void |
interdepSplitTest() |
void |
multipleProvidersTest() |
void |
optionalDependencyTest() |
void |
p2infProvideTest() |
void |
performTest() |
void |
platformRequirementTest() |
void |
sameBundleSymbolicNamesSubpackageSplitTest() |
void |
sameBundleSymbolicNamesTest() |
void |
selfDependencyTest() |
void |
setUp() |
void |
simpleTest() |
void |
sneakyBundleNameUnderscoresTest() |
void |
subpackageSplitTest() |
void |
symlinkTest() |
void |
systemBundleTest() |
void |
testSubPackageTest() |
void |
transitiveSymlinkTest() |
void |
trickyExpandVirtualPackagesLogic() |
void |
twoPluginsTest() |
void |
unresolvedDependencyTest() |
void |
versionedRequirementTest() |
void |
versionRangeTest() |
beforeClass, createTestTempDir, getArtifactRepoManager, getBundleContext, getMetadataRepoManager, getTempDir, writeSclConfigpublic org.fedoraproject.p2.tests.Plugin addReactorPlugin(String id)
public org.fedoraproject.p2.tests.Plugin addPlatformPlugin(String id)
public org.fedoraproject.p2.tests.Plugin addInternalPlugin(String id)
public org.fedoraproject.p2.tests.Plugin addExternalPlugin(String id)
public org.fedoraproject.p2.tests.Feature addReactorFeature(String id)
public org.fedoraproject.p2.tests.Feature addReactorFeature(String id, String ver)
public org.fedoraproject.p2.tests.Feature addPlatformFeature(String id)
public org.fedoraproject.p2.tests.Feature addPlatformFeature(String id, String ver)
public org.fedoraproject.p2.tests.Feature addInternalFeature(String id)
public org.fedoraproject.p2.tests.Feature addInternalFeature(String id, String ver)
public org.easymock.IExpectationSetters<Object> expectPlugin(String droplet, String plugin)
public org.easymock.IExpectationSetters<Object> expectPlugin(String droplet, String plugin, String version)
public org.easymock.IExpectationSetters<Object> expectFeature(String droplet, String feature)
public org.easymock.IExpectationSetters<Object> expectFeature(String droplet, String feature, String version)
public org.easymock.IExpectationSetters<Object> expectSymlink(String droplet, String plugin)
public org.easymock.IExpectationSetters<Object> expectRequires(String droplet, String req)
public org.easymock.IExpectationSetters<Object> expectProvides(String droplet, String prov)
public org.easymock.IExpectationSetters<Object> expectProvides(String droplet, String prov, String version)
public void interdepImpossibleSplitTest()
throws Exception
Exceptionpublic void trickyExpandVirtualPackagesLogic()
throws Exception
Exceptionpublic void sameBundleSymbolicNamesTest()
throws Exception
Exceptionpublic void sameBundleSymbolicNamesSubpackageSplitTest()
throws Exception
Exceptionpublic void sneakyBundleNameUnderscoresTest()
throws Exception
Exceptionpublic void duplicateFeatureAndPluginTest()
throws Exception
Exceptionpublic void archfulDropletInstallTest()
throws Exception
Exceptionpublic void cyclicDepsInFeatureExternalPlugins()
throws Exception
ExceptionCopyright © 2008–2022 Eclipse Foundation. All rights reserved.