Searched refs:expect (Results 1 - 6 of 6) sorted by relevance

/lucene-3.6.0/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/
H A DMockInitialContextFactory.java40 EasyMock.expect(context.lookup((String) EasyMock.anyObject())).andAnswer(
H A DTestJdbcDataSource.java90 EasyMock.expect(dataSource.getConnection()).andReturn(connection);
113 EasyMock.expect(dataSource.getConnection("Fred", "4r3d")).andReturn(
132 EasyMock.expect(
/lucene-3.6.0/solr/core/src/test/org/apache/solr/servlet/
H A DSolrRequestParserTest.java21 import static org.easymock.EasyMock.expect;
175 expect(request.getMethod()).andReturn("POST").anyTimes();
176 expect(request.getContentType()).andReturn( contentType ).anyTimes();
177 expect(request.getParameterMap()).andReturn(params).anyTimes();
/lucene-3.6.0/solr/solrj/src/java/org/apache/noggit/
H A DJSONParser.java196 private void expect(char[] arr) throws IOException { method in class:JSONParser
560 expect(JSONUtil.TRUE_CHARS);
565 expect(JSONUtil.FALSE_CHARS);
570 expect(JSONUtil.NULL_CHARS);
/lucene-3.6.0/solr/core/src/java/org/apache/solr/search/
H A DFunctionQParser.java364 sp.expect(")");
387 /* if a list of args is ending, don't expect the comma */
389 sp.expect(",");
H A DQueryParsing.java649 void expect(String s) throws ParseException { method in class:QueryParsing.StrParser

Completed in 20 milliseconds