示例#1
0
        [Test] public void Main()
        {
            DataColumnCollection_Contains_S tc = new DataColumnCollection_Contains_S();
            Exception exp = null;

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