Beispiel #1
0
        public void Setup()
        {
            // Reset the name counter before every test.
            NameRegister.Reset();

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