Package com.atlassian.jira.matchers
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 -
Method Summary
Modifier and TypeMethodDescriptionprotected 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
-
Constructor Details
-
FieldHasLongValue
-
-
Method Details
-
featureValueOf
- Specified by:
featureValueOf
in classorg.hamcrest.FeatureMatcher<org.apache.lucene.index.IndexableField,
Long>
-