Class DocumentsAssert
java.lang.Object
com.liferay.portal.search.test.util.DocumentsAssert
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertCount
(String message, com.liferay.portal.kernel.search.Document[] documents, String fieldName, int expectedCount) static void
assertValues
(String message, com.liferay.portal.kernel.search.Document[] documents, String fieldName, String expected) static void
assertValues
(String message, com.liferay.portal.kernel.search.Document[] documents, String fieldName, List<String> expectedValues) static void
assertValues
(String message, List<com.liferay.portal.search.document.Document> documentsList, String fieldName, String expected) static void
assertValuesIgnoreRelevance
(String message, com.liferay.portal.kernel.search.Document[] documents, String fieldName, List<String> expectedValues) static void
assertValuesIgnoreRelevance
(String message, List<com.liferay.portal.search.document.Document> documentsList, String fieldName, String expected) static void
assertValuesIgnoreRelevance
(String message, List<com.liferay.portal.search.document.Document> documentsList, String fieldName, List<String> expectedValues)
-
Constructor Details
-
DocumentsAssert
public DocumentsAssert()
-
-
Method Details
-
assertCount
-
assertValues
-
assertValues
-
assertValues
-
assertValuesIgnoreRelevance
-
assertValuesIgnoreRelevance
-
assertValuesIgnoreRelevance
-