コード例 #1
0
ファイル: test_gi.py プロジェクト: ZachGoldberg/pygi
 def test_boolean_return(self):
     self.assertEquals(True, GIMarshallingTests.boolean_return_true())
     self.assertEquals(False, GIMarshallingTests.boolean_return_false())
コード例 #2
0
ファイル: test_gi.py プロジェクト: ZachGoldberg/pygi
 def callback():
     GIMarshallingTests.boolean_return_true()
     GIMarshallingTests.boolean_return_false()
     Everything.test_simple_callback(badcallback())