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

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