public class AccuRevScmProviderRepositoryMatcher extends 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(Description desc) |
static Matcher<ScmProviderRepository> |
isRepo(String user,
String pass,
String host,
int port,
String stream,
String projectPath) |
boolean |
matchesSafely(ScmProviderRepository repo) |
describeMismatch, describeMismatchSafely, matches
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
public static Matcher<ScmProviderRepository> isRepo(String user, String pass, String host, int port, String stream, String projectPath)
public void describeTo(Description desc)
public boolean matchesSafely(ScmProviderRepository repo)
matchesSafely
in class TypeSafeMatcher<ScmProviderRepository>
Copyright © 2003–2015 The Apache Software Foundation. All rights reserved.