Example usage for com.liferay.portal.search.test.util HitsAssert assertOnlyOne

List of usage examples for com.liferay.portal.search.test.util HitsAssert assertOnlyOne

Introduction

In this page you can find the example usage for com.liferay.portal.search.test.util HitsAssert assertOnlyOne.

Prototype

public static Document assertOnlyOne(Hits hits) 

Source Link

Usage

From source file:com.liferay.calendar.search.test.CalendarSearchFixture.java

License:Open Source License

public Document searchOnlyOne(String keywords, Locale locale) {
    return HitsAssert.assertOnlyOne(search(getSearchContext(keywords, locale)));
}