public NUnitTestMisc()
 {
     Controller    = new TestController();
     LineAssembler = new MiscAssembler(Controller);
 }
Beispiel #2
0
 public NUnitTestMisc()
 {
     LineAssembler = new MiscAssembler();
 }