当前位置: 首页>>代码示例>>Python>>正文


Python testfunctions.IbmDbTestFunctions类代码示例

本文整理汇总了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)
开发者ID:sasa-tomic,项目名称:python-ibmdb,代码行数:3,代码来源:test_133_ExecuteLongInputParams.py

示例2: test_300_ServerInfo

 def test_300_ServerInfo(self):
   obj = IbmDbTestFunctions()
   obj.assert_expectf(self.run_test_300)
开发者ID:IBMAmar,项目名称:python-ibmdb,代码行数:3,代码来源:test_300_ServerInfo.py

示例3: test_221_100PersistentConns

 def test_221_100PersistentConns(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_221)
开发者ID:kadler,项目名称:python-ibmdb-1,代码行数:3,代码来源:test_221_100PersistentConns.py

示例4: test_039_FetchRowIndexPosNested_02

 def test_039_FetchRowIndexPosNested_02(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_039)
开发者ID:kadler,项目名称:python-ibmdb-1,代码行数:3,代码来源:test_039_FetchRowIndexPosNested_02.py

示例5: test_040_FetchTuple

 def test_040_FetchTuple(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_040)
开发者ID:IBMAmar,项目名称:python-ibmdb,代码行数:3,代码来源:test_040_FetchTuple.py

示例6: test_012_KeysetDrivenCursorSelect01

 def test_012_KeysetDrivenCursorSelect01(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_012)
开发者ID:IBMAmar,项目名称:python-ibmdb,代码行数:3,代码来源:test_012_KeysetDrivenCursorSelect01.py

示例7: test_201_MultipleRsltsetsDiffColDefs

 def test_201_MultipleRsltsetsDiffColDefs(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_201)
开发者ID:sasa-tomic,项目名称:python-ibmdb,代码行数:3,代码来源:test_201_MultipleRsltsetsDiffColDefs.py

示例8: test_265_NoAffectedRows

 def test_265_NoAffectedRows(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_265)
开发者ID:kadler,项目名称:python-ibmdb-1,代码行数:3,代码来源:test_265_NoAffectedRows.py

示例9: test_145_BindRetrieveNoneEmptyString

 def test_145_BindRetrieveNoneEmptyString(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_145)
开发者ID:kadler,项目名称:python-ibmdb-1,代码行数:3,代码来源:test_145_BindRetrieveNoneEmptyString.py

示例10: test_034_FetchAssoc

 def test_034_FetchAssoc(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_034)
开发者ID:sasa-tomic,项目名称:python-ibmdb,代码行数:3,代码来源:test_034_FetchAssoc.py

示例11: test_162_FetchBothNestedSelects_02

 def test_162_FetchBothNestedSelects_02(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_162)
开发者ID:sasa-tomic,项目名称:python-ibmdb,代码行数:3,代码来源:test_162_FetchBothNestedSelects_02.py

示例12: test_022_RollbackInsert

 def test_022_RollbackInsert(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_022)
开发者ID:sasa-tomic,项目名称:python-ibmdb,代码行数:3,代码来源:test_022_RollbackInsert.py

示例13: test_031_ResultIndexPosition

 def test_031_ResultIndexPosition(self):
    obj = IbmDbTestFunctions()
    obj.assert_expect(self.run_test_031)
开发者ID:sasa-tomic,项目名称:python-ibmdb,代码行数:3,代码来源:test_031_ResultIndexPosition.py

示例14: test_trusted_context_connect

	def test_trusted_context_connect(self):
		obj = IbmDbTestFunctions()
		obj.assert_expectf(self.run_test_trusted_context_connect)
开发者ID:kadler,项目名称:python-ibmdb-1,代码行数:3,代码来源:test_trusted_context_connect.py

示例15: test_008_ColumnInfo

 def test_008_ColumnInfo(self):
   obj = IbmDbTestFunctions()
   obj.assert_expect(self.run_test_008)
开发者ID:OpenPOWER-BigData,项目名称:HDP-hue,代码行数:3,代码来源:test_008_ColumnInfo.py


注:本文中的testfunctions.IbmDbTestFunctions类示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。