templates.test_specs.ftlh Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of arete-gradle Show documentation
Show all versions of arete-gradle Show documentation
Gradle reporting plugin for the Arete JUnit5 testing framework.
The newest version!
<#-- @ftlvariable name="plan" type="com.github.mictaege.arete_gradle.SpecificationPlan" -->
Spec Classes
<#include "arete-css.ftlh">
<#list plan.specsOrderedByHierarchy() as spec>
<#if "${spec.cumulatedState()}" == "IGNORED">
-
${spec.testClassName}
${spec.displayName}
<#elseif "${spec.cumulatedState()}" == "SUCCESSFUL">
-
${spec.testClassName}
${spec.displayName}
<#elseif "${spec.cumulatedState()}" == "ABORTED">
-
${spec.testClassName}
${spec.displayName}
<#elseif "${spec.cumulatedState()}" == "FAILED">
-
${spec.testClassName}
${spec.displayName}
<#else>
-
${spec.testClassName}
${spec.displayName}
#if>
#list>
<#include "search-js.ftlh">