TestResults.xml

<?xml version="1.0" encoding="utf-8" standalone="no"?>
<test-results xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="nunit_schema_2.5.xsd" name="Pester" total="73" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2017-06-02" time="15:49:35">
  <environment user="appveyor" machine-name="APPVEYOR-VM" cwd="C:\projects\psadsync" user-domain="APPVEYOR-VM" platform="Microsoft Windows Server 2012 R2 Datacenter|C:\windows|\Device\Harddisk0\Partition1" nunit-version="2.5.8.0" os-version="6.3.9600" clr-version="4.0.30319.42000" />
  <culture-info current-culture="en-US" current-uiculture="en-US" />
  <test-suite type="TestFixture" name="Pester" executed="True" result="Success" success="True" time="6.8803" asserts="0" description="Pester">
    <results>
      <test-suite type="TestFixture" name="C:\projects\psadsync\PSADSync.Tests.ps1" executed="True" result="Success" success="True" time="6.8803" asserts="0" description="C:\projects\psadsync\PSADSync.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="Module-level tests" executed="True" result="Success" success="True" time="1.1202" asserts="0" description="Module-level tests">
            <results>
              <test-case description="should validate the module manifest" name="Module-level tests.should validate the module manifest" time="0.6476" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="should pass all error-level script analyzer rules" name="Module-level tests.should pass all error-level script analyzer rules" time="0.4726" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="Get-CompanyCsvUser" executed="True" result="Success" success="True" time="1.0269" asserts="0" description="Get-CompanyCsvUser">
            <results>
              <test-suite type="TestFixture" name="when at least one column is excluded" executed="True" result="Success" success="True" time="0.8288" asserts="0" description="when at least one column is excluded">
                <results>
                  <test-suite type="ParameterizedTest" name="Get-CompanyCsvUser.when at least one column is excluded.should create the expected where filter: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.8288" asserts="0" description="should create the expected where filter: &lt;TestName&gt;">
                    <results>
                      <test-case description="should create the expected where filter: Exclude 1 col" name="Get-CompanyCsvUser.when at least one column is excluded.should create the expected where filter: Exclude 1 col" time="0.7145" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should create the expected where filter: Exclude 2 cols" name="Get-CompanyCsvUser.when at least one column is excluded.should create the expected where filter: Exclude 2 cols" time="0.1142" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="Get-CompanyCsvUser.when excluding no cols, should return all expected users: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.098" asserts="0" description="when excluding no cols, should return all expected users: &lt;TestName&gt;">
                <results>
                  <test-case description="when excluding no cols, should return all expected users: All users" name="Get-CompanyCsvUser.when excluding no cols, should return all expected users: All users" time="0.098" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="Get-CompanyCsvUser.when excluding 1 col, should return all expected users: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0314" asserts="0" description="when excluding 1 col, should return all expected users: &lt;TestName&gt;">
                <results>
                  <test-case description="when excluding 1 col, should return all expected users: Exclude 1 col" name="Get-CompanyCsvUser.when excluding 1 col, should return all expected users: Exclude 1 col" time="0.0314" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="Get-CompanyCsvUser.when excluding 2 cols, should return all expected users: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0688" asserts="0" description="when excluding 2 cols, should return all expected users: &lt;TestName&gt;">
                <results>
                  <test-case description="when excluding 2 cols, should return all expected users: Exclude 2 cols" name="Get-CompanyCsvUser.when excluding 2 cols, should return all expected users: Exclude 2 cols" time="0.0688" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="GetCsvColumnHeaders" executed="True" result="Success" success="True" time="0.0902" asserts="0" description="GetCsvColumnHeaders">
            <results>
              <test-case description="should return expected headers" name="GetCsvColumnHeaders.should return expected headers" time="0.0902" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="TestCsvHeaderExists" executed="True" result="Success" success="True" time="0.1467" asserts="0" description="TestCsvHeaderExists">
            <results>
              <test-suite type="TestFixture" name="when a header is not in the CSV" executed="True" result="Success" success="True" time="0.092" asserts="0" description="when a header is not in the CSV">
                <results>
                  <test-case description="should return $false" name="TestCsvHeaderExists.when a header is not in the CSV.should return $false" time="0.092" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when all headers are in the CSV" executed="True" result="Success" success="True" time="0.0251" asserts="0" description="when all headers are in the CSV">
                <results>
                  <test-case description="should return $true" name="TestCsvHeaderExists.when all headers are in the CSV.should return $true" time="0.0251" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when one header is in the CSV" executed="True" result="Success" success="True" time="0.0297" asserts="0" description="when one header is in the CSV">
                <results>
                  <test-case description="should return $true" name="TestCsvHeaderExists.when one header is in the CSV.should return $true" time="0.0297" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="Get-CompanyAdUser" executed="True" result="Success" success="True" time="0.0685" asserts="0" description="Get-CompanyAdUser">
            <results>
              <test-suite type="ParameterizedTest" name="Get-CompanyAdUser.should return all users: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0685" asserts="0" description="should return all users: &lt;TestName&gt;">
                <results>
                  <test-case description="should return all users: All users" name="Get-CompanyAdUser.should return all users: All users" time="0.0685" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="FindUserMatch" executed="True" result="Success" success="True" time="0.7299" asserts="0" description="FindUserMatch">
            <results>
              <test-suite type="TestFixture" name="When no matches could be found" executed="True" result="Success" success="True" time="0.1283" asserts="0" description="When no matches could be found">
                <results>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.When no matches could be found.should return the expected number of objects: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1283" asserts="0" description="should return the expected number of objects: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return the expected number of objects: No Match" name="FindUserMatch.When no matches could be found.should return the expected number of objects: No Match" time="0.1283" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="When one match can be found" executed="True" result="Success" success="True" time="0.118" asserts="0" description="When one match can be found">
                <results>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.When one match can be found.should return the expected number of objects: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0642" asserts="0" description="should return the expected number of objects: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return the expected number of objects: Match on 1 ID" name="FindUserMatch.When one match can be found.should return the expected number of objects: Match on 1 ID" time="0.0642" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.When one match can be found.should find matches as expected and return the expected property values: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0539" asserts="0" description="should find matches as expected and return the expected property values: &lt;TestName&gt;">
                    <results>
                      <test-case description="should find matches as expected and return the expected property values: Match on 1 ID" name="FindUserMatch.When one match can be found.should find matches as expected and return the expected property values: Match on 1 ID" time="0.0539" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="When multiple matches could be found" executed="True" result="Success" success="True" time="0.0831" asserts="0" description="When multiple matches could be found">
                <results>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.When multiple matches could be found.should return the expected number of objects: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.038" asserts="0" description="should return the expected number of objects: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return the expected number of objects: Match on all IDs" name="FindUserMatch.When multiple matches could be found.should return the expected number of objects: Match on all IDs" time="0.038" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.When multiple matches could be found.should find matches as expected and return the expected property values: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0451" asserts="0" description="should find matches as expected and return the expected property values: &lt;TestName&gt;">
                    <results>
                      <test-case description="should find matches as expected and return the expected property values: Match on all IDs" name="FindUserMatch.When multiple matches could be found.should find matches as expected and return the expected property values: Match on all IDs" time="0.0451" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when a blank identifier is queried before finding a match" executed="True" result="Success" success="True" time="0.2491" asserts="0" description="when a blank identifier is queried before finding a match">
                <results>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.when a blank identifier is queried before finding a match.should do nothing: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1591" asserts="0" description="should do nothing: &lt;TestName&gt;">
                    <results>
                      <test-case description="should do nothing: One Blank ID" name="FindUserMatch.when a blank identifier is queried before finding a match.should do nothing: One Blank ID" time="0.1591" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.when a blank identifier is queried before finding a match.should return the expected object properties: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0901" asserts="0" description="should return the expected object properties: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return the expected object properties: One Blank ID" name="FindUserMatch.when a blank identifier is queried before finding a match.should return the expected object properties: One Blank ID" time="0.0901" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when all identifers are blank" executed="True" result="Success" success="True" time="0.0639" asserts="0" description="when all identifers are blank">
                <results>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.when all identifers are blank.should do nothing: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0639" asserts="0" description="should do nothing: &lt;TestName&gt;">
                    <results>
                      <test-case description="should do nothing: All Blank IDs" name="FindUserMatch.when all identifers are blank.should do nothing: All Blank IDs" time="0.0639" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when all identifiers are valid" executed="True" result="Success" success="True" time="0.0874" asserts="0" description="when all identifiers are valid">
                <results>
                  <test-suite type="ParameterizedTest" name="FindUserMatch.when all identifiers are valid.should return the expected object properties: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0874" asserts="0" description="should return the expected object properties: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return the expected object properties: Match on all IDs" name="FindUserMatch.when all identifiers are valid.should return the expected object properties: Match on all IDs" time="0.0874" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="FindAttributeMismatch" executed="True" result="Success" success="True" time="0.7466" asserts="0" description="FindAttributeMismatch">
            <results>
              <test-suite type="TestFixture" name="when a mismatch is found" executed="True" result="Success" success="True" time="0.0883" asserts="0" description="when a mismatch is found">
                <results>
                  <test-suite type="ParameterizedTest" name="FindAttributeMismatch.when a mismatch is found.should return the expected objects: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0883" asserts="0" description="should return the expected objects: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return the expected objects: Mismatch" name="FindAttributeMismatch.when a mismatch is found.should return the expected objects: Mismatch" time="0.0883" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when no mismatches are found" executed="True" result="Success" success="True" time="0.0553" asserts="0" description="when no mismatches are found">
                <results>
                  <test-suite type="ParameterizedTest" name="FindAttributeMismatch.when no mismatches are found.should return nothing: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0553" asserts="0" description="should return nothing: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return nothing: No Mismatch" name="FindAttributeMismatch.when no mismatches are found.should return nothing: No Mismatch" time="0.0553" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when a non-terminating error occurs in the function" executed="True" result="Success" success="True" time="0.0936" asserts="0" description="when a non-terminating error occurs in the function">
                <results>
                  <test-suite type="ParameterizedTest" name="FindAttributeMismatch.when a non-terminating error occurs in the function.should throw an exception: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0936" asserts="0" description="should throw an exception: &lt;TestName&gt;">
                    <results>
                      <test-case description="should throw an exception: Mismatch" name="FindAttributeMismatch.when a non-terminating error occurs in the function.should throw an exception: Mismatch" time="0.0703" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should throw an exception: No Mismatch" name="FindAttributeMismatch.when a non-terminating error occurs in the function.should throw an exception: No Mismatch" time="0.0233" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="FindAttributeMismatch.should find the correct AD property names: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.2531" asserts="0" description="should find the correct AD property names: &lt;TestName&gt;">
                <results>
                  <test-case description="should find the correct AD property names: Mismatch" name="FindAttributeMismatch.should find the correct AD property names: Mismatch" time="0.208" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should find the correct AD property names: No Mismatch" name="FindAttributeMismatch.should find the correct AD property names: No Mismatch" time="0.045" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="FindAttributeMismatch.should find the correct CSV property names: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.2564" asserts="0" description="should find the correct CSV property names: &lt;TestName&gt;">
                <results>
                  <test-case description="should find the correct CSV property names: Mismatch" name="FindAttributeMismatch.should find the correct CSV property names: Mismatch" time="0.1653" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should find the correct CSV property names: No Mismatch" name="FindAttributeMismatch.should find the correct CSV property names: No Mismatch" time="0.0911" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="SetAduser" executed="True" result="Success" success="True" time="0.624" asserts="0" description="SetAduser">
            <results>
              <test-suite type="ParameterizedTest" name="SetAduser.returns nothing" executed="True" result="Success" success="True" time="0.1883" asserts="0" description="returns nothing">
                <results>
                  <test-case description="returns nothing" name="SetAduser.returns nothing(System.Collections.Hashtable,System.Collections.Hashtable)" time="0.1588" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="returns nothing" name="SetAduser.returns nothing(System.Collections.Hashtable,System.Collections.Hashtable)" time="0.0295" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="SetAduser.should save the expected attribute" executed="True" result="Success" success="True" time="0.051" asserts="0" description="should save the expected attribute">
                <results>
                  <test-case description="should save the expected attribute" name="SetAduser.should save the expected attribute(System.Collections.Hashtable,System.Collections.Hashtable)" time="0.0252" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should save the expected attribute" name="SetAduser.should save the expected attribute(System.Collections.Hashtable,System.Collections.Hashtable)" time="0.0258" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="SetAduser.should save on the expected identity" executed="True" result="Success" success="True" time="0.3847" asserts="0" description="should save on the expected identity">
                <results>
                  <test-case description="should save on the expected identity" name="SetAduser.should save on the expected identity(System.Collections.Hashtable,System.Collections.Hashtable)" time="0.3553" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should save on the expected identity" name="SetAduser.should save on the expected identity(System.Collections.Hashtable,System.Collections.Hashtable)" time="0.0294" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="SyncCompanyUser" executed="True" result="Success" success="True" time="0.2305" asserts="0" description="SyncCompanyUser">
            <results>
              <test-suite type="TestFixture" name="when a non-terminating error occurs in the function" executed="True" result="Success" success="True" time="0.1003" asserts="0" description="when a non-terminating error occurs in the function">
                <results>
                  <test-suite type="ParameterizedTest" name="SyncCompanyUser.when a non-terminating error occurs in the function.should throw an exception: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1003" asserts="0" description="should throw an exception: &lt;TestName&gt;">
                    <results>
                      <test-case description="should throw an exception: Single attribute" name="SyncCompanyUser.when a non-terminating error occurs in the function.should throw an exception: Single attribute" time="0.0777" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should throw an exception: Multiple attributes" name="SyncCompanyUser.when a non-terminating error occurs in the function.should throw an exception: Multiple attributes" time="0.0225" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="SyncCompanyUser.should change only those attributes in the Attributes parameter: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0866" asserts="0" description="should change only those attributes in the Attributes parameter: &lt;TestName&gt;">
                <results>
                  <test-case description="should change only those attributes in the Attributes parameter: Single attribute" name="SyncCompanyUser.should change only those attributes in the Attributes parameter: Single attribute" time="0.0664" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should change only those attributes in the Attributes parameter: Multiple attributes" name="SyncCompanyUser.should change only those attributes in the Attributes parameter: Multiple attributes" time="0.0202" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="SyncCompanyUser.should change attributes on the expected user account: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0437" asserts="0" description="should change attributes on the expected user account: &lt;TestName&gt;">
                <results>
                  <test-case description="should change attributes on the expected user account: Single attribute" name="SyncCompanyUser.should change attributes on the expected user account: Single attribute" time="0.0237" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should change attributes on the expected user account: Multiple attributes" name="SyncCompanyUser.should change attributes on the expected user account: Multiple attributes" time="0.02" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="WriteLog" executed="True" result="Success" success="True" time="0.1769" asserts="0" description="WriteLog">
            <results>
              <test-suite type="ParameterizedTest" name="WriteLog.should export a CSV to the expected path: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0898" asserts="0" description="should export a CSV to the expected path: &lt;TestName&gt;">
                <results>
                  <test-case description="should export a CSV to the expected path: Standard" name="WriteLog.should export a CSV to the expected path: Standard" time="0.0898" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="WriteLog.should appends to the CSV: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0427" asserts="0" description="should appends to the CSV: &lt;TestName&gt;">
                <results>
                  <test-case description="should appends to the CSV: Standard" name="WriteLog.should appends to the CSV: Standard" time="0.0427" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="WriteLog.should export as CSV with the expected values: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0443" asserts="0" description="should export as CSV with the expected values: &lt;TestName&gt;">
                <results>
                  <test-case description="should export as CSV with the expected values: Standard" name="WriteLog.should export as CSV with the expected values: Standard" time="0.0443" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="Invoke-AdSync" executed="True" result="Success" success="True" time="1.9199" asserts="0" description="Invoke-AdSync">
            <results>
              <test-suite type="TestFixture" name="when a user match cannot be found" executed="True" result="Success" success="True" time="0.7709" asserts="0" description="when a user match cannot be found">
                <results>
                  <test-suite type="TestFixture" name="when all CSV ID fields are null in the CSV" executed="True" result="Success" success="True" time="0.5702" asserts="0" description="when all CSV ID fields are null in the CSV">
                    <results>
                      <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write a warning: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.3806" asserts="0" description="should write a warning: &lt;TestName&gt;">
                        <results>
                          <test-case description="should write a warning: Sync" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write a warning: Sync" time="0.2289" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write a warning: Report" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write a warning: Report" time="0.0497" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write a warning: Excluded valid col" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write a warning: Excluded valid col" time="0.051" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write a warning: Exclude bogus col" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write a warning: Exclude bogus col" time="0.051" asserts="0" success="True" result="Success" executed="True" />
                        </results>
                      </test-suite>
                      <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write the expected contents to the log file: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1896" asserts="0" description="should write the expected contents to the log file: &lt;TestName&gt;">
                        <results>
                          <test-case description="should write the expected contents to the log file: Sync" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write the expected contents to the log file: Sync" time="0.0561" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Report" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write the expected contents to the log file: Report" time="0.0417" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Excluded valid col" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write the expected contents to the log file: Excluded valid col" time="0.0448" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Exclude bogus col" name="Invoke-AdSync.when a user match cannot be found.when all CSV ID fields are null in the CSV.should write the expected contents to the log file: Exclude bogus col" time="0.047" asserts="0" success="True" result="Success" executed="True" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                  <test-suite type="TestFixture" name="when at least one CSV ID field is populated in the CSV" executed="True" result="Success" success="True" time="0.2007" asserts="0" description="when at least one CSV ID field is populated in the CSV">
                    <results>
                      <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a user match cannot be found.when at least one CSV ID field is populated in the CSV.should write the expected contents to the log file: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.2007" asserts="0" description="should write the expected contents to the log file: &lt;TestName&gt;">
                        <results>
                          <test-case description="should write the expected contents to the log file: Sync" name="Invoke-AdSync.when a user match cannot be found.when at least one CSV ID field is populated in the CSV.should write the expected contents to the log file: Sync" time="0.0729" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Report" name="Invoke-AdSync.when a user match cannot be found.when at least one CSV ID field is populated in the CSV.should write the expected contents to the log file: Report" time="0.0399" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Excluded valid col" name="Invoke-AdSync.when a user match cannot be found.when at least one CSV ID field is populated in the CSV.should write the expected contents to the log file: Excluded valid col" time="0.0397" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Exclude bogus col" name="Invoke-AdSync.when a user match cannot be found.when at least one CSV ID field is populated in the CSV.should write the expected contents to the log file: Exclude bogus col" time="0.0482" asserts="0" success="True" result="Success" executed="True" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when a user match can be found" executed="True" result="Success" success="True" time="0.5865" asserts="0" description="when a user match can be found">
                <results>
                  <test-suite type="TestFixture" name="when no attribute mismatches can be found" executed="True" result="Success" success="True" time="0.2993" asserts="0" description="when no attribute mismatches can be found">
                    <results>
                      <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a user match can be found.when no attribute mismatches can be found.should write the expected contents to the log file: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.2993" asserts="0" description="should write the expected contents to the log file: &lt;TestName&gt;">
                        <results>
                          <test-case description="should write the expected contents to the log file: Sync" name="Invoke-AdSync.when a user match can be found.when no attribute mismatches can be found.should write the expected contents to the log file: Sync" time="0.0946" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Report" name="Invoke-AdSync.when a user match can be found.when no attribute mismatches can be found.should write the expected contents to the log file: Report" time="0.0647" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Excluded valid col" name="Invoke-AdSync.when a user match can be found.when no attribute mismatches can be found.should write the expected contents to the log file: Excluded valid col" time="0.0688" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="should write the expected contents to the log file: Exclude bogus col" name="Invoke-AdSync.when a user match can be found.when no attribute mismatches can be found.should write the expected contents to the log file: Exclude bogus col" time="0.0713" asserts="0" success="True" result="Success" executed="True" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                  <test-suite type="TestFixture" name="when an attribute mismatch is found" executed="True" result="Success" success="True" time="0.2872" asserts="0" description="when an attribute mismatch is found">
                    <results>
                      <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a user match can be found.when an attribute mismatch is found.when ReportOnly is used, should not attempt to sync the user: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.0985" asserts="0" description="when ReportOnly is used, should not attempt to sync the user: &lt;TestName&gt;">
                        <results>
                          <test-case description="when ReportOnly is used, should not attempt to sync the user: Report" name="Invoke-AdSync.when a user match can be found.when an attribute mismatch is found.when ReportOnly is used, should not attempt to sync the user: Report" time="0.0985" asserts="0" success="True" result="Success" executed="True" />
                        </results>
                      </test-suite>
                      <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a user match can be found.when an attribute mismatch is found.when ReportOnly is not used, should attempt to sync the user: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1887" asserts="0" description="when ReportOnly is not used, should attempt to sync the user: &lt;TestName&gt;">
                        <results>
                          <test-case description="when ReportOnly is not used, should attempt to sync the user: Sync" name="Invoke-AdSync.when a user match can be found.when an attribute mismatch is found.when ReportOnly is not used, should attempt to sync the user: Sync" time="0.0806" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="when ReportOnly is not used, should attempt to sync the user: Excluded valid col" name="Invoke-AdSync.when a user match can be found.when an attribute mismatch is found.when ReportOnly is not used, should attempt to sync the user: Excluded valid col" time="0.0553" asserts="0" success="True" result="Success" executed="True" />
                          <test-case description="when ReportOnly is not used, should attempt to sync the user: Exclude bogus col" name="Invoke-AdSync.when a user match can be found.when an attribute mismatch is found.when ReportOnly is not used, should attempt to sync the user: Exclude bogus col" time="0.0528" asserts="0" success="True" result="Success" executed="True" />
                        </results>
                      </test-suite>
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when a column is attempted to be excluded does not exist" executed="True" result="Success" success="True" time="0.1023" asserts="0" description="when a column is attempted to be excluded does not exist">
                <results>
                  <test-suite type="ParameterizedTest" name="Invoke-AdSync.when a column is attempted to be excluded does not exist.should throw an exception: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1023" asserts="0" description="should throw an exception: &lt;TestName&gt;">
                    <results>
                      <test-case description="should throw an exception: Exclude bogus col" name="Invoke-AdSync.when a column is attempted to be excluded does not exist.should throw an exception: Exclude bogus col" time="0.1023" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="when an exception is thrown" executed="True" result="Success" success="True" time="0.1554" asserts="0" description="when an exception is thrown">
                <results>
                  <test-suite type="ParameterizedTest" name="Invoke-AdSync.when an exception is thrown.should return a non-terminating error: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.1554" asserts="0" description="should return a non-terminating error: &lt;TestName&gt;">
                    <results>
                      <test-case description="should return a non-terminating error: Sync" name="Invoke-AdSync.when an exception is thrown.should return a non-terminating error: Sync" time="0.0691" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should return a non-terminating error: Report" name="Invoke-AdSync.when an exception is thrown.should return a non-terminating error: Report" time="0.0272" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should return a non-terminating error: Excluded valid col" name="Invoke-AdSync.when an exception is thrown.should return a non-terminating error: Excluded valid col" time="0.0321" asserts="0" success="True" result="Success" executed="True" />
                      <test-case description="should return a non-terminating error: Exclude bogus col" name="Invoke-AdSync.when an exception is thrown.should return a non-terminating error: Exclude bogus col" time="0.027" asserts="0" success="True" result="Success" executed="True" />
                    </results>
                  </test-suite>
                </results>
              </test-suite>
              <test-suite type="ParameterizedTest" name="Invoke-AdSync.should return nothing: &lt;TestName&gt;" executed="True" result="Success" success="True" time="0.3047" asserts="0" description="should return nothing: &lt;TestName&gt;">
                <results>
                  <test-case description="should return nothing: Sync" name="Invoke-AdSync.should return nothing: Sync" time="0.1257" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return nothing: Report" name="Invoke-AdSync.should return nothing: Report" time="0.0537" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return nothing: Excluded valid col" name="Invoke-AdSync.should return nothing: Excluded valid col" time="0.0657" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="should return nothing: Exclude bogus col" name="Invoke-AdSync.should return nothing: Exclude bogus col" time="0.0596" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>