<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="0.0210" tests="68" failures="0">
  <testsuite name="Root Suite" timestamp="2020-04-23T12:40:56" tests="0" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="AutoMapper" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/AutoMapper.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="JoinObjects" timestamp="2020-04-23T12:40:56" tests="3" file="/builds/node-packages-kirin/cyanprint/test/AutoMapper.spec.ts" time="0.0010" failures="0">
    <testcase name="AutoMapper JoinObjects should join object properties" time="0.0010" classname="should join object properties">
    </testcase>
    <testcase name="AutoMapper JoinObjects should recursively join objects" time="0.0000" classname="should recursively join objects">
    </testcase>
    <testcase name="AutoMapper JoinObjects should join objects with sub-objects with different parts" time="0.0000" classname="should join objects with sub-objects with different parts">
    </testcase>
  </testsuite>
  <testsuite name="ReverseLookUp" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/AutoMapper.spec.ts" time="0.0010" failures="0">
    <testcase name="AutoMapper ReverseLookUp should look for the first true value in flag object in map object for key" time="0.0010" classname="should look for the first true value in flag object in map object for key">
    </testcase>
  </testsuite>
  <testsuite name="Overwrite" timestamp="2020-04-23T12:40:56" tests="2" file="/builds/node-packages-kirin/cyanprint/test/AutoMapper.spec.ts" time="0.0000" failures="0">
    <testcase name="AutoMapper Overwrite should overwrite the from value in the to object" time="0.0000" classname="should overwrite the from value in the to object">
    </testcase>
    <testcase name="AutoMapper Overwrite should overwrite nest values" time="0.0000" classname="should overwrite nest values">
    </testcase>
  </testsuite>
  <testsuite name="RootFileFactory" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/FileFactory.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="FromRoot" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/FileFactory.spec.ts" time="0.0000" failures="0">
    <testcase name="RootFileFactory FromRoot should return the absolute path to the from folder" time="0.0000" classname="should return the absolute path to the from folder">
    </testcase>
  </testsuite>
  <testsuite name="ToRoot" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/FileFactory.spec.ts" time="0.0000" failures="0">
    <testcase name="RootFileFactory ToRoot should return the absolute path tot the to folder" time="0.0000" classname="should return the absolute path tot the to folder">
    </testcase>
  </testsuite>
  <testsuite name="Group" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/Group.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="ListAsArray" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/Group.spec.ts" time="0.0010" failures="0">
    <testcase name="Group ListAsArray should list out all the possible groups" time="0.0010" classname="should list out all the possible groups">
    </testcase>
  </testsuite>
  <testsuite name="Exist" timestamp="2020-04-23T12:40:56" tests="2" file="/builds/node-packages-kirin/cyanprint/test/Group.spec.ts" time="0.0000" failures="0">
    <testcase name="Group Exist should return false for Groups that do not exist" time="0.0000" classname="should return false for Groups that do not exist">
    </testcase>
    <testcase name="Group Exist should return true for Groups that exist" time="0.0000" classname="should return true for Groups that exist">
    </testcase>
  </testsuite>
  <testsuite name="Obtain group data" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/Group.spec.ts" time="0.0010" failures="0">
    <testcase name="Group Obtain group data should read cyan.group.json and return as GroupData object" time="0.0010" classname="should read cyan.group.json and return as GroupData object">
    </testcase>
  </testsuite>
  <testsuite name="ListTemplate" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/Group.spec.ts" time="0.0000" failures="0">
    <testcase name="Group ListTemplate should list all templates" time="0.0000" classname="should list all templates">
    </testcase>
  </testsuite>
  <testsuite name="GuidGenerator" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/GuidGenerator.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="GenerateGuid" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/GuidGenerator.spec.ts" time="0.0000" failures="0">
    <testcase name="GuidGenerator GenerateGuid should generate new guid" time="0.0000" classname="should generate new guid">
    </testcase>
  </testsuite>
  <testsuite name="GuidResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/GuidResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/GuidResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="GuidResolver Count should count the occurrence of each Guid" time="0.0000" classname="should count the occurrence of each Guid">
    </testcase>
  </testsuite>
  <testsuite name="CountPossibleUnaccountedFlags" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/GuidResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="GuidResolver CountPossibleUnaccountedFlags should return empty array" time="0.0010" classname="should return empty array">
    </testcase>
  </testsuite>
  <testsuite name="ResolveFile" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/GuidResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="GuidResolver ResolveFile should do nothing to the file instances" time="0.0000" classname="should do nothing to the file instances">
    </testcase>
  </testsuite>
  <testsuite name="ReplaceGuid" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/GuidResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="GuidResolver ReplaceGuid should replace both upper and lower case occurence of the guid" time="0.0000" classname="should replace both upper and lower case occurence of the guid">
    </testcase>
  </testsuite>
  <testsuite name="IfElseResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/IfElseResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/IfElseResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="IfElseResolver Count should count the number of occurrences of each key in every file and return a map" time="0.0010" classname="should count the number of occurrences of each key in every file and return a map">
    </testcase>
  </testsuite>
  <testsuite name="ModifyIfKeys" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/IfElseResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="IfElseResolver ModifyIfKeys should convert key to if keys" time="0.0010" classname="should convert key to if keys">
    </testcase>
  </testsuite>
  <testsuite name="ModifyEndKey" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/IfElseResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="IfElseResolver ModifyEndKey should convert key to end keys" time="0.0000" classname="should convert key to end keys">
    </testcase>
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="2" file="/builds/node-packages-kirin/cyanprint/test/IfElseResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="IfElseResolver ResolveContents should remove if else statements if the flag is false" time="0.0000" classname="should remove if else statements if the flag is false">
    </testcase>
    <testcase name="IfElseResolver ResolveContents should remove if else statements if the flag is true" time="0.0000" classname="should remove if else statements if the flag is true">
    </testcase>
  </testsuite>
  <testsuite name="ResolveFileContent" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/IfElseResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="IfElseResolver ResolveFileContent should resolve all the flags based on the flag object" time="0.0000" classname="should resolve all the flags based on the flag object">
    </testcase>
  </testsuite>
  <testsuite name="InlineFlagResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/InlineFlagResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InlineFlagResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InlineFlagResolver ResolveContents should remove false flags and remove injected code" time="0.0000" classname="should remove false flags and remove injected code">
    </testcase>
  </testsuite>
  <testsuite name="ResolveFileContent" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InlineFlagResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="InlineFlagResolver ResolveFileContent should remove lines that have false flag and remove flags from the rest of the lines" time="0.0010" classname="should remove lines that have false flag and remove flags from the rest of the lines">
    </testcase>
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InlineFlagResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InlineFlagResolver Count should count th number of each flag instance" time="0.0000" classname="should count th number of each flag instance">
    </testcase>
  </testsuite>
  <testsuite name="ModifyFlagKeys" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InlineFlagResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InlineFlagResolver ModifyFlagKeys should correctly modify flag key" time="0.0000" classname="should correctly modify flag key">
    </testcase>
  </testsuite>
  <testsuite name="InverseIfElseResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/InverseIfElseResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseIfElseResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="InverseIfElseResolver Count should count the number of occurrences of each key in every file and return a map" time="0.0010" classname="should count the number of occurrences of each key in every file and return a map">
    </testcase>
  </testsuite>
  <testsuite name="ModifyIfKeys" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseIfElseResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InverseIfElseResolver ModifyIfKeys should convert key to if keys" time="0.0000" classname="should convert key to if keys">
    </testcase>
  </testsuite>
  <testsuite name="ModifyEndKey" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseIfElseResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InverseIfElseResolver ModifyEndKey should convert key to end keys" time="0.0000" classname="should convert key to end keys">
    </testcase>
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="2" file="/builds/node-packages-kirin/cyanprint/test/InverseIfElseResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="InverseIfElseResolver ResolveContents should remove if else statements if the flag is false" time="0.0010" classname="should remove if else statements if the flag is false">
    </testcase>
    <testcase name="InverseIfElseResolver ResolveContents should remove if else statements if the flag is true" time="0.0000" classname="should remove if else statements if the flag is true">
    </testcase>
  </testsuite>
  <testsuite name="ResolveFileContent" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseIfElseResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="InverseIfElseResolver ResolveFileContent should resolve all the flags based on the flag object" time="0.0010" classname="should resolve all the flags based on the flag object">
    </testcase>
  </testsuite>
  <testsuite name="InlineFlagResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/InverseInlineFlagResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseInlineFlagResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InlineFlagResolver ResolveContents should remove false flags and remove injected code" time="0.0000" classname="should remove false flags and remove injected code">
    </testcase>
  </testsuite>
  <testsuite name="ResolveFileContent" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseInlineFlagResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="InlineFlagResolver ResolveFileContent should remove lines that have false flag and remove flags from the rest of the lines" time="0.0010" classname="should remove lines that have false flag and remove flags from the rest of the lines">
    </testcase>
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseInlineFlagResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="InlineFlagResolver Count should count th number of each flag instance" time="0.0010" classname="should count th number of each flag instance">
    </testcase>
  </testsuite>
  <testsuite name="ModifyFlagKeys" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/InverseInlineFlagResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="InlineFlagResolver ModifyFlagKeys should correctly modify flag key" time="0.0000" classname="should correctly modify flag key">
    </testcase>
  </testsuite>
  <testsuite name="LicenseResolver" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/LicenseResolver..spec.ts" time="0.0000" failures="0">
    <testcase name="LicenseResolver should correctly create a LicenseFile" time="0.0000" classname="should correctly create a LicenseFile">
    </testcase>
  </testsuite>
  <testsuite name="MoveResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/MoveResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="ResolveJsonFile" timestamp="2020-04-23T12:40:56" tests="2" file="/builds/node-packages-kirin/cyanprint/test/MoveResolver.spec.ts" time="0.0020" failures="0">
    <testcase name="MoveResolver ResolveJsonFile should move dev dependency to dependency" time="0.0010" classname="should move dev dependency to dependency">
    </testcase>
    <testcase name="MoveResolver ResolveJsonFile should move dependency to dev dependency" time="0.0010" classname="should move dependency to dev dependency">
    </testcase>
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="2" file="/builds/node-packages-kirin/cyanprint/test/MoveResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="MoveResolver ResolveContents should move dev dependency to dependency" time="0.0000" classname="should move dev dependency to dependency">
    </testcase>
    <testcase name="MoveResolver ResolveContents should move dependency to dev dependency" time="0.0010" classname="should move dependency to dev dependency">
    </testcase>
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/MoveResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="MoveResolver Count should count the occurrences of the move flags" time="0.0000" classname="should count the occurrences of the move flags">
    </testcase>
  </testsuite>
  <testsuite name="PackageResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/PackageResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="ResolveJsonFile" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/PackageResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="PackageResolver ResolveJsonFile should remove unused packages" time="0.0000" classname="should remove unused packages">
    </testcase>
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/PackageResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="PackageResolver ResolveContents should return package json with unused packages removed" time="0.0000" classname="should return package json with unused packages removed">
    </testcase>
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/PackageResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="PackageResolver Count should count the occurrences of the package flags" time="0.0010" classname="should count the occurrences of the package flags">
    </testcase>
  </testsuite>
  <testsuite name="Utility" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/Utility.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="Flatten String pair" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/Utility.spec.ts" time="0.0010" failures="0">
    <testcase name="Utility Flatten String pair should flatten string pairs with multiple tiers" time="0.0010" classname="should flatten string pairs with multiple tiers">
    </testcase>
  </testsuite>
  <testsuite name="Flatten Object" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/Utility.spec.ts" time="0.0000" failures="0">
    <testcase name="Utility Flatten Object should flatten object with multiple tiers" time="0.0000" classname="should flatten object with multiple tiers">
    </testcase>
  </testsuite>
  <testsuite name="Flatten Flag Object" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/Utility.spec.ts" time="0.0010" failures="0">
    <testcase name="Utility Flatten Flag Object should flatten object wit true false value into a map" time="0.0010" classname="should flatten object wit true false value into a map">
    </testcase>
  </testsuite>
  <testsuite name="Push Validation" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/Validation.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="email" timestamp="2020-04-23T12:40:56" tests="4" file="/builds/node-packages-kirin/cyanprint/test/Validation.spec.ts" time="0.0000" failures="0">
    <testcase name="Push Validation email should allow email format" time="0.0000" classname="should allow email format">
    </testcase>
    <testcase name="Push Validation email should return false if empty before @ sign" time="0.0000" classname="should return false if empty before @ sign">
    </testcase>
    <testcase name="Push Validation email should return false if no @ sign is found" time="0.0000" classname="should return false if no @ sign is found">
    </testcase>
    <testcase name="Push Validation email should return false if nothing is behind @ sign" time="0.0000" classname="should return false if nothing is behind @ sign">
    </testcase>
  </testsuite>
  <testsuite name="key" timestamp="2020-04-23T12:40:56" tests="5" file="/builds/node-packages-kirin/cyanprint/test/Validation.spec.ts" time="0.0000" failures="0">
    <testcase name="Push Validation key should allow values that are alphanumeric lower and spaces" time="0.0000" classname="should allow values that are alphanumeric lower and spaces">
    </testcase>
    <testcase name="Push Validation key should not allow it to start with numeric value" time="0.0000" classname="should not allow it to start with numeric value">
    </testcase>
    <testcase name="Push Validation key should not allow special characters" time="0.0000" classname="should not allow special characters">
    </testcase>
    <testcase name="Push Validation key should not allow - " time="0.0000" classname="should not allow - ">
    </testcase>
    <testcase name="Push Validation key should not allow upper-case" time="0.0000" classname="should not allow upper-case">
    </testcase>
  </testsuite>
  <testsuite name="name" timestamp="2020-04-23T12:40:56" tests="4" file="/builds/node-packages-kirin/cyanprint/test/Validation.spec.ts" time="0.0000" failures="0">
    <testcase name="Push Validation name should allow alphabet, numbers, spaces, dash, underscore and spaces" time="0.0000" classname="should allow alphabet, numbers, spaces, dash, underscore and spaces">
    </testcase>
    <testcase name="Push Validation name should not start with number" time="0.0000" classname="should not start with number">
    </testcase>
    <testcase name="Push Validation name should not contain special character" time="0.0000" classname="should not contain special character">
    </testcase>
    <testcase name="Push Validation name should not allow name 2 character or shorter" time="0.0000" classname="should not allow name 2 character or shorter">
    </testcase>
  </testsuite>
  <testsuite name="VariableResolver" timestamp="2020-04-23T12:40:56" tests="0" file="/builds/node-packages-kirin/cyanprint/test/VariableResolver.spec.ts" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="Count" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/VariableResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="VariableResolver Count should count the number of occurrences of each variable" time="0.0010" classname="should count the number of occurrences of each variable">
    </testcase>
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/VariableResolver.spec.ts" time="0.0010" failures="0">
    <testcase name="VariableResolver ResolveContents should rename the file destination to the correct name" time="0.0010" classname="should rename the file destination to the correct name">
    </testcase>
  </testsuite>
  <testsuite name="ResolveContents" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/VariableResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="VariableResolver ResolveContents should replace the content variable to the correct value" time="0.0000" classname="should replace the content variable to the correct value">
    </testcase>
  </testsuite>
  <testsuite name="ModifyFlagKey" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/VariableResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="VariableResolver ModifyFlagKey should convert keys to correct search term" time="0.0000" classname="should convert keys to correct search term">
    </testcase>
  </testsuite>
  <testsuite name="ResolveFileContent" timestamp="2020-04-23T12:40:56" tests="1" file="/builds/node-packages-kirin/cyanprint/test/VariableResolver.spec.ts" time="0.0000" failures="0">
    <testcase name="VariableResolver ResolveFileContent should correctly resolve each file content" time="0.0000" classname="should correctly resolve each file content">
    </testcase>
  </testsuite>
</testsuites>