com.atlassian.jira.matchers
Class LuceneDocumentMatchers.DocumentFieldMatcher

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeDiagnosingMatcher<T>
          extended by org.hamcrest.FeatureMatcher<org.apache.lucene.document.Document,org.apache.lucene.document.Fieldable>
              extended by com.atlassian.jira.matchers.LuceneDocumentMatchers.DocumentFieldMatcher
All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.lucene.document.Document>, org.hamcrest.SelfDescribing
Enclosing class:
LuceneDocumentMatchers

public static class LuceneDocumentMatchers.DocumentFieldMatcher
extends org.hamcrest.FeatureMatcher<org.apache.lucene.document.Document,org.apache.lucene.document.Fieldable>


Constructor Summary
LuceneDocumentMatchers.DocumentFieldMatcher(String fieldName, org.hamcrest.Matcher<? super org.apache.lucene.document.Fieldable> fieldMatcher)
           
 
Method Summary
protected  org.apache.lucene.document.Fieldable featureValueOf(org.apache.lucene.document.Document actual)
           
 
Methods inherited from class org.hamcrest.FeatureMatcher
describeTo, matchesSafely
 
Methods inherited from class org.hamcrest.TypeSafeDiagnosingMatcher
describeMismatch, 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

LuceneDocumentMatchers.DocumentFieldMatcher

public LuceneDocumentMatchers.DocumentFieldMatcher(String fieldName,
                                                   org.hamcrest.Matcher<? super org.apache.lucene.document.Fieldable> fieldMatcher)
Method Detail

featureValueOf

protected org.apache.lucene.document.Fieldable featureValueOf(org.apache.lucene.document.Document actual)
Specified by:
featureValueOf in class org.hamcrest.FeatureMatcher<org.apache.lucene.document.Document,org.apache.lucene.document.Fieldable>


Copyright © 2002-2014 Atlassian. All Rights Reserved.