本文整理汇总了Python中testfunctions.IbmDbTestFunctions类的典型用法代码示例。如果您正苦于以下问题:Python IbmDbTestFunctions类的具体用法?Python IbmDbTestFunctions怎么用?Python IbmDbTestFunctions使用的例子?那么恭喜您, 这里精选的类代码示例或许可以为您提供帮助。
在下文中一共展示了IbmDbTestFunctions类的15个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的Python代码示例。
示例1: test_133_ExecuteLongInputParams
def test_133_ExecuteLongInputParams(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_133)
示例2: test_300_ServerInfo
def test_300_ServerInfo(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_300)
示例3: test_221_100PersistentConns
def test_221_100PersistentConns(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_221)
示例4: test_039_FetchRowIndexPosNested_02
def test_039_FetchRowIndexPosNested_02(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_039)
示例5: test_040_FetchTuple
def test_040_FetchTuple(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_040)
示例6: test_012_KeysetDrivenCursorSelect01
def test_012_KeysetDrivenCursorSelect01(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_012)
示例7: test_201_MultipleRsltsetsDiffColDefs
def test_201_MultipleRsltsetsDiffColDefs(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_201)
示例8: test_265_NoAffectedRows
def test_265_NoAffectedRows(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_265)
示例9: test_145_BindRetrieveNoneEmptyString
def test_145_BindRetrieveNoneEmptyString(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_145)
示例10: test_034_FetchAssoc
def test_034_FetchAssoc(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_034)
示例11: test_162_FetchBothNestedSelects_02
def test_162_FetchBothNestedSelects_02(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_162)
示例12: test_022_RollbackInsert
def test_022_RollbackInsert(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_022)
示例13: test_031_ResultIndexPosition
def test_031_ResultIndexPosition(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_031)
示例14: test_trusted_context_connect
def test_trusted_context_connect(self):
obj = IbmDbTestFunctions()
obj.assert_expectf(self.run_test_trusted_context_connect)
示例15: test_008_ColumnInfo
def test_008_ColumnInfo(self):
obj = IbmDbTestFunctions()
obj.assert_expect(self.run_test_008)