コード例 #1
0
 public EnumerableTests(ConsoleMio consoleMio)
 {
     this.ConsoleMio = consoleMio;
 }
コード例 #2
0
 public StudentTests(ConsoleMio consoleMio, SimpleGenerator studentsGenerator)
 {
     this.ConsoleMio        = consoleMio;
     this.StudentsGenerator = studentsGenerator;
     this.TestStudents      = this.StudentsGenerator.Generate(7);
 }