org.apache.maven.scm.provider.accurev
Class AccuRevScmProviderRepositoryMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<ScmProviderRepository>
          extended by org.apache.maven.scm.provider.accurev.AccuRevScmProviderRepositoryMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<ScmProviderRepository>, org.hamcrest.SelfDescribing

public class AccuRevScmProviderRepositoryMatcher
extends org.hamcrest.TypeSafeMatcher<ScmProviderRepository>


Constructor Summary
AccuRevScmProviderRepositoryMatcher(String user, String pass, String host, int port, String stream, String projectPath)
           
 
Method Summary
 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)
           
 
Methods inherited from class org.hamcrest.TypeSafeMatcher
matches
 
Methods inherited from class org.hamcrest.BaseMatcher
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AccuRevScmProviderRepositoryMatcher

public AccuRevScmProviderRepositoryMatcher(String user,
                                           String pass,
                                           String host,
                                           int port,
                                           String stream,
                                           String projectPath)
Method Detail

isRepo

public static org.hamcrest.Matcher<ScmProviderRepository> isRepo(String user,
                                                                 String pass,
                                                                 String host,
                                                                 int port,
                                                                 String stream,
                                                                 String projectPath)

describeTo

public void describeTo(org.hamcrest.Description desc)

matchesSafely

public boolean matchesSafely(ScmProviderRepository repo)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<ScmProviderRepository>


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.