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