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