Esempio n. 1
0
	[Test] public void Main()
	{
		DataTable_RowChanged tc = new DataTable_RowChanged();
		Exception exp = null;
		try
		{
			tc.BeginTest("DataTable_RowChanged");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
	}
Esempio n. 2
0
        [Test] public void Main()
        {
            DataTable_RowChanged tc  = new DataTable_RowChanged();
            Exception            exp = null;

            try
            {
                tc.BeginTest("DataTable_RowChanged");
                tc.run();
            }
            catch (Exception ex)
            {
                exp = ex;
            }
            finally
            {
                tc.EndTest(exp);
            }
        }