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

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

		}