<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="Format Helpers" errors="0" tests="0" failures="0" time="0" timestamp="2014-04-09T16:48:23">
</testsuite>
<testsuite name="Format Helpers.Singleton method" errors="0" tests="1" failures="0" time="0.016" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.Singleton method" name="should construct the object only once" time="0.016"></testcase>
</testsuite>
<testsuite name="Format Helpers.formatDate method" errors="0" tests="2" failures="0" time="0.031" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.formatDate method" name="should return the date formatted according to the specified language" time="0.017"></testcase>
  <testcase classname="Format Helpers.formatDate method" name="should return the date formatted according to the default language" time="0.014"></testcase>
</testsuite>
<testsuite name="Format Helpers.formatTime method" errors="0" tests="2" failures="0" time="0.027" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.formatTime method" name="should return the time formatted according to the specified language" time="0.014"></testcase>
  <testcase classname="Format Helpers.formatTime method" name="should return the time formatted according to the default language" time="0.013"></testcase>
</testsuite>
<testsuite name="Format Helpers.formatRange method" errors="0" tests="2" failures="0" time="0.026" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.formatRange method" name="should return the date range formatted according to the specified language" time="0.013"></testcase>
  <testcase classname="Format Helpers.formatRange method" name="should return the date range formatted according to the default language" time="0.013"></testcase>
</testsuite>
<testsuite name="Format Helpers.formatNumber method" errors="0" tests="2" failures="0" time="0.033" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.formatNumber method" name="should return the number formatted according to the specified language" time="0.014"></testcase>
  <testcase classname="Format Helpers.formatNumber method" name="should return the number formatted according to the default language" time="0.019"></testcase>
</testsuite>
<testsuite name="Format Helpers.formatPercentage method" errors="0" tests="2" failures="0" time="0.031" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.formatPercentage method" name="should return the percentage formatted according to the specified language" time="0.015"></testcase>
  <testcase classname="Format Helpers.formatPercentage method" name="should return the percentage formatted according to the default language" time="0.016"></testcase>
</testsuite>
<testsuite name="Format Helpers.formatCurrency method" errors="0" tests="2" failures="0" time="0.304" timestamp="2014-04-09T16:48:23">
  <testcase classname="Format Helpers.formatCurrency method" name="should return the currency formatted according to the specified language" time="0.282"></testcase>
  <testcase classname="Format Helpers.formatCurrency method" name="should return the currency formatted according to the default language" time="0.022"></testcase>
</testsuite>
</testsuites>