<?xml version="1.0" encoding="UTF-8" ?>
<testsuites disabled="0" errors="0" failures="0" tests="3" time="0.017">
 <testsuite name="memoization" timestamp="2021-05-11T11:26:20" hostname="localhost" time="0.017" errors="0" tests="3" skipped="0" disabled="0" failures="0">
  <testcase classname="memoization" name="should return the very same result for two calls with same modifiers" time="0.015" />
  <testcase classname="memoization" name="should return the very same result for two calls with same modifiers and identic default styles" time="0.001" />
  <testcase classname="memoization" name="should keep memoizing through chained substyle calls" time="0.001" />
 </testsuite>
</testsuites>