예제 #1
0
 public void Cleanup()
 {
     // TearDown code goes here...
     _comparator = null;
 }
예제 #2
0
 public void Init()
 {
     // Setup code goes here...
     _comparator = new NumericComparator();
 }
예제 #3
0
 public void Init()
 {
     // Setup code goes here...
     _comparator = new NumericComparator();
 }
예제 #4
0
 public void Cleanup()
 {
     // TearDown code goes here...
     _comparator = null;
 }