110111112113114115116
*/ public ResultCollector() { // current = -1; // serializer = new DefaultConfigurationSerializer(); setErrorLogging(false); setProperty(new ObjectProperty(SAVE_CONFIG, new SampleSaveConfiguration())); }
public ResultCollector() { // current = -1; // serializer = new DefaultConfigurationSerializer(); setErrorLogging(false); setSuccessOnlyLogging(false); setProperty(new ObjectProperty(SAVE_CONFIG, new SampleSaveConfiguration())); }
167168169170171172173174
} public ResultCollector(Summariser summer) { setErrorLogging(false); setSuccessOnlyLogging(false); setProperty(new ObjectProperty(SAVE_CONFIG, new SampleSaveConfiguration())); summariser = summer; }
106107108109110111112