Example #1
0
 public void Stepper_Testing()
 {
     IStackTester.Stepper_Testing <StackLinked <int> >();
 }
Example #2
0
 public void Stepper_Testing()
 {
     IStackTester.Stepper_Testing <StackArray <int> >();
 }