<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="cart.PricingTest" tests="5" failures="1" errors="0" skipped="0" time="0.350" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04">
    <testcase classname="cart.PricingTest" name="applies discount &amp; tax together" time="0.050"/>
    <testcase classname="cart.PricingTest" name="rejects quantity &lt; 0" time="0.060">
      <failure message="expected:&lt;12.60&gt; but was:&lt;12.59&gt;" type="java.lang.AssertionError"><![CDATA[java.lang.AssertionError: expected:<12.60> but was:<12.59>
	at cart.PricingTest.appliesTaxToSubtotal(PricingTest.java:88)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
]]></failure>
    </testcase>
    <testcase classname="cart.PricingTest" name='accepts currency code "GBP"' time="0.070"/>
    <testcase classname="cart.PricingTest" name="handles apostrophe in customer's name" time="0.080"/>
    <testcase classname="cart.PricingTest" name="renders &lt;em&gt;emphasis&lt;/em&gt; in receipts" time="0.090"/>
  </testsuite>
</testsuites>
