public static class

LuceneDocumentMatchers.DocumentFieldMatcher

extends FeatureMatcher<T, U>
java.lang.Object
   ↳ org.hamcrest.BaseMatcher<T>
     ↳ org.hamcrest.TypeSafeDiagnosingMatcher<T>
       ↳ org.hamcrest.FeatureMatcher<T, U>
         ↳ com.atlassian.jira.matchers.LuceneDocumentMatchers.DocumentFieldMatcher

Summary

Public Constructors
DocumentFieldMatcher(String fieldName, Matcher<? super Fieldable> fieldMatcher)
Protected Methods
Fieldable featureValueOf(Document actual)
[Expand]
Inherited Methods
From class org.hamcrest.FeatureMatcher
From class org.hamcrest.TypeSafeDiagnosingMatcher
From class org.hamcrest.BaseMatcher
From class java.lang.Object
From interface org.hamcrest.Matcher
From interface org.hamcrest.SelfDescribing

Public Constructors

public DocumentFieldMatcher (String fieldName, Matcher<? super Fieldable> fieldMatcher)

Protected Methods

protected Fieldable featureValueOf (Document actual)