public void Init() { converter = new XmlQuestionConverter(new TestFactory(), new QuestionFactory(), new AnswerFactory(), new ExerciseFactory(), null, null, null); }
public TestDeserializerImpl(XmlQuestionConverter converter, [Named("test.input.xml")] IEnumerable <Stream> files) { this.converter = converter; this.files = files; }
public TestDeserializerImpl(XmlQuestionConverter converter, [Named("test.input.xml")] IEnumerable<Stream> files) { this.converter = converter; this.files = files; }