org.apache.solr
Class SolrTestCaseJ4.Vals

java.lang.Object
  extended by org.apache.solr.SolrTestCaseJ4.Vals
Direct Known Subclasses:
SolrTestCaseJ4.FVal, SolrTestCaseJ4.IVals, SolrTestCaseJ4.SVal
Enclosing class:
SolrTestCaseJ4

public abstract static class SolrTestCaseJ4.Vals
extends Object


Constructor Summary
SolrTestCaseJ4.Vals()
           
 
Method Summary
protected  int between(int min, int max)
           
abstract  Comparable get()
           
 String toJSON(Comparable val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrTestCaseJ4.Vals

public SolrTestCaseJ4.Vals()
Method Detail

get

public abstract Comparable get()

toJSON

public String toJSON(Comparable val)

between

protected int between(int min,
                      int max)


Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.