public void testPerformActionForLoggedInUser() throws Exception
{
final String escapedSearchText = "heyNowEscaped";
final long personId = 58583L;
final String nativeLuceneQuery = "abcdefgh";
final FullTextQuery query = context.mock(FullTextQuery.class);
final List<ModelView> results = new ArrayList<ModelView>();
final int resultSize = 88281;
context.checking(new Expectations()
{