コード例 #1
0
	public static void Main()
	{
		DataSet_ShouldSerializeTables tc = new DataSet_ShouldSerializeTables();
		Exception exp = null;
		try
		{
			tc.BeginTest("DataSet_ShouldSerializeTables");
			tc.run();
		}
		catch(Exception ex)
		{
			exp = ex;
		}
		finally
		{
			tc.EndTest(exp);
		}
		
	}
コード例 #2
0
        public static void Main()
        {
            DataSet_ShouldSerializeTables tc = new DataSet_ShouldSerializeTables();
            Exception exp = null;

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