Uses of Class
timertests.DataSet

Uses of DataSet in timertests
 

Fields in timertests with type parameters of type DataSet
protected  java.util.ArrayList<DataSet<stresstests.datasets.City>> TestData.datasets
          15 data sets for tests
 

Methods in timertests with parameters of type DataSet
protected  Result TimerTests.runATest(stresstests.algorithms.ASortAlgo<stresstests.datasets.City> algo, DataSet<stresstests.datasets.City> dataset)
          Run one test of a given sorting algorithm with the given comparator and the desired size of data, random or sequentially selected