org.apache.maven.scm
Class ChangeSetMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<ChangeSet>
          extended by org.apache.maven.scm.ChangeSetMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<ChangeSet>, org.hamcrest.SelfDescribing

public class ChangeSetMatcher
extends org.hamcrest.TypeSafeMatcher<ChangeSet>


Constructor Summary
ChangeSetMatcher(String comment, String... fileNames)
           
 
Method Summary
static org.hamcrest.Matcher<ChangeSet> changeSet(String comment, String... fileNames)
           
 void describeTo(org.hamcrest.Description desc)
           
 boolean matchesSafely(ChangeSet changeSet)
           
 
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

ChangeSetMatcher

public ChangeSetMatcher(String comment,
                        String... fileNames)
Method Detail

matchesSafely

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

describeTo

public void describeTo(org.hamcrest.Description desc)

changeSet

public static org.hamcrest.Matcher<ChangeSet> changeSet(String comment,
                                                        String... fileNames)


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