Ejemplo n.º 1
0
        public void Main()
        {
            DataColumnCollection_IndexOf_S tc = new DataColumnCollection_IndexOf_S();
            Exception exp = null;

            try
            {
                tc.BeginTest("DataColumnCollection_IndexOf_S");
                tc.run();
            }
            catch (Exception ex)
            {
                exp = ex;
            }
            finally
            {
                tc.EndTest(exp);
            }
        }
	[Test] public void Main()
	{
		DataColumnCollection_IndexOf_S tc = new DataColumnCollection_IndexOf_S();
		Exception exp = null;
		try
		{
			tc.BeginTest("DataColumnCollection_IndexOf_S");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
		
	}