public void SetUp() { this.processor = new Processor(new TestGpu()); }
public void SetUp() { this.gpu = new TestGpu(); this.processor = new Processor(this.gpu); }