Esempio n. 1
0
 private void testToString(BoundedStack <DSString> the_stack)
 {
     //just test for no exceptions, leave the output to the programmer, user
     try
     {
         the_stack.ToString();
     }
     catch (Exception the_ex)
     {
         Assert.Fail();
     }
 }