forked from fsprojects/FSharp.Configuration
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFSharp.Configuration.Tests.dll.TestResults.xml
1 lines (1 loc) · 10.8 KB
/
FSharp.Configuration.Tests.dll.TestResults.xml
1
<assembly name="D:\github\FSharp.Configuration\tests\FSharp.Configuration.Tests\bin\Release\FSharp.Configuration.Tests.dll" run-date="2016-11-18" run-time="19:47:08" configFile="D:\github\FSharp.Configuration\tests\FSharp.Configuration.Tests\bin\Release\FSharp.Configuration.Tests.dll.config" time="2.286" total="46" passed="46" failed="0" skipped="0" environment="64-bit .NET 4.0.30319.42000" test-framework="xUnit.net 1.9.2.1705"><class time="0.163" name="FSharp.Configuration.Tests.IniFile" total="4" passed="4" failed="0" skipped="0"><test name="FSharp.Configuration.Tests.IniFile.Can return a double from the config file" type="FSharp.Configuration.Tests.IniFile" method="Can return a double from the config file" result="Pass" time="0.161" /><test name="FSharp.Configuration.Tests.IniFile.Can return a string from the config file" type="FSharp.Configuration.Tests.IniFile" method="Can return a string from the config file" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.IniFile.Can return a boolean from the config file" type="FSharp.Configuration.Tests.IniFile" method="Can return a boolean from the config file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.IniFile.Can return an integer from the config file" type="FSharp.Configuration.Tests.IniFile" method="Can return an integer from the config file" result="Pass" time="0.001" /></class><class time="1.960" name="FSharp.Configuration.Tests.YamlTests" total="28" passed="28" failed="0" skipped="0"><test name="FSharp.Configuration.Tests.YamlTests.Can write to an int in the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can write to an int in the settings file" result="Pass" time="0.018" /><test name="FSharp.Configuration.Tests.YamlTests.Can load nested lists" type="FSharp.Configuration.Tests.YamlTests" method="Can load nested lists" result="Pass" time="0.133" /><test name="FSharp.Configuration.Tests.YamlTests.Can write to an double in the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can write to an double in the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can return a string from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return a string from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can return an int from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return an int from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can return an int64 from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return an int64 from the settings file" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.YamlTests.Can return a list from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return a list from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can write to a guid in the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can write to a guid in the settings file" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.YamlTests.Can return a different guid from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return a different guid from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Numeric map keys are OK" type="FSharp.Configuration.Tests.YamlTests" method="Numeric map keys are OK" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Mixed types are read as strings" type="FSharp.Configuration.Tests.YamlTests" method="Mixed types are read as strings" result="Pass" time="0.027" /><test name="FSharp.Configuration.Tests.YamlTests.Can save a settings file to a specified location" type="FSharp.Configuration.Tests.YamlTests" method="Can save a settings file to a specified location" result="Pass" time="0.027" /><test name="FSharp.Configuration.Tests.YamlTests.Can loads full settings" type="FSharp.Configuration.Tests.YamlTests" method="Can loads full settings" result="Pass" time="0.019" /><test name="FSharp.Configuration.Tests.YamlTests.Can load sequence of maps (single item)" type="FSharp.Configuration.Tests.YamlTests" method="Can load sequence of maps (single item)" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Raises Changed events" type="FSharp.Configuration.Tests.YamlTests" method="Raises Changed events" result="Pass" time="0.008" /><test name="FSharp.Configuration.Tests.YamlTests.Can load file and watch" type="FSharp.Configuration.Tests.YamlTests" method="Can load file and watch" result="Pass" time="0.035" /><test name="FSharp.Configuration.Tests.YamlTests.Throws exception during saving if it was not loaded from a file and location is not specified" type="FSharp.Configuration.Tests.YamlTests" method="Throws exception during saving if it was not loaded from a file and location is not specified" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.YamlTests.Can load file and watch and detect errors" type="FSharp.Configuration.Tests.YamlTests" method="Can load file and watch and detect errors" result="Pass" time="1.632" /><test name="FSharp.Configuration.Tests.YamlTests.Can load settings containing unknown nodes" type="FSharp.Configuration.Tests.YamlTests" method="Can load settings containing unknown nodes" result="Pass" time="0.050" /><test name="FSharp.Configuration.Tests.YamlTests.Can load sequence of maps (multiple items)" type="FSharp.Configuration.Tests.YamlTests" method="Can load sequence of maps (multiple items)" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.YamlTests.Can save settings to the file it was loaded from last time" type="FSharp.Configuration.Tests.YamlTests" method="Can save settings to the file it was loaded from last time" result="Pass" time="0.002" /><test name="FSharp.Configuration.Tests.YamlTests.Can return a guid from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return a guid from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can write to a string in the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can write to a string in the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can load partial settings" type="FSharp.Configuration.Tests.YamlTests" method="Can load partial settings" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.YamlTests.Can return a TimeSpan from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return a TimeSpan from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Does not raise duplicates of parent Changed events even though several children changed" type="FSharp.Configuration.Tests.YamlTests" method="Does not raise duplicates of parent Changed events even though several children changed" result="Pass" time="0.003" /><test name="FSharp.Configuration.Tests.YamlTests.Can return an double from the settings file" type="FSharp.Configuration.Tests.YamlTests" method="Can return an double from the settings file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.YamlTests.Can load empty lists" type="FSharp.Configuration.Tests.YamlTests" method="Can load empty lists" result="Pass" time="0.001" /></class><class time="0.101" name="FSharp.Configuration.Tests.ResXTests" total="3" passed="3" failed="0" skipped="0"><test name="FSharp.Configuration.Tests.ResXTests.Can return a string from the resource file" type="FSharp.Configuration.Tests.ResXTests" method="Can return a string from the resource file" result="Pass" time="0.080" /><test name="FSharp.Configuration.Tests.ResXTests.Can return an int from the resource file" type="FSharp.Configuration.Tests.ResXTests" method="Can return an int from the resource file" result="Pass" time="0.002" /><test name="FSharp.Configuration.Tests.ResXTests.Can return an image from the resource file" type="FSharp.Configuration.Tests.ResXTests" method="Can return an image from the resource file" result="Pass" time="0.019" /></class><class time="0.062" name="FSharp.Configuration.Tests.AppSettingsTests" total="11" passed="11" failed="0" skipped="0"><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a boolean from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a boolean from the config file" result="Pass" time="0.038" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a TimeSpan from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a TimeSpan from the config file" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a string from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a string from the config file" result="Pass" time="0.001" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can read different configuration file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can read different configuration file" result="Pass" time="0.004" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a DateTime from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a DateTime from the config file" result="Pass" time="0.005" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can read multiple connection strings from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can read multiple connection strings from the config file" result="Pass" time="0.009" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a Uri from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a Uri from the config file" result="Pass" time="0.004" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a guid from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a guid from the config file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return an integer from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return an integer from the config file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a double from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a double from the config file" result="Pass" time="0.000" /><test name="FSharp.Configuration.Tests.AppSettingsTests.Can return a connection string from the config file" type="FSharp.Configuration.Tests.AppSettingsTests" method="Can return a connection string from the config file" result="Pass" time="0.000" /></class></assembly>