public SortFileBenchmark() { _inMemorySortCommand = new InMemorySortCommand(); _externalMergeSortCommand = new ExternalMergeSortCommand(); }
public InMemorySortFileCommandTests() { _sut = new InMemorySortCommand(); }