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