[Test] public void Main()
		{
			DataRelationCollection_IndexOf_S tc = new DataRelationCollection_IndexOf_S();
			Exception exp = null;
			try
			{
				tc.BeginTest("DataRelationCollection_IndexOf_D");
				tc.run();
			}
			catch(Exception ex)
			{
				exp = ex;
			}
			finally
			{
				tc.EndTest(exp);
			}
		
		}
예제 #2
0
        [Test] public void Main()
        {
            DataRelationCollection_IndexOf_S tc = new DataRelationCollection_IndexOf_S();
            Exception exp = null;

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