public MemoryPoolTextWriterTests()
 {
     Pool = new FakeMemoryPool();
     Writer = new MemoryPoolTextWriter(Pool);
 }
Example #2
0
 public FakeServices()
 {
     Trace = new FakeTrace();
     Memory = new FakeMemoryPool();
 }
Example #3
0
 public FakeServices()
 {
     Trace  = new FakeTrace();
     Memory = new FakeMemoryPool();
 }