コード例 #1
0
 public SortFileBenchmark()
 {
     _inMemorySortCommand      = new InMemorySortCommand();
     _externalMergeSortCommand = new ExternalMergeSortCommand();
 }
コード例 #2
0
 public InMemorySortFileCommandTests()
 {
     _sut = new InMemorySortCommand();
 }