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