public class LuceneDocumentMatchers extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LuceneDocumentMatchers.DocumentFieldMatcher |
static class |
LuceneDocumentMatchers.FieldableHasStringValue |
Constructor and Description |
---|
LuceneDocumentMatchers() |
Modifier and Type | Method and Description |
---|---|
static LuceneDocumentMatchers.FieldableHasStringValue |
fieldableHasStringValue(org.hamcrest.Matcher<? super String> stringValueMatcher) |
static LuceneDocumentMatchers.DocumentFieldMatcher |
hasStringField(String fieldName,
String expectedValue) |
static LuceneDocumentMatchers.DocumentFieldMatcher |
hasStringFieldThat(String fieldName,
org.hamcrest.Matcher<org.apache.lucene.document.Fieldable> expectedValue) |
public static LuceneDocumentMatchers.FieldableHasStringValue fieldableHasStringValue(org.hamcrest.Matcher<? super String> stringValueMatcher)
public static LuceneDocumentMatchers.DocumentFieldMatcher hasStringFieldThat(String fieldName, org.hamcrest.Matcher<org.apache.lucene.document.Fieldable> expectedValue)
public static LuceneDocumentMatchers.DocumentFieldMatcher hasStringField(String fieldName, String expectedValue)
Copyright © 2002-2017 Atlassian. All Rights Reserved.