public void Setup() { // Reset the name counter before every test. NameRegister.Reset(); // Prepare a new parser test wrapper instance. this.Wrapper = new ConstructWrapper(); }
public static void Setup() { // Reset the name counter before every test. NameRegister.Reset(); }