Searched defs:setup (Results 1 - 19 of 19) sorted by relevance

/lucene-3.6.0/solr/client/ruby/flare/test/functional/
H A Dbrowse_controller_test.rb20 def setup method in class:BrowseControllerTest
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/unit/
H A Dhpricot_mapper_test.rb20 def setup method in class:HpricotMapperTest
H A Dxpath_mapper_test.rb20 def setup method in class:XPathMapperTest
H A Dsolr_mock_base.rb20 def setup method in class:SolrMockBaseTestCase
/lucene-3.6.0/solr/client/ruby/flare/vendor/plugins/flare/test/
H A Dflare_context_test.rb31 def setup method in class:FlareContextTest
/lucene-3.6.0/lucene/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/tasks/
H A DAddFacetedDocTask.java50 public void setup() throws Exception { method in class:AddFacetedDocTask
51 super.setup();
H A DDeleteByPercentTask.java53 public void setup() throws Exception { method in class:DeleteByPercentTask
54 super.setup();
H A DAddDocTask.java38 * volatile data passed between setup(), doLogic(), tearDown().
39 * the doc is created at setup() and added at doLogic().
44 public void setup() throws Exception { method in class:AddDocTask
45 super.setup();
H A DDeleteDocTask.java54 * @see org.apache.lucene.benchmark.byTask.tasks.PerfTask#setup()
57 public void setup() throws Exception { method in class:DeleteDocTask
58 super.setup();
H A DSearchWithCollectorTask.java37 public void setup() throws Exception { method in class:SearchWithCollectorTask
38 super.setup();
H A DUpdateDocTask.java40 // volatile data passed between setup(), doLogic(), tearDown().
44 public void setup() throws Exception { method in class:UpdateDocTask
45 super.setup();
H A DReadTokensTask.java44 // volatile data passed between setup(), doLogic(), tearDown().
48 public void setup() throws Exception { method in class:ReadTokensTask
49 super.setup();
H A DSearchTravRetHighlightTask.java77 public void setup() throws Exception { method in class:SearchTravRetHighlightTask
78 super.setup();
H A DSearchTravRetVectorHighlightTask.java70 public void setup() throws Exception { method in class:SearchTravRetVectorHighlightTask
71 super.setup();
H A DReadTask.java245 public void setup() throws Exception { method in class:ReadTask
246 super.setup();
H A DPerfTask.java30 * {@link #setup()} and/or {@link #tearDown()} and place that work there. <br>
129 setup();
138 setup();
248 * Task setup work that should not be measured for that specific task. By
255 public void setup () throws Exception { method in class:PerfTask
/lucene-3.6.0/solr/client/ruby/solr-ruby/test/functional/
H A Dserver_test.rb25 def setup method in class:ServerTest
/lucene-3.6.0/lucene/contrib/spellchecker/src/test/org/apache/lucene/search/suggest/
H A DLookupBenchmarkTest.java77 public static void setup() throws Exception { method in class:LookupBenchmarkTest
/lucene-3.6.0/solr/contrib/dataimporthandler/src/test/org/apache/solr/handler/dataimport/
H A DAbstractDIHCacheTestCase.java49 public void setup() { method in class:AbstractDIHCacheTestCase

Completed in 3730 milliseconds