<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="cart.PricingTest" tests="6" failures="1" errors="0" skipped="0" time="3.140" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04" id="401">
    <testcase classname="cart.PricingTest" name="appliesUnitPrice" time="0.149"/>
    <testcase classname="cart.PricingTest" name="appliesTaxToSubtotal" time="0.814">
      <failure message="expected:&lt;12.60&gt; but was:&lt;12.59&gt;" type="java.lang.AssertionError"><![CDATA[expected:<12.60> but was:<12.59>
	at cart.PricingTest.appliesTaxToSubtotal(Test.java:63)
]]></failure>
    </testcase>
    <testcase classname="cart.PricingTest" name="roundsHalfUpAtTwoDecimals" time="0.407"/>
    <testcase classname="cart.PricingTest" name="rejectsNegativeQuantity" time="0.514"/>
    <testcase classname="cart.PricingTest" name="appliesBulkRate" time="1.099"/>
    <testcase classname="cart.PricingTest" name="appliesCurrencyConversion" time="0.157"/>
  </testsuite>
</testsuites>
