com.atlassian.jira.matchers
Class LuceneDocumentMatchers.FieldableHasStringValue

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

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


Constructor Summary
LuceneDocumentMatchers.FieldableHasStringValue(org.hamcrest.Matcher<? super String> subMatcher)
           
 
Method Summary
protected  String featureValueOf(org.apache.lucene.document.Fieldable 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.FieldableHasStringValue

public LuceneDocumentMatchers.FieldableHasStringValue(org.hamcrest.Matcher<? super String> subMatcher)
Method Detail

featureValueOf

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


Copyright © 2002-2014 Atlassian. All Rights Reserved.