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="16" errors="0" failures="0" not-run="0" inconclusive="0" ignored="0" skipped="0" invalid="0" date="2017-09-04" time="10:02:25">
  <environment user="psforge-ci-win$" machine-name="psforge-ci-win" cwd="C:\Users\edmundd\myagent\_work\1\s" user-domain="WORKGROUP" platform="Microsoft Windows 10 Enterprise N|C:\Windows|\Device\Harddisk0\Partition1" nunit-version="2.5.8.0" os-version="10.0.15063" 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="3.6196" asserts="0" description="Pester">
    <results>
      <test-suite type="TestFixture" name=".\PSForge.Tests.ps1" executed="True" result="Success" success="True" time="3.6196" asserts="0" description=".\PSForge.Tests.ps1">
        <results>
          <test-suite type="TestFixture" name="OS Detection" executed="True" result="Success" success="True" time="2.1064" asserts="0" description="OS Detection">
            <results>
              <test-suite type="TestFixture" name="Windows" executed="True" result="Success" success="True" time="1.565" asserts="0" description="Windows">
                <results>
                  <test-case description="Should detect Windows installation" name="OS Detection.Windows.Should detect Windows installation" time="1.565" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Linux" executed="True" result="Success" success="True" time="0.3952" asserts="0" description="Linux">
                <results>
                  <test-case description="Should detect Linux installation" name="OS Detection.Linux.Should detect Linux installation" time="0.3952" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="MacOS" executed="True" result="Success" success="True" time="0.1463" asserts="0" description="MacOS">
                <results>
                  <test-case description="Should detect Linux installation" name="OS Detection.MacOS.Should detect Linux installation" time="0.1463" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="Dependency checking" executed="True" result="Success" success="True" time="1.0216" asserts="0" description="Dependency checking">
            <results>
              <test-suite type="TestFixture" name="Mono is not installed" executed="True" result="Success" success="True" time="0.3692" asserts="0" description="Mono is not installed">
                <results>
                  <test-case description="Should throw exception if Mono not installed on Unix" name="Dependency checking.Mono is not installed.Should throw exception if Mono not installed on Unix" time="0.2776" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should not throw exception if Mono not installed on Windows" name="Dependency checking.Mono is not installed.Should not throw exception if Mono not installed on Windows" time="0.0916" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Ruby is not installed" executed="True" result="Success" success="True" time="0.4257" asserts="0" description="Ruby is not installed">
                <results>
                  <test-case description="Should throw exception if Ruby not installed on Unix" name="Dependency checking.Ruby is not installed.Should throw exception if Ruby not installed on Unix" time="0.11" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should not throw exception if Ruby not installed on Windows" name="Dependency checking.Ruby is not installed.Should not throw exception if Ruby not installed on Windows" time="0.0629" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should throw exception if wrong Ruby installed on Unix" name="Dependency checking.Ruby is not installed.Should throw exception if wrong Ruby installed on Unix" time="0.1422" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should throw exception if wrong Ruby installed on Windows" name="Dependency checking.Ruby is not installed.Should throw exception if wrong Ruby installed on Windows" time="0.1106" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
              <test-suite type="TestFixture" name="Git is not installed" executed="True" result="Success" success="True" time="0.2267" asserts="0" description="Git is not installed">
                <results>
                  <test-case description="Should throw exception if Git not installed on Unix" name="Dependency checking.Git is not installed.Should throw exception if Git not installed on Unix" time="0.1728" asserts="0" success="True" result="Success" executed="True" />
                  <test-case description="Should not throw exception if Git not installed on Windows" name="Dependency checking.Git is not installed.Should not throw exception if Git not installed on Windows" time="0.0539" asserts="0" success="True" result="Success" executed="True" />
                </results>
              </test-suite>
            </results>
          </test-suite>
          <test-suite type="TestFixture" name="Invoke-Paket" executed="True" result="Success" success="True" time="0.4915" asserts="0" description="Invoke-Paket">
            <results>
              <test-case description="Should run Bootstrap by default" name="Invoke-Paket.Should run Bootstrap by default" time="0.2191" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should generate Paket files" name="Invoke-Paket.Should generate Paket files" time="0.0634" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should try and change directory to project root" name="Invoke-Paket.Should try and change directory to project root" time="0.0572" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should execute Paket with mono on Unix" name="Invoke-Paket.Should execute Paket with mono on Unix" time="0.0949" asserts="0" success="True" result="Success" executed="True" />
              <test-case description="Should execute Paket directly on Windows" name="Invoke-Paket.Should execute Paket directly on Windows" time="0.0569" asserts="0" success="True" result="Success" executed="True" />
            </results>
          </test-suite>
        </results>
      </test-suite>
    </results>
  </test-suite>
</test-results>