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