public class InstallableUnitMatchers extends Object
Constructor and Description |
---|
InstallableUnitMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasGAV(String groupId,
String artifactId,
String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
hasGAV(String groupId,
String artifactId,
String version,
String classifier) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unit(String id,
String version) |
static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
unitWithId(String id) |
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unitWithId(String id)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> unit(String id, String version)
public static org.hamcrest.Matcher<org.eclipse.equinox.p2.metadata.IInstallableUnit> hasGAV(String groupId, String artifactId, String version)
Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.