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