示例#1
0
 public SortFileBenchmark()
 {
     _inMemorySortCommand      = new InMemorySortCommand();
     _externalMergeSortCommand = new ExternalMergeSortCommand();
 }
 public InMemorySortFileCommandTests()
 {
     _sut = new InMemorySortCommand();
 }