@Test
public final void testLearnerEvaluation8()
{
ByteArrayOutputStream output = new ByteArrayOutputStream();
RecordProgressDecorator dumper = new RecordProgressDecorator(null,output,1,Configuration.getDefaultConfiguration(),false);
Element learnerConfig = dumper.writeLearnerEvaluationConfiguration(new LearnerEvaluationConfiguration(graph,testData,anotherconfig,ltl));
learnerConfig.appendChild(anotherconfig.writeXML(dumper.doc));
dumper.topElement.appendChild(learnerConfig);dumper.close();xmlData = output.toString();
final LearnerSimulator loader = new LearnerSimulator(new ByteArrayInputStream(xmlData.getBytes()),false);
checkForCorrectException(new whatToRun() { public void run() {