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

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