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