datasetFiles, evalMediator, passwordHandler, problemDatasets, problemMediator, result, solverMediator, testSpec
Constructor and Description |
---|
GridTests(org.licas.PasswordHandler thePasswordHandler)
Create a new instance of GridTests.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
runTestSet()
Run a set of tests based on an already created script object and initialised
environment.
|
protected ClusterResult |
toClusters(java.util.ArrayList<java.util.ArrayList<java.lang.String>> finalSolutions)
Convert the cluster lists into a cluster object.
|
configureTest, configureTest, getTestResult, totalLinkScore, xmlToTaggedString
public GridTests(org.licas.PasswordHandler thePasswordHandler)
thePasswordHandler
- for storing passwords.public java.lang.String runTestSet() throws java.lang.Exception
runTestSet
in interface TestDef
runTestSet
in class RunTests
java.lang.Exception
- any error.protected ClusterResult toClusters(java.util.ArrayList<java.util.ArrayList<java.lang.String>> finalSolutions)
finalSolutions
- list of clusters. ArrayList or Vectors.