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