public class PublishProductToolTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.ExpectedException |
exceptions |
LogVerifier |
logVerifier |
P2Context |
p2Context |
org.junit.rules.TemporaryFolder |
tempManager |
org.junit.rules.ExpectedException |
thrownException |
Constructor and Description |
---|
PublishProductToolTest() |
Modifier and Type | Method and Description |
---|---|
void |
before() |
void |
testExpandProductVersionQualifier() |
void |
testExpandVersionsIgnoresBundlesInFeatureBasedProduct() |
void |
testExpandVersionsIgnoresFeaturesInBundleBasedProduct() |
void |
testExpandVersionsOfInclusionsWithQualifierLiterals() |
void |
testExpandVersionsOfInclusionsWithZeros() |
void |
testExpandVersionWithSyntaxError() |
void |
testProductPublishingWithLaunchers() |
void |
testPublishingReportsAllResolutionErrorsAtOnce() |
void |
testPublishingWithMissingFragments() |
void |
testPublishingWithP2Inf() |
void |
testPublishingWithProductSpecificP2Inf() |
void |
testPublishingWithRootFeatures() |
void |
testPublishingWithVariableExpansion() |
public org.junit.rules.ExpectedException exceptions
public LogVerifier logVerifier
public org.junit.rules.TemporaryFolder tempManager
public P2Context p2Context
public org.junit.rules.ExpectedException thrownException
public void testProductPublishingWithLaunchers() throws Exception
Exception
public void testExpandProductVersionQualifier()
public void testExpandVersionsOfInclusionsWithZeros() throws Exception
Exception
public void testExpandVersionsOfInclusionsWithQualifierLiterals() throws Exception
Exception
public void testExpandVersionWithSyntaxError() throws Exception
Exception
public void testPublishingReportsAllResolutionErrorsAtOnce() throws Exception
Exception
public void testExpandVersionsIgnoresBundlesInFeatureBasedProduct() throws Exception
Exception
public void testExpandVersionsIgnoresFeaturesInBundleBasedProduct() throws Exception
Exception
public void testPublishingWithMissingFragments() throws Exception
Exception
public void testPublishingWithP2Inf()
public void testPublishingWithProductSpecificP2Inf()
public void testPublishingWithVariableExpansion()
public void testPublishingWithRootFeatures()
Copyright © 2008–2015 Eclipse Foundation. All rights reserved.