All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.citrusframework.report.junit-test-failed.xml Maven / Gradle / Ivy

The newest version!
<testcase name="@test.name@" classname="@test.class@" time="@test.duration@">
      <failure type="@test.error.cause@" message="@test.error.msg@">
        <![CDATA[
        @test.error.stackTrace@
        ]]>
      </failure>
    </testcase>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy