public static void Main() { OleDbDataReader_GetDataTypeName tc = new OleDbDataReader_GetDataTypeName(); Exception exp = null; try { tc.BeginTest("OleDbDataReader_GetDataTypeName"); tc.SetUp(); tc.run(); tc.TearDown(); } catch(Exception ex){exp = ex;} finally {tc.EndTest(exp);} }
public static void Main() { OleDbDataReader_GetDataTypeName tc = new OleDbDataReader_GetDataTypeName(); Exception exp = null; try { tc.BeginTest("OleDbDataReader_GetDataTypeName"); tc.SetUp(); tc.run(); tc.TearDown(); } catch (Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }