コード例 #1
0
 def error(self, msg=None):
     """Errors the test immediately with the given message."""
     asserts.error(msg)
コード例 #2
0
ファイル: DeprecatedBuiltIn.py プロジェクト: thutham/Company
 def error(self, msg=None):
     """*DEPRECATED!* Use 'BuiltIn.Fail' instead."""
     asserts.error(msg)
コード例 #3
0
 def error(self, msg=None):
     """Errors the test immediately with the given message."""
     asserts.error(msg)
コード例 #4
0
 def error(self, msg=None):
     """*DEPRECATED!* Use 'BuiltIn.Fail' instead."""
     asserts.error(msg)