Class LuceneDocumentMatchers.FieldHasLongValue

java.lang.Object
org.hamcrest.BaseMatcher<org.apache.lucene.index.IndexableField>
org.hamcrest.TypeSafeDiagnosingMatcher<org.apache.lucene.index.IndexableField>
org.hamcrest.FeatureMatcher<org.apache.lucene.index.IndexableField,Long>
com.atlassian.jira.matchers.LuceneDocumentMatchers.FieldHasLongValue
All Implemented Interfaces:
org.hamcrest.Matcher<org.apache.lucene.index.IndexableField>, org.hamcrest.SelfDescribing
Enclosing class:
LuceneDocumentMatchers

public static class LuceneDocumentMatchers.FieldHasLongValue extends org.hamcrest.FeatureMatcher<org.apache.lucene.index.IndexableField,Long>
  • Constructor Summary

    Constructors
    Constructor
    Description
    FieldHasLongValue(org.hamcrest.Matcher<? super Long> subMatcher)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected Long
    featureValueOf(org.apache.lucene.index.IndexableField 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 Details

    • FieldHasLongValue

      public FieldHasLongValue(org.hamcrest.Matcher<? super Long> subMatcher)
  • Method Details

    • featureValueOf

      protected Long featureValueOf(org.apache.lucene.index.IndexableField actual)
      Specified by:
      featureValueOf in class org.hamcrest.FeatureMatcher<org.apache.lucene.index.IndexableField,Long>