{% for res in result['test_results'] -%} {% if res["detailed_results"] == [] %}{% continue %}{% endif %}
Test Method | Result | Message |
---|---|---|
{{ test['MethodName'] }} | {% if "Outcome" in test and test["Outcome"] == 'Pass' -%} Passed {% else %} Failed {%- endif %} |
{% if 'Message' in test and test['Message'] != None %}
{{ test['Message'] }}
{% endif %}
{% if 'StackTrace' in test and test['StackTrace'] != None -%}
Stack Trace {{ test['StackTrace'] }} {%- endif %} |
{{ file_line_number }} | {{ htmlize(line) }} |
{{ file_line_number }} | {{ htmlize(line) }} |
{{ file_line_number }} | {{ htmlize(line) }} |
{{ file_line_number }} | {{ htmlize(line) }} |