Package | Description |
---|---|
org.apache.solr |
Common base classes for implementing tests.
|
org.apache.solr.util |
Misc utilities useful when implementing test cases.
|
Modifier and Type | Field and Description |
---|---|
protected static TestHarness.LocalRequestFactory |
SolrTestCaseJ4.lrf
LocalRequestFactory initialized by initTestHarness using sensible
defaults.
|
Modifier and Type | Method and Description |
---|---|
TestHarness.LocalRequestFactory |
TestHarness.getRequestFactory(String qtype,
int start,
int limit) |
TestHarness.LocalRequestFactory |
TestHarness.getRequestFactory(String qtype,
int start,
int limit,
Map<String,String> args) |
TestHarness.LocalRequestFactory |
TestHarness.getRequestFactory(String qtype,
int start,
int limit,
String... args)
0 and Even numbered args are keys, Odd numbered args are values.
|
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.