本文整理汇总了Python中testfunctions.IbmDbTestFunctions.assert_expectf方法的典型用法代码示例。如果您正苦于以下问题:Python IbmDbTestFunctions.assert_expectf方法的具体用法?Python IbmDbTestFunctions.assert_expectf怎么用?Python IbmDbTestFunctions.assert_expectf使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类testfunctions.IbmDbTestFunctions
的用法示例。
在下文中一共展示了IbmDbTestFunctions.assert_expectf方法的12个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: test_300_ServerInfo
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_300_ServerInfo(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_300)
示例2: test_trusted_context_connect
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_trusted_context_connect(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_trusted_context_connect)
示例3: test_062_Tables_03
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_062_Tables_03(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_062)
示例4: test_195_InsertRetrieveXMLData_01
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_195_InsertRetrieveXMLData_01(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_195)
示例5: test_133_ExecuteLongInputParams
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_133_ExecuteLongInputParams(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_133)
示例6: test_066_TableObjects
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_066_TableObjects(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_066)
示例7: test_180_StmtErrMsg
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_180_StmtErrMsg(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_180)
示例8: test_023_ColumnPrivileges
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_023_ColumnPrivileges(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_023)
示例9: test_065_FilterTableName
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_065_FilterTableName(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_065)
示例10: test_190_ColumnsTable_01
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_190_ColumnsTable_01(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_190)
示例11: test_310_ClientInfo
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_310_ClientInfo(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_310)
示例12: test_InsertRetrieveDateTimeTypeColumn
# 需要导入模块: from testfunctions import IbmDbTestFunctions [as 别名]
# 或者: from testfunctions.IbmDbTestFunctions import assert_expectf [as 别名]
def test_InsertRetrieveDateTimeTypeColumn(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_InsertRetrieveDateTimeTypeColumn)