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

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