private void Test(string sqlType, string clrType) { Assert.That(SQLServer.ConvertSQLTypeNameToCLRTypeName(sqlType), Is.EqualTo(clrType)); }