Exemplo n.º 1
0
 def error(self, msg=None):
     """Errors the test immediately with the given message."""
     asserts.error(msg)
Exemplo n.º 2
0
 def error(self, msg=None):
     """*DEPRECATED!* Use 'BuiltIn.Fail' instead."""
     asserts.error(msg)
Exemplo n.º 3
0
 def error(self, msg=None):
     """Errors the test immediately with the given message."""
     asserts.error(msg)
Exemplo n.º 4
0
 def error(self, msg=None):
     """*DEPRECATED!* Use 'BuiltIn.Fail' instead."""
     asserts.error(msg)