Esempio n. 1
0
 public TestRunner(SwitchController sc,
                   NetworkAnalyzer av,
                   Oscillograph osc)
 {
     this.av  = av;
     this.osc = osc;
     this.sc  = sc;
 }
Esempio n. 2
0
 public TestRunner(SwitchController sc,
     NetworkAnalyzer av,
     Oscillograph osc)
 {
     this.av = av;
     this.osc = osc;
     this.sc = sc;
 }