예제 #1
0
 def error(self, msg=None):
     """Errors the test immediately with the given message."""
     asserts.error(msg)
예제 #2
0
 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)