Beispiel #1
0
 public void SetUp()
 {
     this.processor = new Processor(new TestGpu());
 }
Beispiel #2
0
 public void SetUp()
 {
     this.gpu = new TestGpu();
     this.processor = new Processor(this.gpu);
 }