Jpp
18.0.1-rc.1
the software that should make you happy
|
Public Member Functions | |
def | __init__ |
def | add_error_info |
def | add_failure_info |
def | add_skipped_info |
def | is_failure |
def | is_error |
def | is_skipped |
A JUnit test case with a result and possibly some stdout or stderr
Definition at line 427 of file run_tests.py.
def run_tests.TestCase.__init__ | ( | self, | |
name, | |||
classname = None , |
|||
elapsed_sec = None , |
|||
stdout = None , |
|||
stderr = None , |
|||
assertions = None , |
|||
timestamp = None , |
|||
status = None , |
|||
category = None , |
|||
file = None , |
|||
line = None , |
|||
log = None , |
|||
group = None , |
|||
url = None |
|||
) |
Definition at line 443 of file run_tests.py.
def run_tests.TestCase.add_error_info | ( | self, | |
message = None , |
|||
output = None , |
|||
error_type = None |
|||
) |
Adds an error message, output, or both to the test case
Definition at line 468 of file run_tests.py.
def run_tests.TestCase.add_failure_info | ( | self, | |
message = None , |
|||
output = None , |
|||
failure_type = None |
|||
) |
Adds a failure message, output, or both to the test case
Definition at line 477 of file run_tests.py.
def run_tests.TestCase.add_skipped_info | ( | self, | |
message = None , |
|||
output = None |
|||
) |
Adds a skipped message, output, or both to the test case
Definition at line 486 of file run_tests.py.
def run_tests.TestCase.is_failure | ( | self | ) |
def run_tests.TestCase.is_error | ( | self | ) |
def run_tests.TestCase.is_skipped | ( | self | ) |
run_tests.TestCase.name |
Definition at line 444 of file run_tests.py.
run_tests.TestCase.assertions |
Definition at line 445 of file run_tests.py.
run_tests.TestCase.elapsed_sec |
Definition at line 446 of file run_tests.py.
run_tests.TestCase.timestamp |
Definition at line 447 of file run_tests.py.
run_tests.TestCase.classname |
Definition at line 448 of file run_tests.py.
run_tests.TestCase.status |
Definition at line 449 of file run_tests.py.
run_tests.TestCase.category |
Definition at line 450 of file run_tests.py.
run_tests.TestCase.file |
Definition at line 451 of file run_tests.py.
run_tests.TestCase.line |
Definition at line 452 of file run_tests.py.
run_tests.TestCase.log |
Definition at line 453 of file run_tests.py.
run_tests.TestCase.url |
Definition at line 454 of file run_tests.py.
run_tests.TestCase.stdout |
Definition at line 455 of file run_tests.py.
run_tests.TestCase.stderr |
Definition at line 456 of file run_tests.py.
run_tests.TestCase.is_enabled |
Definition at line 458 of file run_tests.py.
run_tests.TestCase.error_message |
Definition at line 459 of file run_tests.py.
run_tests.TestCase.error_output |
Definition at line 460 of file run_tests.py.
run_tests.TestCase.error_type |
Definition at line 461 of file run_tests.py.
run_tests.TestCase.failure_message |
Definition at line 462 of file run_tests.py.
run_tests.TestCase.failure_output |
Definition at line 463 of file run_tests.py.
run_tests.TestCase.failure_type |
Definition at line 464 of file run_tests.py.
run_tests.TestCase.skipped_message |
Definition at line 465 of file run_tests.py.
run_tests.TestCase.skipped_output |
Definition at line 466 of file run_tests.py.