Package org.apache.solr
Class SolrTestCaseJ4.Vals
- java.lang.Object
-
- org.apache.solr.SolrTestCaseJ4.Vals
-
- Direct Known Subclasses:
SolrTestCaseJ4.BVal
,SolrTestCaseJ4.FVal
,SolrTestCaseJ4.IVals
,SolrTestCaseJ4.SVal
- Enclosing class:
- SolrTestCaseJ4
public abstract static class SolrTestCaseJ4.Vals extends Object
-
-
Constructor Summary
Constructors Constructor Description Vals()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected int
between(int min, int max)
abstract Comparable
get()
String
toJSON(Comparable val)
-
-
-
Method Detail
-
get
public abstract Comparable get()
-
toJSON
public String toJSON(Comparable val)
-
between
protected int between(int min, int max)
-
-