public class ArtifactPropertiesMatchers extends Object
Constructor and Description |
---|
ArtifactPropertiesMatchers() |
Modifier and Type | Method and Description |
---|---|
static org.hamcrest.Matcher<Map<String,String>> |
containsGAV(String groupId,
String artifactId,
String version) |
static org.hamcrest.Matcher<Map<String,String>> |
containsGAV(String groupId,
String artifactId,
String version,
String classifier) |
static org.hamcrest.Matcher<Map<String,String>> |
hasProperty(String key,
String value) |
Copyright © 2008–2024 Eclipse Foundation. All rights reserved.