コード例 #1
0
ファイル: PySnarlTests.py プロジェクト: Alwnikrotikz/pysnarl
 def test0004versionexstopped(self):
     self.stopSnarl()
     self.assert_(PySnarl.snGetVersionEx() == False)
コード例 #2
0
ファイル: PySnarlTests.py プロジェクト: cumulus13/pysnarl
 def test0004versionexstopped(self):
     self.stopSnarl()
     self.assert_(PySnarl.snGetVersionEx() == False)
コード例 #3
0
ファイル: PySnarlTests.py プロジェクト: Alwnikrotikz/pysnarl
 def test0003versionexstart(self):
     a = PySnarl.snGetVersionEx()
     self.assert_(type(a) == int or type(a) == long)
コード例 #4
0
ファイル: PySnarlTests.py プロジェクト: cumulus13/pysnarl
 def test0003versionexstart(self):
     a = PySnarl.snGetVersionEx()
     self.assert_(type(a) == int or type(a) == long)