public void OneTimeSetUp() { _memoryReallocation = new MemoryReallocation(); }
public void Setup() { ClassUnderTest = new MemoryReallocation(); }