public class AccuRevScmProviderRepositoryMatcher extends org.hamcrest.TypeSafeMatcher<ScmProviderRepository>
Constructor and Description |
---|
AccuRevScmProviderRepositoryMatcher(String user,
String pass,
String host,
int port,
String stream,
String projectPath) |
Modifier and Type | Method and Description |
---|---|
void |
describeTo(org.hamcrest.Description desc) |
static org.hamcrest.Matcher<ScmProviderRepository> |
isRepo(String user,
String pass,
String host,
int port,
String stream,
String projectPath) |
boolean |
matchesSafely(ScmProviderRepository repo) |
describeMismatch, describeMismatchSafely, matches
public static org.hamcrest.Matcher<ScmProviderRepository> isRepo(String user, String pass, String host, int port, String stream, String projectPath)
public void describeTo(org.hamcrest.Description desc)
public boolean matchesSafely(ScmProviderRepository repo)
matchesSafely
in class org.hamcrest.TypeSafeMatcher<ScmProviderRepository>
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.