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

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