Ejemplo n.º 1
0
        [Test] public void Main()
        {
            DataRow_AcceptChanges tc  = new DataRow_AcceptChanges();
            Exception             exp = null;

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