Community
Participate
Working Groups
contains(barProvidedCapabilities, PublisherHelper.NAMESPACE_ECLIPSE_TYPE, "feature", fooVersion); //$NON-NLS-1$
contains(barProvidedCapabilities, "org.eclipse.update.feature", BAR, barVersion); //$NON-NLS-1$
assertTrue(barProvidedCapabilities.length == 3);
// Verify that only one of foo and foo group has a license
assertTrue(foo.getLicense() != null || fooGroup.getLicense() != null);
assertTrue(foo.getCopyright() != null || fooGroup.getCopyright() != null);
assertFalse(foo.getLicense() != null && fooGroup.getLicense() != null);
assertFalse(foo.getCopyright() != null && fooGroup.getCopyright() != null);
}
private void verifyArtifacts() throws IOException {