<?xml version="1.0" encoding="UTF-8" ?>
<testsuites disabled="0" errors="0" failures="0" tests="3" time="0.006">
 <testsuite name="Async Helper" timestamp="2022-11-15T21:44:22" hostname="localhost" time="0.006" errors="0" tests="3" skipped="0" disabled="0" failures="0">
  <testcase classname="Async Helper" name="Should fail if passed timeout passed" time="0.003" />
  <testcase classname="Async Helper" name="Should fail if cancellation token cancelled" time="0.003" />
  <testcase classname="Async Helper" name="Should not fail if cancellation token cancelled but condition is true" time="0" />
 </testsuite>
</testsuites>