* No-arg constructor.
*/
public ResultCollector() {
setErrorLogging(false);
setSuccessOnlyLogging(false);
setProperty(new ObjectProperty(SAVE_CONFIG, new SampleSaveConfiguration()));
/*
* All instances are created before the test starts.
* This is guaranteed so long as all remote test plans are initialised
* before they are started.
* So we use this to ensure that the static variables are reset.