Snippets

Steve Peters Example junit file with accuracy data

Created by Steve Peters
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="4" failures="0" disabled="0" errors="0" timestamp="2015-04-17T14:57:40" time="21.779" name="AllTests">
  <testsuite name="PhysicsEngines/PhysicsTest" tests="4" failures="0" disabled="0" errors="0" time="21.779">
    <testcase name="InertiaRatioPendulum/0" value_param="&quot;ode&quot;" status="run" time="7.092" classname="PhysicsEngines/PhysicsTest" engine="ode" lowerAngles_x_maxAbs="1.598419" lowerAngles_y_maxAbs="0.206068" lowerAngles_z_maxAbs="0.101967" lowerAngles_mag_maxAbs="1.598419" upperAngles_x_maxAbs="1.453013" upperAngles_y_maxAbs="0.137026" upperAngles_z_maxAbs="0.100338" upperAngles_mag_maxAbs="1.453014" />
    <testcase name="InertiaRatioPendulum/1" value_param="&quot;bullet&quot;" status="run" time="4.775" classname="PhysicsEngines/PhysicsTest" engine="bullet" lowerAngles_x_maxAbs="1.583752" lowerAngles_y_maxAbs="0.106201" lowerAngles_z_maxAbs="0.225648" lowerAngles_mag_maxAbs="1.585348" upperAngles_x_maxAbs="1.490715" upperAngles_y_maxAbs="0.000000" upperAngles_z_maxAbs="0.000000" upperAngles_mag_maxAbs="1.490715" />
    <testcase name="InertiaRatioPendulum/2" value_param="&quot;simbody&quot;" status="run" time="4.859" classname="PhysicsEngines/PhysicsTest" engine="simbody" lowerAngles_x_maxAbs="1.674045" lowerAngles_y_maxAbs="0.000000" lowerAngles_z_maxAbs="0.000000" lowerAngles_mag_maxAbs="1.674045" upperAngles_x_maxAbs="2.656417" upperAngles_y_maxAbs="0.000000" upperAngles_z_maxAbs="0.000000" upperAngles_mag_maxAbs="2.656417" />
    <testcase name="InertiaRatioPendulum/3" value_param="&quot;dart&quot;" status="run" time="5.053" classname="PhysicsEngines/PhysicsTest" engine="dart" lowerAngles_x_maxAbs="1.676534" lowerAngles_y_maxAbs="0.000000" lowerAngles_z_maxAbs="0.000000" lowerAngles_mag_maxAbs="1.676534" upperAngles_x_maxAbs="2.564087" upperAngles_y_maxAbs="0.000000" upperAngles_z_maxAbs="0.000000" upperAngles_mag_maxAbs="2.564087" />
  </testsuite>
</testsuites>

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.