Uses of Class
org.apache.solr.util.RestTestHarness
-
Packages that use RestTestHarness Package Description org.apache.solr.cloud Base classes and utilities for creating and testing Solr Cloud clusters.org.apache.solr.util Misc utilities useful when implementing test cases. -
-
Uses of RestTestHarness in org.apache.solr.cloud
Methods in org.apache.solr.cloud that return RestTestHarness Modifier and Type Method Description protected RestTestHarness
AbstractFullDistribZkTestBase. randomRestTestHarness()
protected RestTestHarness
AbstractFullDistribZkTestBase. randomRestTestHarness(Random random)
Method parameters in org.apache.solr.cloud with type arguments of type RestTestHarness Modifier and Type Method Description protected void
AbstractFullDistribZkTestBase. forAllRestTestHarnesses(Consumer<RestTestHarness> op)
-
Uses of RestTestHarness in org.apache.solr.util
Fields in org.apache.solr.util declared as RestTestHarness Modifier and Type Field Description protected static RestTestHarness
RestTestBase. restTestHarness
-