19 regels
591 B
TeX
19 regels
591 B
TeX
\paragraph{Testresult}\mbox{}\\
|
|
This test was passed with the state: {\bf {{ macros.result(testcase.levelno) }}}.
|
|
|
|
{%- for tLogger in testcase.testcaseLogger %}
|
|
|
|
\vspace*{2.5ex}
|
|
\begin{tabu} to \linewidth {lX}
|
|
\toprule
|
|
{\bf {{ macros.result(tLogger.levelno) }} } & {{ macros.latex_filter(tLogger.message) }}\\
|
|
\bottomrule
|
|
\end{tabu}
|
|
{%- for mLogger in tLogger.moduleLogger %}
|
|
\definecolor{shadecolor}{rgb}{ {{macros.bg_by_levelno(mLogger.levelno) }} }\begin{modulelog}[breaklines=true, breakanywhere=true]
|
|
{{ mLogger.message }}
|
|
\end{modulelog}
|
|
\vspace*{-0.225cm}
|
|
{%- endfor %}
|
|
{%- endfor %}
|