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

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