public MemoryPoolTextWriterTests() { Pool = new FakeMemoryPool(); Writer = new MemoryPoolTextWriter(Pool); }
public FakeServices() { Trace = new FakeTrace(); Memory = new FakeMemoryPool(); }