<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="10" failures="0" time="6.026">
  <testsuite name="logger" errors="0" failures="0" skipped="0" timestamp="2020-07-05T03:15:27" time="5.51" tests="1">
    <testcase classname="logger createServiceLogger should should properly create a service logger" name="logger createServiceLogger should should properly create a service logger" time="0.01">
    </testcase>
  </testsuite>
  <testsuite name="path" errors="0" failures="0" skipped="0" timestamp="2020-07-05T03:15:27" time="5.513" tests="2">
    <testcase classname="path getResourcePath should properly tack resource onto root path" name="path getResourcePath should properly tack resource onto root path" time="0.005">
    </testcase>
    <testcase classname="path getResourceRoot should properly assemble the resource root path" name="path getResourceRoot should properly assemble the resource root path" time="0">
    </testcase>
  </testsuite>
  <testsuite name="cluster" errors="0" failures="0" skipped="0" timestamp="2020-07-05T03:15:27" time="5.533" tests="2">
    <testcase classname="cluster getClusterConfiguration should properly get the cluster definition from the specified manifest" name="cluster getClusterConfiguration should properly get the cluster definition from the specified manifest" time="0.013">
    </testcase>
    <testcase classname="cluster getServiceConfiguration should properly get the cluster&apos;s service definition" name="cluster getServiceConfiguration should properly get the cluster&apos;s service definition" time="0.001">
    </testcase>
  </testsuite>
  <testsuite name="service.factory" errors="0" failures="0" skipped="0" timestamp="2020-07-05T03:15:27" time="5.534" tests="2">
    <testcase classname="service.factory createServiceClass should properly create a factory instance" name="service.factory createServiceClass should properly create a factory instance" time="0.013">
    </testcase>
    <testcase classname="service.factory createServiceClass should properly create a search instance" name="service.factory createServiceClass should properly create a search instance" time="0.002">
    </testcase>
  </testsuite>
  <testsuite name="manifest" errors="0" failures="0" skipped="0" timestamp="2020-07-05T03:15:27" time="5.548" tests="3">
    <testcase classname="manifest getClusterManifest should load a manifest with an inline cluster configuration" name="manifest getClusterManifest should load a manifest with an inline cluster configuration" time="0.011">
    </testcase>
    <testcase classname="manifest getClusterManifest should load a manifest with a reference to a cluster configuration" name="manifest getClusterManifest should load a manifest with a reference to a cluster configuration" time="0.003">
    </testcase>
    <testcase classname="manifest getClusterManifest should throw an error if manifest cannot be found" name="manifest getClusterManifest should throw an error if manifest cannot be found" time="0.01">
    </testcase>
  </testsuite>
</testsuites>