示例#1
0
		[Test] public void Main()
		{
			DataSet_AcceptChanges tc = new DataSet_AcceptChanges();
			Exception exp = null;
			try
			{
				tc.BeginTest("DataSet_AcceptChanges");
				tc.SetUp();
				tc.run();
				tc.TearDown();
			}
			catch(Exception ex)
			{
				exp = ex;
			}
			finally
			{
				tc.EndTest(exp);
			}
		}
        [Test] public void Main()
        {
            DataSet_AcceptChanges tc  = new DataSet_AcceptChanges();
            Exception             exp = null;

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