org.citrusframework.report.junit-test-failed.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of citrus-base Show documentation
Show all versions of citrus-base Show documentation
Citrus base and default implementation
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>