public void Cleanup()
 {
     // TearDown code goes here...
     comparator = null;
 }
 public void Init()
 {
     // Setup code goes here...
     comparator = new DiceCoefficientComparator();
 }