Example #1
0
 public void Init()
 {
     arraySorter = new ArraySorter();
 }
Example #2
0
 public void TearDown()
 {
     arraySorter = null;
 }