<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
  <testsuite name="cart.DiscountTest" tests="6" failures="1" errors="0" skipped="0" time="3.607" timestamp="2026-08-07T09:14:22" hostname="ci-runner-04" id="202">
    <testcase classname="cart.DiscountTest" name="appliesPercentageDiscount" time="1.138"/>
    <testcase classname="cart.DiscountTest" name="stacksDiscountsInDeclaredOrder" time="0.981">
      <failure message="expected: &lt;[percent, loyalty]&gt; but was: &lt;[loyalty, percent]&gt;" type="java.lang.AssertionError"><![CDATA[expected: <[percent, loyalty]> but was: <[loyalty, percent]>
	at cart.DiscountTest.stacksDiscountsInDeclaredOrder(Test.java:63)
]]></failure>
    </testcase>
    <testcase classname="cart.DiscountTest" name="ignoresExpiredCoupon" time="0.304"/>
    <testcase classname="cart.DiscountTest" name="appliesLoyaltyTier" time="0.135"/>
    <testcase classname="cart.DiscountTest" name="rejectsUnknownCoupon" time="0.875"/>
    <testcase classname="cart.DiscountTest" name="appliesFreeShippingThreshold" time="0.174"/>
  </testsuite>
</testsuites>
