[
  {
    "path": ".gitattributes",
    "content": "*.doc  diff=astextplain\r\n*.DOC\tdiff=astextplain\r\n*.docx\tdiff=astextplain\r\n*.DOCX\tdiff=astextplain\r\n*.dot\tdiff=astextplain\r\n*.DOT\tdiff=astextplain\r\n*.pdf\tdiff=astextplain\r\n*.PDF\tdiff=astextplain\r\n*.rtf\tdiff=astextplain\r\n*.RTF\tdiff=astextplain\r\n\r\n*.jpg  \tbinary\r\n*.png \tbinary\r\n*.gif \tbinary\r\n\r\n*.cs -text diff=csharp \r\n*.vb -text\r\n*.c -text\r\n*.cpp -text\r\n*.cxx -text\r\n*.h -text\r\n*.hxx -text\r\n*.py -text\r\n*.rb -text\r\n*.java -text\r\n*.html -text\r\n*.htm -text\r\n*.css -text\r\n*.scss -text\r\n*.sass -text\r\n*.less -text\r\n*.js -text\r\n*.lisp -text\r\n*.clj -text\r\n*.sql -text\r\n*.php -text\r\n*.lua -text\r\n*.m -text\r\n*.asm -text\r\n*.erl -text\r\n*.fs -text\r\n*.fsx -text\r\n*.hs -text\r\n\r\n*.csproj -text merge=union \r\n*.vbproj -text merge=union \r\n*.fsproj -text merge=union \r\n*.dbproj -text merge=union \r\n*.sln -text eol=crlf merge=union \r\n"
  },
  {
    "path": ".gitignore",
    "content": "# Visual Studio Ignores\r\n[Bb]in/\r\nobj/\r\nApp_Data/\r\n\r\n*.sln.cache\r\n*.suo\r\n*.user\r\n*.build.csdef\r\n*.ncb\r\n*.docstates\r\n\r\n# Visual Studio 11+ Unit Test ignores\r\n*.UTests.ldf\r\n*.UTests.mdf\r\n\r\n*.xap\r\n!*StatLight.Client.For.*.xap\r\n\r\n*.userprefs # Mono develop\r\n\r\n# Visual Studio Extensions Ignores\r\n.vs10x\r\n*.vs10x\r\n\r\n# Resharper Ignores\r\n_ReSharper.*/\r\n*.resharper.user\r\n\r\n# StyleCop cache ignores\r\n*StyleCop.Cache\r\n\r\n# Ignore TypeMock TestLint Cache\r\nlint.db\r\n\r\n# vim Ignore\r\n*.swp\r\n\r\n# kdiff3 Ignore\r\n*.orig\r\n\r\n# LATEX Ignores\r\n*.tex.undo\r\n\r\n# Misc Ignores\r\nThumbs.db\r\n!libs/*/[Bb]in/\r\nworking/\r\nsrc/TestResults/\r\ndist/"
  },
  {
    "path": "LICENSE.txt",
    "content": "Copyright (c) 2011, The Outercurve Foundation\n\nPermission is hereby granted, free of charge, to any person obtaining\na copy of this software and associated documentation files (the\n\"Software\"), to deal in the Software without restriction, including\nwithout limitation the rights to use, copy, modify, merge, publish,\ndistribute, sublicense, and/or sell copies of the Software, and to\npermit persons to whom the Software is furnished to do so, subject to\nthe following conditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF\nMERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE\nLIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION\nOF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION\nWITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE."
  },
  {
    "path": "NOTICE.txt",
    "content": "Copyright (c) 2011, The Outercurve Foundation. \nThis software is released under the MIT License (the \"License\"); \nyou may not use the software except in compliance with the License. You \ncan find a copy of the License in the file LICENSE.TXT accompanying this \nfile. \n\nAdditional Copyrights:\nThis library was derived from code created by Procuriouis (procurios.nl), \nCopyright (c) 2008, Procurios.\n\nAdditional Libraries:\nThis software includes or is derivative of works distributed under the \nlicenses listed below. The full text for most of the licenses listed below \ncan be found in the LICENSE.txt file accompanying each work. The original \ncopyright notices have been preserved within the respective files and or \npackages. Please refer to the specific files and/or packages for more \ndetailed information about the authors, copyright notices, and licenses. \n\n\nnjake\n-----------------\nWebsite: https://github.com/prabirshrestha/njake\nCopyright: N/A\nLicense: Apache 2.0 License\n\n\nJSON.cs\n-----------------\nWebsite: http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html\nCopyright: Copyright (c) 2008, Procurios\nLicense: MIT License\n\n\nAdditional Notices:\nThe software was originally conceived and created by Nathan Totten,\nPrabir Shersha, and Jim Zimmerman.\n\nOther contributors to the project include:\nN/A"
  },
  {
    "path": "README.md",
    "content": "# SimpleJson\r\nSmall and fast JSON library for .NET 2.0+/SL4+/WP7+/Windows Store Apps/Portable Class Library and powershell.\r\nIncludes support for dynamic in .NET 4.0+/SL4+/Windows Store Apps. Also includes support for DataContract and DataMember. \r\n\r\n# Using SimpleJson\r\n\r\nSimpleJson is not distributed as a compiled binary .dll file but rather as a single .cs file or a powershell module .psm1.\r\n\r\n**Use nuget to add SimpleJson.cs file to your project.**\r\n\r\n```powershell\r\nInstall-Package SimpleJson\r\n```\r\n\r\n## Supported Platforms\r\n* .NET 2.0\r\n* .NET 3.0\r\n* .NET 3.5 (Client Profile and Full Profile)\r\n* .NET 4.0 (Client Profile and Full Profile)\r\n* .NET 4.5\r\n* Windows 8 Store Apps\r\n* Silverlight 4\r\n* Silverlight 5\r\n* Windows Phone 7.0\r\n* Windows Phone 7.1 (Mango)\r\n* Windows Phone 8\r\n* Portable Class Libraries (PCL)\r\n\r\n**Note:** By default SimpleJson expects `System.Linq`. If you are targeting older version of .NET framework (.net < 3.0 or WP7.0) you will need to add `#define SIMPLE_JSON_NO_LINQ_EXPRESSION`.\r\n\r\nIf you want to use `[DataContract]`, `[DataMember(Name = \"name\")]` or `[IgnoreDataMember]` make sure to add `#define SIMPLE_JSON_DATACONTRACT`.\r\n\r\nIf you want to use `IReadOnlyCollection<T>` and `IReadOnlyList<T>` make sure to add `#define SIMPLE_JSON_READONLY_COLLECTIONS`.\r\n"
  },
  {
    "path": "VERSION",
    "content": "0.38.0"
  },
  {
    "path": "jakefile.js",
    "content": "var fs = require('fs'),\r\n\tnjake = require('./src/njake'),\r\n\tmsbuild = njake.msbuild,\r\n\tnunit = njake.nunit,\r\n\tnuget = njake.nuget,\r\n\tconfig = {\r\n\t\tversion: fs.readFileSync('VERSION', 'utf-8')\r\n\t};\r\n\r\nconsole.log('SimpleJson v' + config.version)\r\n\r\nmsbuild.setDefaults({\r\n\tproperties: { Configuration: 'Release' },\r\n\tprocessor: 'x86',\r\n\tversion: 'net4.0'\r\n})\r\n\r\nnunit.setDefaults({\r\n\t_exe: 'src/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe'\r\n})\r\n\r\nnuget.setDefaults({\r\n\t_exe: 'src/packages/NuGet.CommandLine.1.7.0/tools/NuGet.exe',\r\n\tverbose: true\r\n})\r\n\r\ndesc('Build all')\r\ntask('default', ['clean', 'build', 'test', 'nuget:pack'])\r\n\r\nnamespace('build', function () {\r\n\r\n    desc('Build Portble Class Library (with LINQ Expression)')\r\n    task('pcl', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Portable.csproj',\r\n            targets: ['Build']\r\n        })\r\n    }, { async: true })\r\n\r\n    desc('Build Portble Class Library (without LINQ Expression)')\r\n    task('pclnolinq', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Portable-NoLinqExpression.csproj',\r\n            targets: ['Build']\r\n        })\r\n    }, { async: true })\r\n\r\n    desc('Build Portble Class Library (WP8,WinStore,NET4.5)')\r\n    task('pclnet45', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Portable-WP8WinStoreNet45.csproj',\r\n            targets: ['Build']\r\n        })\r\n    }, { async: true })\r\n\r\n    desc('Build .NET 4.5')\r\n    task('net45', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Net45.csproj',\r\n            targets: ['Build']\r\n        })\r\n    }, { async: true })\r\n\r\n\tdesc('Build .NET 4.0')\r\n\ttask('net40', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-Net40.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\tdesc('Build .NET 3.5')\r\n\ttask('net35', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-Net35.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\tdesc('Build .NET 2.0')\r\n\ttask('net20', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-Net20.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\tdesc('Build Silverlight 5')\r\n\ttask('sl5', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-SL5.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\tdesc('Build Silverlight 4')\r\n\ttask('sl4', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-SL4.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\tdesc('Build Windows Phone 7.0')\r\n\ttask('wp70', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-WP7.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\tdesc('Build Windows Phone 7.1')\r\n\ttask('wp71', function () {\r\n\t    msbuild({\r\n\t        file: 'src/SimpleJson/SimpleJson-WP71.csproj',\r\n\t        targets: ['Build']\r\n\t    })\r\n\t}, { async: true })\r\n\r\n\tdesc('Build Windows Store')\r\n\ttask('store', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-WindowsStore.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('all', ['build:net40', 'build:net35', 'build:net20', 'build:sl5', 'build:sl4', 'build:wp70', 'build:wp71', 'build:net45', 'build:store', 'build:pcl', 'build:pclnolinq', 'build:pclnet45'])\r\n\r\n})\r\n\r\ntask('build', ['build:all'])\r\n\r\nnamespace('clean', function () {\r\n\r\n    task('pcl', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Portable.csproj',\r\n            targets: ['Clean']\r\n        })\r\n    }, { async: true })\r\n\r\n    task('pclnolinq', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Portable-NoLinqExpression.csproj',\r\n            targets: ['Clean']\r\n        })\r\n    }, { async: true })\r\n\r\n    task('pclnet45', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Portable-WP8WinStoreNet45.csproj',\r\n            targets: ['Clean']\r\n        })\r\n    }, { async: true })\r\n\r\n    task('net45', function () {\r\n        msbuild({\r\n            file: 'src/SimpleJson/SimpleJson-Net45.csproj',\r\n            targets: ['Clean']\r\n        })\r\n    }, { async: true })\r\n\r\n\ttask('net40', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-Net40.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('net35', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-Net35.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('net20', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-Net20.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('sl5', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-SL5.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('sl4', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-SL4.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('wp70', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-WP7.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('wp71', function () {\r\n\t    msbuild({\r\n\t        file: 'src/SimpleJson/SimpleJson-WP71.csproj',\r\n\t        targets: ['Clean']\r\n\t    })\r\n\t}, { async: true })\r\n\r\n\ttask('store', function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson/SimpleJson-WindowsStore.csproj',\r\n\t\t\ttargets: ['Clean']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('all', ['clean:net40', 'clean:net35', 'clean:net20', 'clean:sl5', 'clean:sl4', 'clean:wp70', 'clean:wp71', 'clean:net45', 'clean:store', 'clean:pcl', 'clean:pclnolinq', 'clean:pclnet45'])\r\n\r\n})\r\n\r\ndesc('Clean')\r\ntask('clean', ['clean:all'], function () {\r\n\tjake.rmRf('working/')\r\n\tjake.rmRf('bin/')\r\n\tjake.rmRf('dist/')\r\n})\r\n\r\nnamespace('test-build', function () {\r\n\t\t\r\n\ttask('net40', ['build:net40'], function () {\r\n\t\tmsbuild({\r\n\t\t\tfile: 'src/SimpleJson.Tests/SimpleJson.Tests.csproj',\r\n\t\t\ttargets: ['Build']\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('all', ['test-build:net40'])\r\n\r\n})\r\n\r\nnamespace('test', function () {\r\n\t\r\n\ttask('net40', ['test-build:net40'], function () {\r\n\t\tnunit({\r\n\t\t\tassemblies: ['bin/Tests/Net40/Release/SimpleJson.Tests.dll'],\r\n\t\t\txml: 'bin/Tests/Net40/Release/SimpleJson.Tests.nunit.xml'\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n\ttask('all', ['test:net40'])\r\n\r\n})\r\n\r\ndesc('test')\r\ntask('test', ['test:all'])\r\n\r\ndirectory('working/')\r\n\r\nnamespace('generate', function () {\r\n\t\r\n\tdesc('Generate SimpleJson.cs.pp at working/SimpleJson.cs.pp')\r\n\ttask('csharp', ['working/'], function () {\r\n\t\tconsole.log('Generating working/SimpleJson.cs');\r\n\r\n\t\tvar csFile = fs\r\n\t\t\t.readFileSync('src/SimpleJson/SimpleJson.cs', 'utf-8')\r\n\t\t\t.replace('// VERSION:', '// VERSION: ' + config.version)\r\n\t\t\t.replace('namespace SimpleJson', 'namespace $rootnamespace$')\r\n\t\t\t.replace('namespace SimpleJson', 'namespace $rootnamespace$')\r\n\t\t\t.replace('using SimpleJson.Reflection;', 'using $rootnamespace$.Reflection;')\r\n\r\n\t\tfs.writeFileSync('working/SimpleJson.cs.pp', csFile);\r\n\t})\r\n\r\n\tdesc('Generate SimpleJson.psm1 at working/SimpleJson.psm1')\r\n\ttask('powershell', ['working/'], function () {\r\n\t\tconsole.log('Generating working/SimpleJson.psm1');\r\n\r\n\t\tvar psFile = fs\r\n\t\t\t.readFileSync('src/simplejson.script.ps1', 'utf-8')\r\n\t\t\t.replace('# Version:', '# Version: ' + config.version) + \r\n\t\t\t'\\r\\n$source = @\\\"\\r\\n\\r\\n' + \r\n\t\t\t'#define SIMPLE_JSON_DATACONTRACT\\r\\n' +\r\n\t\t\t'#define SIMPLE_JSON_REFLECTIONEMIT\\r\\n\\r\\n' +\r\n\t\t\tfs.readFileSync('src/SimpleJson/SimpleJson.cs', 'utf-8').replace('// VERSION:', '// VERSION: ' + config.version) +\r\n\t\t\t'\\r\\n\\\"@\\r\\n' + \r\n\t\t\t'Export-ModuleMember ConvertFrom-Json\\r\\n' +\r\n\t\t\t'Export-ModuleMember ConvertTo-Json\\r\\n' + \r\n\t\t\t'Add-Type -ReferencedAssemblies System.Runtime.Serialization -TypeDefinition $source -Language CSharp';\r\n\r\n\t\tfs.writeFileSync('working/SimpleJson.psm1', psFile);\r\n\t})\r\n\r\n\ttask('all', ['generate:csharp', 'generate:powershell'])\r\n\r\n})\r\n\r\ndirectory('dist/')\r\n\r\nnamespace('nuget', function () {\r\n\r\n\tdesc('Create nuget package')\r\n\ttask('pack', ['generate:all', 'dist/'], function () {\r\n\t\tnuget.pack({\r\n\t\t\tnuspec: 'src/SimpleJson.nuspec',\r\n\t\t\tversion: config.version,\r\n\t\t\toutputDirectory: 'dist/'\r\n\t\t})\r\n\t}, { async: true })\r\n\r\n})\r\n"
  },
  {
    "path": "src/JsonViewer/JsonViewer.Designer.cs",
    "content": "﻿namespace JsonViewer\r\n{\r\n    partial class JsonViewer\r\n    {\r\n        /// <summary>\r\n        /// Required designer variable.\r\n        /// </summary>\r\n        private System.ComponentModel.IContainer components = null;\r\n\r\n        /// <summary>\r\n        /// Clean up any resources being used.\r\n        /// </summary>\r\n        /// <param name=\"disposing\">true if managed resources should be disposed; otherwise, false.</param>\r\n        protected override void Dispose(bool disposing)\r\n        {\r\n            if (disposing && (components != null))\r\n            {\r\n                components.Dispose();\r\n            }\r\n            base.Dispose(disposing);\r\n        }\r\n\r\n        #region Windows Form Designer generated code\r\n\r\n        /// <summary>\r\n        /// Required method for Designer support - do not modify\r\n        /// the contents of this method with the code editor.\r\n        /// </summary>\r\n        private void InitializeComponent()\r\n        {\r\n            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(JsonViewer));\r\n            this.txtInput = new System.Windows.Forms.TextBox();\r\n            this.toolStrip1 = new System.Windows.Forms.ToolStrip();\r\n            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();\r\n            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();\r\n            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();\r\n            this.mnuClear = new System.Windows.Forms.ToolStripButton();\r\n            this.tvJson = new System.Windows.Forms.TreeView();\r\n            this.txtJson = new System.Windows.Forms.TextBox();\r\n            this.toolStrip1.SuspendLayout();\r\n            this.SuspendLayout();\r\n            // \r\n            // txtInput\r\n            // \r\n            this.txtInput.Location = new System.Drawing.Point(12, 28);\r\n            this.txtInput.Multiline = true;\r\n            this.txtInput.Name = \"txtInput\";\r\n            this.txtInput.Size = new System.Drawing.Size(774, 141);\r\n            this.txtInput.TabIndex = 0;\r\n            this.txtInput.TextChanged += new System.EventHandler(this.txtInput_TextChanged);\r\n            // \r\n            // toolStrip1\r\n            // \r\n            this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {\r\n            this.toolStripButton2,\r\n            this.toolStripButton3,\r\n            this.toolStripSeparator1,\r\n            this.mnuClear});\r\n            this.toolStrip1.Location = new System.Drawing.Point(0, 0);\r\n            this.toolStrip1.Name = \"toolStrip1\";\r\n            this.toolStrip1.Size = new System.Drawing.Size(798, 25);\r\n            this.toolStrip1.TabIndex = 1;\r\n            this.toolStrip1.Text = \"toolStrip1\";\r\n            // \r\n            // toolStripButton2\r\n            // \r\n            this.toolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r\n            this.toolStripButton2.Image = ((System.Drawing.Image)(resources.GetObject(\"toolStripButton2.Image\")));\r\n            this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;\r\n            this.toolStripButton2.Name = \"toolStripButton2\";\r\n            this.toolStripButton2.Size = new System.Drawing.Size(39, 22);\r\n            this.toolStripButton2.Text = \"Copy\";\r\n            // \r\n            // toolStripButton3\r\n            // \r\n            this.toolStripButton3.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r\n            this.toolStripButton3.Image = ((System.Drawing.Image)(resources.GetObject(\"toolStripButton3.Image\")));\r\n            this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;\r\n            this.toolStripButton3.Name = \"toolStripButton3\";\r\n            this.toolStripButton3.Size = new System.Drawing.Size(39, 22);\r\n            this.toolStripButton3.Text = \"Paste\";\r\n            // \r\n            // toolStripSeparator1\r\n            // \r\n            this.toolStripSeparator1.Name = \"toolStripSeparator1\";\r\n            this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);\r\n            // \r\n            // mnuClear\r\n            // \r\n            this.mnuClear.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;\r\n            this.mnuClear.Image = ((System.Drawing.Image)(resources.GetObject(\"mnuClear.Image\")));\r\n            this.mnuClear.ImageTransparentColor = System.Drawing.Color.Magenta;\r\n            this.mnuClear.Name = \"mnuClear\";\r\n            this.mnuClear.Size = new System.Drawing.Size(38, 22);\r\n            this.mnuClear.Text = \"Clear\";\r\n            this.mnuClear.Click += new System.EventHandler(this.mnuClear_Click);\r\n            // \r\n            // tvJson\r\n            // \r\n            this.tvJson.Location = new System.Drawing.Point(12, 175);\r\n            this.tvJson.Name = \"tvJson\";\r\n            this.tvJson.Size = new System.Drawing.Size(521, 339);\r\n            this.tvJson.TabIndex = 2;\r\n            // \r\n            // txtJson\r\n            // \r\n            this.txtJson.Location = new System.Drawing.Point(539, 175);\r\n            this.txtJson.Multiline = true;\r\n            this.txtJson.Name = \"txtJson\";\r\n            this.txtJson.ReadOnly = true;\r\n            this.txtJson.Size = new System.Drawing.Size(247, 339);\r\n            this.txtJson.TabIndex = 3;\r\n            this.txtJson.TextChanged += new System.EventHandler(this.txtJson_TextChanged);\r\n            // \r\n            // JsonViewer\r\n            // \r\n            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);\r\n            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;\r\n            this.ClientSize = new System.Drawing.Size(798, 526);\r\n            this.Controls.Add(this.txtJson);\r\n            this.Controls.Add(this.tvJson);\r\n            this.Controls.Add(this.toolStrip1);\r\n            this.Controls.Add(this.txtInput);\r\n            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;\r\n            this.MaximizeBox = false;\r\n            this.Name = \"JsonViewer\";\r\n            this.Text = \"JsonViewer - powered by Simple Json (http://simplejson.codeplex.com)\";\r\n            this.toolStrip1.ResumeLayout(false);\r\n            this.toolStrip1.PerformLayout();\r\n            this.ResumeLayout(false);\r\n            this.PerformLayout();\r\n\r\n        }\r\n\r\n        #endregion\r\n\r\n        private System.Windows.Forms.TextBox txtInput;\r\n        private System.Windows.Forms.ToolStrip toolStrip1;\r\n        private System.Windows.Forms.ToolStripButton toolStripButton2;\r\n        private System.Windows.Forms.ToolStripButton toolStripButton3;\r\n        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;\r\n        private System.Windows.Forms.ToolStripButton mnuClear;\r\n        private System.Windows.Forms.TreeView tvJson;\r\n        private System.Windows.Forms.TextBox txtJson;\r\n    }\r\n}\r\n\r\n"
  },
  {
    "path": "src/JsonViewer/JsonViewer.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"JsonViewer.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Drawing;\r\nusing System.Windows.Forms;\r\n\r\nnamespace JsonViewer\r\n{\r\n    public partial class JsonViewer : Form\r\n    {\r\n        private Color defaultColor;\r\n\r\n        public JsonViewer()\r\n        {\r\n            InitializeComponent();\r\n            defaultColor = txtJson.BackColor;\r\n        }\r\n\r\n        private void mnuClear_Click(object sender, EventArgs e)\r\n        {\r\n            txtInput.Text = string.Empty;\r\n        }\r\n\r\n        private void txtInput_TextChanged(object sender, EventArgs e)\r\n        {\r\n            txtJson.Text = txtInput.Text;\r\n        }\r\n\r\n        private void txtJson_TextChanged(object sender, EventArgs e)\r\n        {\r\n            object obj;\r\n            tvJson.Nodes.Clear();\r\n            if (SimpleJson.SimpleJson.TryDeserializeObject(txtJson.Text, out obj))\r\n            {\r\n                var rootNode = new TreeNode(\"JSON\");\r\n                tvJson.Nodes.Add(rootNode);\r\n                AddNode(obj, rootNode);\r\n                txtJson.BackColor = this.defaultColor;\r\n            }\r\n            else if (txtJson.Text.Trim().Length != 0)\r\n            {\r\n                txtJson.BackColor = Color.IndianRed;\r\n            }\r\n        }\r\n\r\n        #region Node Helpers\r\n\r\n        private void AddNode(object obj, TreeNode node)\r\n        {\r\n            if (obj is IList<object>)\r\n            {\r\n                AddNode((IList<object>)obj, node);\r\n            }\r\n            else if (obj is IDictionary<string, object>)\r\n            {\r\n                AddNode((IDictionary<string, object>)obj, node);\r\n            }\r\n            else\r\n            {\r\n                if (obj == null)\r\n                {\r\n                    node.Nodes.Add(\"null\");\r\n                }\r\n                else\r\n                {\r\n                    node.Nodes.Add(obj.ToString());\r\n                }\r\n\r\n                node.ExpandAll();\r\n            }\r\n        }\r\n\r\n        private void AddNode(IDictionary<string, object> dictionary, TreeNode node)\r\n        {\r\n            if (dictionary.Count == 0)\r\n            {\r\n                node.Nodes.Add(\"{}\");\r\n            }\r\n            else\r\n            {\r\n                foreach (var pair in dictionary)\r\n                {\r\n                    var key = pair.Key;\r\n                    if (pair.Value is IDictionary<string, object>)\r\n                    {\r\n                        var n = new TreeNode(pair.Key);\r\n                        node.Nodes.Add(n);\r\n                        AddNode(pair.Value, n);\r\n                    }\r\n                    else if (pair.Value is IList<object>)\r\n                    {\r\n                        var n = new TreeNode(\"[] \" + pair.Key);\r\n                        node.Nodes.Add(n);\r\n                        AddNode((IList<object>)pair.Value, n);\r\n                    }\r\n                    else\r\n                    {\r\n                        // todo: differentiate null\r\n                        node.Nodes.Add(string.Format(\"{0} : {1}\", pair.Key, pair.Value));\r\n                    }\r\n\r\n                    node.ExpandAll();\r\n                }\r\n            }\r\n        }\r\n\r\n        private void AddNode(IList<object> list, TreeNode node)\r\n        {\r\n            foreach (var o in list)\r\n            {\r\n                AddNode(o, node);\r\n            }\r\n        }\r\n\r\n        #endregion\r\n\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/JsonViewer/JsonViewer.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">x86</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}</ProjectGuid>\r\n    <OutputType>WinExe</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>JsonViewer</RootNamespace>\r\n    <AssemblyName>JsonViewer</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r\n    <FileAlignment>512</FileAlignment>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|x86' \">\r\n    <PlatformTarget>x86</PlatformTarget>\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\JsonViewer\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_DYNAMIC</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|x86' \">\r\n    <PlatformTarget>x86</PlatformTarget>\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\JsonViewer\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Core\" />\r\n    <Reference Include=\"System.Xml.Linq\" />\r\n    <Reference Include=\"System.Data.DataSetExtensions\" />\r\n    <Reference Include=\"Microsoft.CSharp\" />\r\n    <Reference Include=\"System.Data\" />\r\n    <Reference Include=\"System.Deployment\" />\r\n    <Reference Include=\"System.Drawing\" />\r\n    <Reference Include=\"System.Windows.Forms\" />\r\n    <Reference Include=\"System.Xml\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"..\\SimpleJson\\SimpleJson.cs\">\r\n      <Link>SimpleJson.cs</Link>\r\n    </Compile>\r\n    <Compile Include=\"JsonViewer.cs\">\r\n      <SubType>Form</SubType>\r\n    </Compile>\r\n    <Compile Include=\"JsonViewer.Designer.cs\">\r\n      <DependentUpon>JsonViewer.cs</DependentUpon>\r\n    </Compile>\r\n    <Compile Include=\"Program.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <EmbeddedResource Include=\"JsonViewer.resx\">\r\n      <DependentUpon>JsonViewer.cs</DependentUpon>\r\n    </EmbeddedResource>\r\n    <EmbeddedResource Include=\"Properties\\Resources.resx\">\r\n      <Generator>ResXFileCodeGenerator</Generator>\r\n      <LastGenOutput>Resources.Designer.cs</LastGenOutput>\r\n      <SubType>Designer</SubType>\r\n    </EmbeddedResource>\r\n    <Compile Include=\"Properties\\Resources.Designer.cs\">\r\n      <AutoGen>True</AutoGen>\r\n      <DependentUpon>Resources.resx</DependentUpon>\r\n    </Compile>\r\n    <None Include=\"Properties\\Settings.settings\">\r\n      <Generator>SettingsSingleFileGenerator</Generator>\r\n      <LastGenOutput>Settings.Designer.cs</LastGenOutput>\r\n    </None>\r\n    <Compile Include=\"Properties\\Settings.Designer.cs\">\r\n      <AutoGen>True</AutoGen>\r\n      <DependentUpon>Settings.settings</DependentUpon>\r\n      <DesignTimeSharedInput>True</DesignTimeSharedInput>\r\n    </Compile>\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/JsonViewer/JsonViewer.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<root>\r\n  <!-- \r\n    Microsoft ResX Schema \r\n    \r\n    Version 2.0\r\n    \r\n    The primary goals of this format is to allow a simple XML format \r\n    that is mostly human readable. The generation and parsing of the \r\n    various data types are done through the TypeConverter classes \r\n    associated with the data types.\r\n    \r\n    Example:\r\n    \r\n    ... ado.net/XML headers & schema ...\r\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\r\n    <resheader name=\"version\">2.0</resheader>\r\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\r\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\r\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\r\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\r\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\r\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\r\n    </data>\r\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\r\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\r\n        <comment>This is a comment</comment>\r\n    </data>\r\n                \r\n    There are any number of \"resheader\" rows that contain simple \r\n    name/value pairs.\r\n    \r\n    Each data row contains a name, and value. The row also contains a \r\n    type or mimetype. Type corresponds to a .NET class that support \r\n    text/value conversion through the TypeConverter architecture. \r\n    Classes that don't support this are serialized and stored with the \r\n    mimetype set.\r\n    \r\n    The mimetype is used for serialized objects, and tells the \r\n    ResXResourceReader how to depersist the object. This is currently not \r\n    extensible. For a given mimetype the value must be set accordingly:\r\n    \r\n    Note - application/x-microsoft.net.object.binary.base64 is the format \r\n    that the ResXResourceWriter will generate, however the reader can \r\n    read any of the formats listed below.\r\n    \r\n    mimetype: application/x-microsoft.net.object.binary.base64\r\n    value   : The object must be serialized with \r\n            : System.Runtime.Serialization.Formatters.Binary.BinaryFormatter\r\n            : and then encoded with base64 encoding.\r\n    \r\n    mimetype: application/x-microsoft.net.object.soap.base64\r\n    value   : The object must be serialized with \r\n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\r\n            : and then encoded with base64 encoding.\r\n\r\n    mimetype: application/x-microsoft.net.object.bytearray.base64\r\n    value   : The object must be serialized into a byte array \r\n            : using a System.ComponentModel.TypeConverter\r\n            : and then encoded with base64 encoding.\r\n    -->\r\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\r\n    <xsd:import namespace=\"http://www.w3.org/XML/1998/namespace\" />\r\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\r\n      <xsd:complexType>\r\n        <xsd:choice maxOccurs=\"unbounded\">\r\n          <xsd:element name=\"metadata\">\r\n            <xsd:complexType>\r\n              <xsd:sequence>\r\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\r\n              </xsd:sequence>\r\n              <xsd:attribute name=\"name\" use=\"required\" type=\"xsd:string\" />\r\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\r\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\r\n              <xsd:attribute ref=\"xml:space\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n          <xsd:element name=\"assembly\">\r\n            <xsd:complexType>\r\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n          <xsd:element name=\"data\">\r\n            <xsd:complexType>\r\n              <xsd:sequence>\r\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\r\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\r\n              </xsd:sequence>\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" msdata:Ordinal=\"1\" />\r\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\r\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\r\n              <xsd:attribute ref=\"xml:space\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n          <xsd:element name=\"resheader\">\r\n            <xsd:complexType>\r\n              <xsd:sequence>\r\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\r\n              </xsd:sequence>\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n        </xsd:choice>\r\n      </xsd:complexType>\r\n    </xsd:element>\r\n  </xsd:schema>\r\n  <resheader name=\"resmimetype\">\r\n    <value>text/microsoft-resx</value>\r\n  </resheader>\r\n  <resheader name=\"version\">\r\n    <value>2.0</value>\r\n  </resheader>\r\n  <resheader name=\"reader\">\r\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r\n  </resheader>\r\n  <resheader name=\"writer\">\r\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r\n  </resheader>\r\n  <metadata name=\"toolStrip1.TrayLocation\" type=\"System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\">\r\n    <value>17, 17</value>\r\n  </metadata>\r\n  <assembly alias=\"System.Drawing\" name=\"System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a\" />\r\n  <data name=\"toolStripButton2.Image\" type=\"System.Drawing.Bitmap, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\r\n    <value>\r\n        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8\r\n        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI\r\n        ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9\r\n        HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN\r\n        rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K\r\n        TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx\r\n        oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8\r\n        7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI\r\n        xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX\r\n        LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd\r\n        KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC\r\n</value>\r\n  </data>\r\n  <data name=\"toolStripButton3.Image\" type=\"System.Drawing.Bitmap, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\r\n    <value>\r\n        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8\r\n        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI\r\n        ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9\r\n        HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN\r\n        rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K\r\n        TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx\r\n        oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8\r\n        7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI\r\n        xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX\r\n        LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd\r\n        KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC\r\n</value>\r\n  </data>\r\n  <data name=\"mnuClear.Image\" type=\"System.Drawing.Bitmap, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\r\n    <value>\r\n        iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8\r\n        YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAIISURBVDhPpZP7S1NxGMbPPxKaXVUkMEq8IpKUCoY/hGgI\r\n        ymqkDYYXcCjDZOANURSjCNGFQUTsl4GXVMxKk62YU4fXQpaIlygHQxBRH8/zwvyaIAYe+HLgnPN8nue9\r\n        HA3nvDTq63oW/jm13XOwvPTB3DYFY5MH+bXfcN8ygfTSMSSXfESicQDxBqdYHwH29g9w2tnZ3UcguIvN\r\n        rR3417exuBJE5N1n/wfwLgXEOc38Bc6xNRHb+/y4nm49G0Bnit2zf9H6bkliE/jKuYxrd6oVgDWfjB+K\r\n        TWeKMyrGEVfowITvD9re/9ABVQrAhh0HHK+ZselMMaN/mvwtDb+aVqkA7HYIwIj3ysfluPTorJnP6Ezx\r\n        oHsD1s5ZXEktUwCOioB5f1CEPR9+wTG6iuiserTo8dkwng7HT/R+XUPF8xlcTjErAOdMcW6NW8STiwG8\r\n        7vej8oUPN/PsEv3t8Ao0TZP3T1u8uJRkUgAuSYHtO97oLxmXd5t9Ho8aPTK+GzntqNfrLm2fFoihwYOI\r\n        xGIF4KjoGBLzY1OrF9k6OOFxnwDC4wxIMX1G0pMhgVyMNyoA13PAtS7OrJk1PrC69LUdQWxuF6IybHrX\r\n        LRI7JrtZdoDAo1XmbjMyD+tjSXxGcXRmnYg5ttD9QuxDhN0uUgDOmbvNTpPOJaGAo2K36cyaGZvOFIfd\r\n        KlSA8/zRh9ABIDUG+1JpAAAAAElFTkSuQmCC\r\n</value>\r\n  </data>\r\n  <metadata name=\"$this.TrayHeight\" type=\"System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089\">\r\n    <value>25</value>\r\n  </metadata>\r\n</root>"
  },
  {
    "path": "src/JsonViewer/Program.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"Program.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nusing System;\r\nusing System.Collections.Generic;\r\nusing System.Linq;\r\nusing System.Windows.Forms;\r\n\r\nnamespace JsonViewer\r\n{\r\n    static class Program\r\n    {\r\n        /// <summary>\r\n        /// The main entry point for the application.\r\n        /// </summary>\r\n        [STAThread]\r\n        static void Main()\r\n        {\r\n            Application.EnableVisualStyles();\r\n            Application.SetCompatibleTextRenderingDefault(false);\r\n            Application.Run(new JsonViewer());\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/JsonViewer/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\r\nusing System.Runtime.CompilerServices;\r\nusing System.Runtime.InteropServices;\r\n\r\n// General Information about an assembly is controlled through the following \r\n// set of attributes. Change these attribute values to modify the information\r\n// associated with an assembly.\r\n[assembly: AssemblyTitle(\"JsonViewer\")]\r\n[assembly: AssemblyDescription(\"\")]\r\n[assembly: AssemblyConfiguration(\"\")]\r\n[assembly: AssemblyCompany(\"The Outercurve Foundation\")]\r\n[assembly: AssemblyProduct(\"JsonViewer\")]\r\n[assembly: AssemblyCopyright(\"Copyright © The Outercurve Foundation 2011\")]\r\n[assembly: AssemblyTrademark(\"\")]\r\n[assembly: AssemblyCulture(\"\")]\r\n\r\n// Setting ComVisible to false makes the types in this assembly not visible \r\n// to COM components.  If you need to access a type in this assembly from \r\n// COM, set the ComVisible attribute to true on that type.\r\n[assembly: ComVisible(false)]\r\n\r\n// The following GUID is for the ID of the typelib if this project is exposed to COM\r\n[assembly: Guid(\"49995661-8835-4e5a-9863-95ebf1f74cd2\")]\r\n\r\n// Version information for an assembly consists of the following four values:\r\n//\r\n//      Major Version\r\n//      Minor Version \r\n//      Build Number\r\n//      Revision\r\n//\r\n// You can specify all the values or you can default the Build and Revision Numbers \r\n// by using the '*' as shown below:\r\n// [assembly: AssemblyVersion(\"1.0.*\")]\r\n[assembly: AssemblyVersion(\"1.0.0.0\")]\r\n[assembly: AssemblyFileVersion(\"1.0.0.0\")]\r\n"
  },
  {
    "path": "src/JsonViewer/Properties/Resources.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\r\n// <auto-generated>\r\n//     This code was generated by a tool.\r\n//     Runtime Version:4.0.30319.1\r\n//\r\n//     Changes to this file may cause incorrect behavior and will be lost if\r\n//     the code is regenerated.\r\n// </auto-generated>\r\n//------------------------------------------------------------------------------\r\n\r\nnamespace JsonViewer.Properties\r\n{\r\n\r\n\r\n    /// <summary>\r\n    ///   A strongly-typed resource class, for looking up localized strings, etc.\r\n    /// </summary>\r\n    // This class was auto-generated by the StronglyTypedResourceBuilder\r\n    // class via a tool like ResGen or Visual Studio.\r\n    // To add or remove a member, edit your .ResX file then rerun ResGen\r\n    // with the /str option, or rebuild your VS project.\r\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"System.Resources.Tools.StronglyTypedResourceBuilder\", \"4.0.0.0\")]\r\n    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]\r\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r\n    internal class Resources\r\n    {\r\n\r\n        private static global::System.Resources.ResourceManager resourceMan;\r\n\r\n        private static global::System.Globalization.CultureInfo resourceCulture;\r\n\r\n        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute(\"Microsoft.Performance\", \"CA1811:AvoidUncalledPrivateCode\")]\r\n        internal Resources()\r\n        {\r\n        }\r\n\r\n        /// <summary>\r\n        ///   Returns the cached ResourceManager instance used by this class.\r\n        /// </summary>\r\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r\n        internal static global::System.Resources.ResourceManager ResourceManager\r\n        {\r\n            get\r\n            {\r\n                if ((resourceMan == null))\r\n                {\r\n                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager(\"JsonViewer.Properties.Resources\", typeof(Resources).Assembly);\r\n                    resourceMan = temp;\r\n                }\r\n                return resourceMan;\r\n            }\r\n        }\r\n\r\n        /// <summary>\r\n        ///   Overrides the current thread's CurrentUICulture property for all\r\n        ///   resource lookups using this strongly typed resource class.\r\n        /// </summary>\r\n        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]\r\n        internal static global::System.Globalization.CultureInfo Culture\r\n        {\r\n            get\r\n            {\r\n                return resourceCulture;\r\n            }\r\n            set\r\n            {\r\n                resourceCulture = value;\r\n            }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/JsonViewer/Properties/Resources.resx",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<root>\r\n  <!-- \r\n    Microsoft ResX Schema \r\n    \r\n    Version 2.0\r\n    \r\n    The primary goals of this format is to allow a simple XML format \r\n    that is mostly human readable. The generation and parsing of the \r\n    various data types are done through the TypeConverter classes \r\n    associated with the data types.\r\n    \r\n    Example:\r\n    \r\n    ... ado.net/XML headers & schema ...\r\n    <resheader name=\"resmimetype\">text/microsoft-resx</resheader>\r\n    <resheader name=\"version\">2.0</resheader>\r\n    <resheader name=\"reader\">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>\r\n    <resheader name=\"writer\">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>\r\n    <data name=\"Name1\"><value>this is my long string</value><comment>this is a comment</comment></data>\r\n    <data name=\"Color1\" type=\"System.Drawing.Color, System.Drawing\">Blue</data>\r\n    <data name=\"Bitmap1\" mimetype=\"application/x-microsoft.net.object.binary.base64\">\r\n        <value>[base64 mime encoded serialized .NET Framework object]</value>\r\n    </data>\r\n    <data name=\"Icon1\" type=\"System.Drawing.Icon, System.Drawing\" mimetype=\"application/x-microsoft.net.object.bytearray.base64\">\r\n        <value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>\r\n        <comment>This is a comment</comment>\r\n    </data>\r\n                \r\n    There are any number of \"resheader\" rows that contain simple \r\n    name/value pairs.\r\n    \r\n    Each data row contains a name, and value. The row also contains a \r\n    type or mimetype. Type corresponds to a .NET class that support \r\n    text/value conversion through the TypeConverter architecture. \r\n    Classes that don't support this are serialized and stored with the \r\n    mimetype set.\r\n    \r\n    The mimetype is used for serialized objects, and tells the \r\n    ResXResourceReader how to depersist the object. This is currently not \r\n    extensible. For a given mimetype the value must be set accordingly:\r\n    \r\n    Note - application/x-microsoft.net.object.binary.base64 is the format \r\n    that the ResXResourceWriter will generate, however the reader can \r\n    read any of the formats listed below.\r\n    \r\n    mimetype: application/x-microsoft.net.object.binary.base64\r\n    value   : The object must be serialized with \r\n            : System.Serialization.Formatters.Binary.BinaryFormatter\r\n            : and then encoded with base64 encoding.\r\n    \r\n    mimetype: application/x-microsoft.net.object.soap.base64\r\n    value   : The object must be serialized with \r\n            : System.Runtime.Serialization.Formatters.Soap.SoapFormatter\r\n            : and then encoded with base64 encoding.\r\n\r\n    mimetype: application/x-microsoft.net.object.bytearray.base64\r\n    value   : The object must be serialized into a byte array \r\n            : using a System.ComponentModel.TypeConverter\r\n            : and then encoded with base64 encoding.\r\n    -->\r\n  <xsd:schema id=\"root\" xmlns=\"\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" xmlns:msdata=\"urn:schemas-microsoft-com:xml-msdata\">\r\n    <xsd:element name=\"root\" msdata:IsDataSet=\"true\">\r\n      <xsd:complexType>\r\n        <xsd:choice maxOccurs=\"unbounded\">\r\n          <xsd:element name=\"metadata\">\r\n            <xsd:complexType>\r\n              <xsd:sequence>\r\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" />\r\n              </xsd:sequence>\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\r\n              <xsd:attribute name=\"type\" type=\"xsd:string\" />\r\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n          <xsd:element name=\"assembly\">\r\n            <xsd:complexType>\r\n              <xsd:attribute name=\"alias\" type=\"xsd:string\" />\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n          <xsd:element name=\"data\">\r\n            <xsd:complexType>\r\n              <xsd:sequence>\r\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\r\n                <xsd:element name=\"comment\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"2\" />\r\n              </xsd:sequence>\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" msdata:Ordinal=\"1\" />\r\n              <xsd:attribute name=\"type\" type=\"xsd:string\" msdata:Ordinal=\"3\" />\r\n              <xsd:attribute name=\"mimetype\" type=\"xsd:string\" msdata:Ordinal=\"4\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n          <xsd:element name=\"resheader\">\r\n            <xsd:complexType>\r\n              <xsd:sequence>\r\n                <xsd:element name=\"value\" type=\"xsd:string\" minOccurs=\"0\" msdata:Ordinal=\"1\" />\r\n              </xsd:sequence>\r\n              <xsd:attribute name=\"name\" type=\"xsd:string\" use=\"required\" />\r\n            </xsd:complexType>\r\n          </xsd:element>\r\n        </xsd:choice>\r\n      </xsd:complexType>\r\n    </xsd:element>\r\n  </xsd:schema>\r\n  <resheader name=\"resmimetype\">\r\n    <value>text/microsoft-resx</value>\r\n  </resheader>\r\n  <resheader name=\"version\">\r\n    <value>2.0</value>\r\n  </resheader>\r\n  <resheader name=\"reader\">\r\n    <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r\n  </resheader>\r\n  <resheader name=\"writer\">\r\n    <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>\r\n  </resheader>\r\n</root>"
  },
  {
    "path": "src/JsonViewer/Properties/Settings.Designer.cs",
    "content": "﻿//------------------------------------------------------------------------------\r\n// <auto-generated>\r\n//     This code was generated by a tool.\r\n//     Runtime Version:4.0.30319.1\r\n//\r\n//     Changes to this file may cause incorrect behavior and will be lost if\r\n//     the code is regenerated.\r\n// </auto-generated>\r\n//------------------------------------------------------------------------------\r\n\r\nnamespace JsonViewer.Properties\r\n{\r\n\r\n\r\n    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]\r\n    [global::System.CodeDom.Compiler.GeneratedCodeAttribute(\"Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator\", \"10.0.0.0\")]\r\n    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase\r\n    {\r\n\r\n        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));\r\n\r\n        public static Settings Default\r\n        {\r\n            get\r\n            {\r\n                return defaultInstance;\r\n            }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/JsonViewer/Properties/Settings.settings",
    "content": "﻿<?xml version='1.0' encoding='utf-8'?>\r\n<SettingsFile xmlns=\"http://schemas.microsoft.com/VisualStudio/2004/01/settings\" CurrentProfile=\"(Default)\">\r\n  <Profiles>\r\n    <Profile Name=\"(Default)\" />\r\n  </Profiles>\r\n  <Settings />\r\n</SettingsFile>\r\n"
  },
  {
    "path": "src/SimpleJson/EscapeToJavascriptStringTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class EscapeToJavascriptStringTests\r\n    {\r\n        [TestMethod]\r\n        public void BackSlash()\r\n        {\r\n            var serialized = SimpleJson.SerializeObject(\"c:\\\\haha.pl\");\r\n            var result = SimpleJson.EscapeToJavascriptString(serialized);\r\n\r\n            Assert.AreEqual(\"\\\"c:\\\\haha.pl\\\"\", result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void BackSlashWithT()\r\n        {\r\n            var serialized = SimpleJson.SerializeObject(\"c:\\\\taha.pl\");\r\n            var result = SimpleJson.EscapeToJavascriptString(serialized);\r\n\r\n            Assert.AreEqual(\"\\\"c:\\\\taha.pl\\\"\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\r\nusing System.Runtime.CompilerServices;\r\nusing System.Runtime.InteropServices;\r\n\r\n// General Information about an assembly is controlled through the following \r\n// set of attributes. Change these attribute values to modify the information\r\n// associated with an assembly.\r\n[assembly: AssemblyTitle(\"SimpleJson\")]\r\n[assembly: AssemblyDescription(\"\")]\r\n[assembly: AssemblyConfiguration(\"\")]\r\n[assembly: AssemblyCompany(\"The Outercurve Foundation\")]\r\n[assembly: AssemblyProduct(\"SimpleJson\")]\r\n[assembly: AssemblyCopyright(\"Copyright © 2011, The Outercurve Foundation\")]\r\n[assembly: AssemblyTrademark(\"\")]\r\n[assembly: AssemblyCulture(\"\")]\r\n\r\n// Setting ComVisible to false makes the types in this assembly not visible \r\n// to COM components.  If you need to access a type in this assembly from \r\n// COM, set the ComVisible attribute to true on that type.\r\n//[assembly: ComVisible(false)]\r\n\r\n// The following GUID is for the ID of the typelib if this project is exposed to COM\r\n//[assembly: Guid(\"77870c51-c5f2-4c33-891e-1a2f1777bb09\")]\r\n\r\n// Version information for an assembly consists of the following four values:\r\n//\r\n//      Major Version\r\n//      Minor Version \r\n//      Build Number\r\n//      Revision\r\n//\r\n// You can specify all the values or you can default the Build and Revision Numbers \r\n// by using the '*' as shown below:\r\n// [assembly: AssemblyVersion(\"1.0.*\")]\r\n[assembly: AssemblyVersion(\"0.1.0.0\")]\r\n[assembly: AssemblyFileVersion(\"0.1.0.0\")]\r\n\r\n[assembly: InternalsVisibleTo(\"SimpleJson.Tests\")]\r\n"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Net20.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{02523326-C4CA-45B1-9C1B-2438D218A5C0}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson</AssemblyName>\r\n    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net20\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n    <PlatformTarget>AnyCPU</PlatformTarget>\r\n    <LangVersion>ISO-2</LangVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net20\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SIMPLE_JSON_NO_LINQ_EXPRESSION;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Data\" />\r\n    <Reference Include=\"System.Xml\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"EscapeToJavascriptStringTests.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Net35.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{5033CD0A-483B-4E41-87A2-D0F65905B5D3}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson</AssemblyName>\r\n    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n    <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net35\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net35\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Net40.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n    <TargetFrameworkProfile>Client</TargetFrameworkProfile>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net40\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_DYNAMIC;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net40\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_DYNAMIC;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Net45.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{19F83E93-3679-4A93-8E3B-707050A96E85}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson-Net45</AssemblyName>\r\n    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net45\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_DYNAMIC;SIMPLE_JSON_READONLY_COLLECTIONS</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\Net45\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_DYNAMIC;SIMPLE_JSON_READONLY_COLLECTIONS</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Core\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n    <Reference Include=\"System.Xml.Linq\" />\r\n    <Reference Include=\"System.Data.DataSetExtensions\" />\r\n    <Reference Include=\"Microsoft.CSharp\" />\r\n    <Reference Include=\"System.Data\" />\r\n    <Reference Include=\"System.Xml\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Portable-NoLinqExpression.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson-Portable-NoLinqExpression</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <TargetFrameworkProfile>Profile136</TargetFrameworkProfile>\r\n    <FileAlignment>512</FileAlignment>\r\n    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r\n    <FileUpgradeFlags>\r\n    </FileUpgradeFlags>\r\n    <UpgradeBackupLocation>\r\n    </UpgradeBackupLocation>\r\n    <OldToolsVersion>4.0</OldToolsVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\PCL-NOLINQ\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_NO_LINQ_EXPRESSION;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n    <LangVersion>ISO-2</LangVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\PCL-NOLINQ\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SIMPLE_JSON_NO_LINQ_EXPRESSION;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n    <LangVersion>ISO-2</LangVersion>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <!-- A reference to the entire .NET Framework is automatically included -->\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath32)\\Microsoft\\Portable\\$(TargetFrameworkVersion)\\Microsoft.Portable.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Portable-WP8WinStoreNet45.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <MinimumVisualStudioVersion>11.0</MinimumVisualStudioVersion>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson_Portable_WP8WinStoreNet45</RootNamespace>\r\n    <AssemblyName>SimpleJson-Portable-WP8WinStoreNet45</AssemblyName>\r\n    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r\n    <TargetFrameworkProfile>Profile78</TargetFrameworkProfile>\r\n    <FileAlignment>512</FileAlignment>\r\n    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\PCLiWP8WinStoreNet45\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_TYPEINFO;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_READONLY_COLLECTIONS</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\PCLiWP8WinStoreNet45\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SIMPLE_JSON_TYPEINFO;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_READONLY_COLLECTIONS</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <!-- A reference to the entire .NET Framework is automatically included -->\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath32)\\Microsoft\\Portable\\$(TargetFrameworkVersion)\\Microsoft.Portable.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-Portable.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProjectGuid>{8264C25C-4195-4D37-B848-DE6A5C4F27CC}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson-Portable</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <TargetFrameworkProfile>Profile136</TargetFrameworkProfile>\r\n    <FileAlignment>512</FileAlignment>\r\n    <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r\n    <FileUpgradeFlags>\r\n    </FileUpgradeFlags>\r\n    <UpgradeBackupLocation>\r\n    </UpgradeBackupLocation>\r\n    <OldToolsVersion>4.0</OldToolsVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\PCL\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n    <LangVersion>ISO-2</LangVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\PCL\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <!-- A reference to the entire .NET Framework is automatically included -->\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath32)\\Microsoft\\Portable\\$(TargetFrameworkVersion)\\Microsoft.Portable.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-SL4.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.50727</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}</ProjectGuid>\r\n    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson</AssemblyName>\r\n    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r\n    <SilverlightApplication>false</SilverlightApplication>\r\n    <ValidateXaml>true</ValidateXaml>\r\n    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r\n  </PropertyGroup>\r\n  <!-- This property group is only here to support building this project using the \r\n       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs \r\n       to set the TargetFrameworkVersion to v3.5 -->\r\n  <PropertyGroup Condition=\"'$(MSBuildToolsVersion)' == '3.5'\">\r\n    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\SL4\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SILVERLIGHT;SIMPLE_JSON_DYNAMIC;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\SL4\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SILVERLIGHT;SIMPLE_JSON_DYNAMIC;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"mscorlib\" />\r\n    <Reference Include=\"system\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath32)\\Microsoft\\Silverlight\\$(SilverlightVersion)\\Microsoft.Silverlight.CSharp.targets\" />\r\n  <ProjectExtensions>\r\n    <VisualStudio>\r\n      <FlavorProperties GUID=\"{A1591282-1198-4647-A2B1-27E5FF5F6F3B}\">\r\n        <SilverlightProjectProperties />\r\n      </FlavorProperties>\r\n    </VisualStudio>\r\n  </ProjectExtensions>\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-SL5.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.50727</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{F918711A-6A76-488E-8990-0F0B73E1F532}</ProjectGuid>\r\n    <ProjectTypeGuids>{A1591282-1198-4647-A2B1-27E5FF5F6F3B};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson</AssemblyName>\r\n    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r\n    <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>\r\n    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r\n    <SilverlightApplication>false</SilverlightApplication>\r\n    <ValidateXaml>true</ValidateXaml>\r\n    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r\n    <TargetFrameworkProfile />\r\n  </PropertyGroup>\r\n  <!-- This property group is only here to support building this project using the \r\n       MSBuild 3.5 toolset. In order to work correctly with this older toolset, it needs \r\n       to set the TargetFrameworkVersion to v3.5 -->\r\n  <PropertyGroup Condition=\"'$(MSBuildToolsVersion)' == '3.5'\">\r\n    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\SL5\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SILVERLIGHT;SIMPLE_JSON_DYNAMIC;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\SL5\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SILVERLIGHT;SIMPLE_JSON_DYNAMIC;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"mscorlib\" />\r\n    <Reference Include=\"system\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath32)\\Microsoft\\Silverlight\\$(SilverlightVersion)\\Microsoft.Silverlight.CSharp.targets\" />\r\n  <ProjectExtensions>\r\n    <VisualStudio>\r\n      <FlavorProperties GUID=\"{A1591282-1198-4647-A2B1-27E5FF5F6F3B}\">\r\n        <SilverlightProjectProperties />\r\n      </FlavorProperties>\r\n    </VisualStudio>\r\n  </ProjectExtensions>\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-WP7.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>10.0.20506</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}</ProjectGuid>\r\n    <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r\n    <TargetFrameworkProfile>WindowsPhone</TargetFrameworkProfile>\r\n    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r\n    <SilverlightApplication>false</SilverlightApplication>\r\n    <ValidateXaml>true</ValidateXaml>\r\n    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\WP7\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_NO_LINQ_EXPRESSION;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\WP7\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE;SIMPLE_JSON_DATACONTRACT;SIMPLE_JSON_NO_LINQ_EXPRESSION;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"system\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\Silverlight for Phone\\$(TargetFrameworkVersion)\\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets\" />\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\Silverlight for Phone\\$(TargetFrameworkVersion)\\Microsoft.Silverlight.CSharp.targets\" />\r\n  <ProjectExtensions />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-WP71.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>10.0.20506</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{954977A1-6134-4F60-A0B7-FF041828E267}</ProjectGuid>\r\n    <ProjectTypeGuids>{C089C8C0-30E0-4E22-80C0-CE093F111A43};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson_WP71</RootNamespace>\r\n    <AssemblyName>SimpleJson-WP71</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <SilverlightVersion>$(TargetFrameworkVersion)</SilverlightVersion>\r\n    <TargetFrameworkProfile>WindowsPhone71</TargetFrameworkProfile>\r\n    <TargetFrameworkIdentifier>Silverlight</TargetFrameworkIdentifier>\r\n    <SilverlightApplication>false</SilverlightApplication>\r\n    <ValidateXaml>true</ValidateXaml>\r\n    <ThrowErrorsInValidation>true</ThrowErrorsInValidation>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\WP71\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;SILVERLIGHT;WINDOWS_PHONE;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\WP71\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;SILVERLIGHT;WINDOWS_PHONE;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <NoStdLib>true</NoStdLib>\r\n    <NoConfig>true</NoConfig>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n    <Reference Include=\"System.Windows\" />\r\n    <Reference Include=\"system\" />\r\n    <Reference Include=\"System.Core\" />\r\n    <Reference Include=\"System.Xml\" />\r\n    <Reference Include=\"System.Net\" />\r\n    <Reference Include=\"mscorlib.extensions\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\Silverlight for Phone\\$(TargetFrameworkVersion)\\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets\" />\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\Silverlight for Phone\\$(TargetFrameworkVersion)\\Microsoft.Silverlight.CSharp.targets\" />\r\n  <ProjectExtensions />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson-WindowsStore.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{95427DE1-88B5-4679-9D96-B7AC4739A7FA}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson</RootNamespace>\r\n    <AssemblyName>SimpleJson-WindowsStore</AssemblyName>\r\n    <DefaultLanguage>en-US</DefaultLanguage>\r\n    <FileAlignment>512</FileAlignment>\r\n    <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>bin\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>bin\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|ARM'\">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <OutputPath>bin\\ARM\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>full</DebugType>\r\n    <PlatformTarget>ARM</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|ARM'\">\r\n    <OutputPath>bin\\ARM\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <Optimize>true</Optimize>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>pdbonly</DebugType>\r\n    <PlatformTarget>ARM</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|x64'\">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <OutputPath>bin\\x64\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>full</DebugType>\r\n    <PlatformTarget>x64</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|x64'\">\r\n    <OutputPath>bin\\x64\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <Optimize>true</Optimize>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>pdbonly</DebugType>\r\n    <PlatformTarget>x64</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|x86'\">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <OutputPath>..\\..\\bin\\WindowsStore\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;NETFX_CORE;SIMPLE_JSON_DYNAMIC;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>full</DebugType>\r\n    <PlatformTarget>x86</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|x86'\">\r\n    <OutputPath>..\\..\\bin\\WindowsStore\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE;SIMPLE_JSON_DYNAMIC;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <Optimize>true</Optimize>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>pdbonly</DebugType>\r\n    <PlatformTarget>x86</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <!-- A reference to the entire .Net Framework and Windows SDK are automatically included -->\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SimpleJson.cs\" />\r\n  </ItemGroup>\r\n  <PropertyGroup Condition=\" '$(VisualStudioVersion)' == '' or '$(VisualStudioVersion)' &lt; '12.0' \">\r\n    <VisualStudioVersion>12.0</VisualStudioVersion>\r\n  </PropertyGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\WindowsXaml\\v$(VisualStudioVersion)\\Microsoft.Windows.UI.Xaml.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson/SimpleJson.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"SimpleJson.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\n// VERSION:\r\n\r\n// NOTE: uncomment the following line to make SimpleJson class internal.\r\n//#define SIMPLE_JSON_INTERNAL\r\n\r\n// NOTE: uncomment the following line to make JsonArray and JsonObject class internal.\r\n//#define SIMPLE_JSON_OBJARRAYINTERNAL\r\n\r\n// NOTE: uncomment the following line to enable dynamic support.\r\n//#define SIMPLE_JSON_DYNAMIC\r\n\r\n// NOTE: uncomment the following line to enable DataContract support.\r\n//#define SIMPLE_JSON_DATACONTRACT\r\n\r\n// NOTE: uncomment the following line to enable IReadOnlyCollection<T> and IReadOnlyList<T> support.\r\n//#define SIMPLE_JSON_READONLY_COLLECTIONS\r\n\r\n// NOTE: uncomment the following line to disable linq expressions/compiled lambda (better performance) instead of method.invoke().\r\n// define if you are using .net framework <= 3.0 or < WP7.5\r\n//#define SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n\r\n// NOTE: uncomment the following line if you are compiling under Window Metro style application/library.\r\n// usually already defined in properties\r\n//#define NETFX_CORE;\r\n\r\n// If you are targetting WinStore, WP8 and NET4.5+ PCL make sure to #define SIMPLE_JSON_TYPEINFO;\r\n\r\n// original json parsing code from http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-own-parser-for-JSON.html\r\n\r\n#if NETFX_CORE\r\n#define SIMPLE_JSON_TYPEINFO\r\n#endif\r\n\r\nusing System;\r\nusing System.CodeDom.Compiler;\r\nusing System.Collections;\r\nusing System.Collections.Generic;\r\n#if !SIMPLE_JSON_NO_LINQ_EXPRESSION\r\nusing System.Linq.Expressions;\r\n#endif\r\nusing System.ComponentModel;\r\nusing System.Diagnostics.CodeAnalysis;\r\n#if SIMPLE_JSON_DYNAMIC\r\nusing System.Dynamic;\r\n#endif\r\nusing System.Globalization;\r\nusing System.Reflection;\r\nusing System.Runtime.Serialization;\r\nusing System.Text;\r\nusing SimpleJson.Reflection;\r\n\r\n// ReSharper disable LoopCanBeConvertedToQuery\r\n// ReSharper disable RedundantExplicitArrayCreation\r\n// ReSharper disable SuggestUseVarKeywordEvident\r\nnamespace SimpleJson\r\n{\r\n    /// <summary>\r\n    /// Represents the json array.\r\n    /// </summary>\r\n    [GeneratedCode(\"simple-json\", \"1.0.0\")]\r\n    [EditorBrowsable(EditorBrowsableState.Never)]\r\n    [SuppressMessage(\"Microsoft.Naming\", \"CA1710:IdentifiersShouldHaveCorrectSuffix\")]\r\n#if SIMPLE_JSON_OBJARRAYINTERNAL\r\n    internal\r\n#else\r\n    public\r\n#endif\r\n class JsonArray : List<object>\r\n    {\r\n        /// <summary>\r\n        /// Initializes a new instance of the <see cref=\"JsonArray\"/> class. \r\n        /// </summary>\r\n        public JsonArray() { }\r\n\r\n        /// <summary>\r\n        /// Initializes a new instance of the <see cref=\"JsonArray\"/> class. \r\n        /// </summary>\r\n        /// <param name=\"capacity\">The capacity of the json array.</param>\r\n        public JsonArray(int capacity) : base(capacity) { }\r\n\r\n        /// <summary>\r\n        /// The json representation of the array.\r\n        /// </summary>\r\n        /// <returns>The json representation of the array.</returns>\r\n        public override string ToString()\r\n        {\r\n            return SimpleJson.SerializeObject(this) ?? string.Empty;\r\n        }\r\n    }\r\n\r\n    /// <summary>\r\n    /// Represents the json object.\r\n    /// </summary>\r\n    [GeneratedCode(\"simple-json\", \"1.0.0\")]\r\n    [EditorBrowsable(EditorBrowsableState.Never)]\r\n    [SuppressMessage(\"Microsoft.Naming\", \"CA1710:IdentifiersShouldHaveCorrectSuffix\")]\r\n#if SIMPLE_JSON_OBJARRAYINTERNAL\r\n    internal\r\n#else\r\n    public\r\n#endif\r\n class JsonObject :\r\n#if SIMPLE_JSON_DYNAMIC\r\n DynamicObject,\r\n#endif\r\n IDictionary<string, object>\r\n    {\r\n        /// <summary>\r\n        /// The internal member dictionary.\r\n        /// </summary>\r\n        private readonly Dictionary<string, object> _members;\r\n\r\n        /// <summary>\r\n        /// Initializes a new instance of <see cref=\"JsonObject\"/>.\r\n        /// </summary>\r\n        public JsonObject()\r\n        {\r\n            _members = new Dictionary<string, object>();\r\n        }\r\n\r\n        /// <summary>\r\n        /// Initializes a new instance of <see cref=\"JsonObject\"/>.\r\n        /// </summary>\r\n        /// <param name=\"comparer\">The <see cref=\"T:System.Collections.Generic.IEqualityComparer`1\"/> implementation to use when comparing keys, or null to use the default <see cref=\"T:System.Collections.Generic.EqualityComparer`1\"/> for the type of the key.</param>\r\n        public JsonObject(IEqualityComparer<string> comparer)\r\n        {\r\n            _members = new Dictionary<string, object>(comparer);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets the <see cref=\"System.Object\"/> at the specified index.\r\n        /// </summary>\r\n        /// <value></value>\r\n        public object this[int index]\r\n        {\r\n            get { return GetAtIndex(_members, index); }\r\n        }\r\n\r\n        internal static object GetAtIndex(IDictionary<string, object> obj, int index)\r\n        {\r\n            if (obj == null)\r\n                throw new ArgumentNullException(\"obj\");\r\n            if (index >= obj.Count)\r\n                throw new ArgumentOutOfRangeException(\"index\");\r\n            int i = 0;\r\n            foreach (KeyValuePair<string, object> o in obj)\r\n                if (i++ == index) return o.Value;\r\n            return null;\r\n        }\r\n\r\n        /// <summary>\r\n        /// Adds the specified key.\r\n        /// </summary>\r\n        /// <param name=\"key\">The key.</param>\r\n        /// <param name=\"value\">The value.</param>\r\n        public void Add(string key, object value)\r\n        {\r\n            _members.Add(key, value);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Determines whether the specified key contains key.\r\n        /// </summary>\r\n        /// <param name=\"key\">The key.</param>\r\n        /// <returns>\r\n        ///     <c>true</c> if the specified key contains key; otherwise, <c>false</c>.\r\n        /// </returns>\r\n        public bool ContainsKey(string key)\r\n        {\r\n            return _members.ContainsKey(key);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets the keys.\r\n        /// </summary>\r\n        /// <value>The keys.</value>\r\n        public ICollection<string> Keys\r\n        {\r\n            get { return _members.Keys; }\r\n        }\r\n\r\n        /// <summary>\r\n        /// Removes the specified key.\r\n        /// </summary>\r\n        /// <param name=\"key\">The key.</param>\r\n        /// <returns></returns>\r\n        public bool Remove(string key)\r\n        {\r\n            return _members.Remove(key);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Tries the get value.\r\n        /// </summary>\r\n        /// <param name=\"key\">The key.</param>\r\n        /// <param name=\"value\">The value.</param>\r\n        /// <returns></returns>\r\n        public bool TryGetValue(string key, out object value)\r\n        {\r\n            return _members.TryGetValue(key, out value);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets the values.\r\n        /// </summary>\r\n        /// <value>The values.</value>\r\n        public ICollection<object> Values\r\n        {\r\n            get { return _members.Values; }\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets or sets the <see cref=\"System.Object\"/> with the specified key.\r\n        /// </summary>\r\n        /// <value></value>\r\n        public object this[string key]\r\n        {\r\n            get { return _members[key]; }\r\n            set { _members[key] = value; }\r\n        }\r\n\r\n        /// <summary>\r\n        /// Adds the specified item.\r\n        /// </summary>\r\n        /// <param name=\"item\">The item.</param>\r\n        public void Add(KeyValuePair<string, object> item)\r\n        {\r\n            _members.Add(item.Key, item.Value);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Clears this instance.\r\n        /// </summary>\r\n        public void Clear()\r\n        {\r\n            _members.Clear();\r\n        }\r\n\r\n        /// <summary>\r\n        /// Determines whether [contains] [the specified item].\r\n        /// </summary>\r\n        /// <param name=\"item\">The item.</param>\r\n        /// <returns>\r\n        /// \t<c>true</c> if [contains] [the specified item]; otherwise, <c>false</c>.\r\n        /// </returns>\r\n        public bool Contains(KeyValuePair<string, object> item)\r\n        {\r\n            return _members.ContainsKey(item.Key) && _members[item.Key] == item.Value;\r\n        }\r\n\r\n        /// <summary>\r\n        /// Copies to.\r\n        /// </summary>\r\n        /// <param name=\"array\">The array.</param>\r\n        /// <param name=\"arrayIndex\">Index of the array.</param>\r\n        public void CopyTo(KeyValuePair<string, object>[] array, int arrayIndex)\r\n        {\r\n            if (array == null) throw new ArgumentNullException(\"array\");\r\n            int num = Count;\r\n            foreach (KeyValuePair<string, object> kvp in this)\r\n            {\r\n                array[arrayIndex++] = kvp;\r\n                if (--num <= 0)\r\n                    return;\r\n            }\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets the count.\r\n        /// </summary>\r\n        /// <value>The count.</value>\r\n        public int Count\r\n        {\r\n            get { return _members.Count; }\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets a value indicating whether this instance is read only.\r\n        /// </summary>\r\n        /// <value>\r\n        /// \t<c>true</c> if this instance is read only; otherwise, <c>false</c>.\r\n        /// </value>\r\n        public bool IsReadOnly\r\n        {\r\n            get { return false; }\r\n        }\r\n\r\n        /// <summary>\r\n        /// Removes the specified item.\r\n        /// </summary>\r\n        /// <param name=\"item\">The item.</param>\r\n        /// <returns></returns>\r\n        public bool Remove(KeyValuePair<string, object> item)\r\n        {\r\n            return _members.Remove(item.Key);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Gets the enumerator.\r\n        /// </summary>\r\n        /// <returns></returns>\r\n        public IEnumerator<KeyValuePair<string, object>> GetEnumerator()\r\n        {\r\n            return _members.GetEnumerator();\r\n        }\r\n\r\n        /// <summary>\r\n        /// Returns an enumerator that iterates through a collection.\r\n        /// </summary>\r\n        /// <returns>\r\n        /// An <see cref=\"T:System.Collections.IEnumerator\"/> object that can be used to iterate through the collection.\r\n        /// </returns>\r\n        IEnumerator IEnumerable.GetEnumerator()\r\n        {\r\n            return _members.GetEnumerator();\r\n        }\r\n\r\n        /// <summary>\r\n        /// Returns a json <see cref=\"T:System.String\"/> that represents the current <see cref=\"T:System.Object\"/>.\r\n        /// </summary>\r\n        /// <returns>\r\n        /// A json <see cref=\"T:System.String\"/> that represents the current <see cref=\"T:System.Object\"/>.\r\n        /// </returns>\r\n        public override string ToString()\r\n        {\r\n            return SimpleJson.SerializeObject(this);\r\n        }\r\n\r\n#if SIMPLE_JSON_DYNAMIC\r\n        /// <summary>\r\n        /// Provides implementation for type conversion operations. Classes derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class can override this method to specify dynamic behavior for operations that convert an object from one type to another.\r\n        /// </summary>\r\n        /// <param name=\"binder\">Provides information about the conversion operation. The binder.Type property provides the type to which the object must be converted. For example, for the statement (String)sampleObject in C# (CType(sampleObject, Type) in Visual Basic), where sampleObject is an instance of the class derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class, binder.Type returns the <see cref=\"T:System.String\"/> type. The binder.Explicit property provides information about the kind of conversion that occurs. It returns true for explicit conversion and false for implicit conversion.</param>\r\n        /// <param name=\"result\">The result of the type conversion operation.</param>\r\n        /// <returns>\r\n        /// Alwasy returns true.\r\n        /// </returns>\r\n        public override bool TryConvert(ConvertBinder binder, out object result)\r\n        {\r\n            // <pex>\r\n            if (binder == null)\r\n                throw new ArgumentNullException(\"binder\");\r\n            // </pex>\r\n            Type targetType = binder.Type;\r\n\r\n            if ((targetType == typeof(IEnumerable)) ||\r\n                (targetType == typeof(IEnumerable<KeyValuePair<string, object>>)) ||\r\n                (targetType == typeof(IDictionary<string, object>)) ||\r\n                (targetType == typeof(IDictionary)))\r\n            {\r\n                result = this;\r\n                return true;\r\n            }\r\n\r\n            return base.TryConvert(binder, out result);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Provides the implementation for operations that delete an object member. This method is not intended for use in C# or Visual Basic.\r\n        /// </summary>\r\n        /// <param name=\"binder\">Provides information about the deletion.</param>\r\n        /// <returns>\r\n        /// Alwasy returns true.\r\n        /// </returns>\r\n        public override bool TryDeleteMember(DeleteMemberBinder binder)\r\n        {\r\n            // <pex>\r\n            if (binder == null)\r\n                throw new ArgumentNullException(\"binder\");\r\n            // </pex>\r\n            return _members.Remove(binder.Name);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Provides the implementation for operations that get a value by index. Classes derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class can override this method to specify dynamic behavior for indexing operations.\r\n        /// </summary>\r\n        /// <param name=\"binder\">Provides information about the operation.</param>\r\n        /// <param name=\"indexes\">The indexes that are used in the operation. For example, for the sampleObject[3] operation in C# (sampleObject(3) in Visual Basic), where sampleObject is derived from the DynamicObject class, <paramref name=\"indexes\"/> is equal to 3.</param>\r\n        /// <param name=\"result\">The result of the index operation.</param>\r\n        /// <returns>\r\n        /// Alwasy returns true.\r\n        /// </returns>\r\n        public override bool TryGetIndex(GetIndexBinder binder, object[] indexes, out object result)\r\n        {\r\n            if (indexes == null) throw new ArgumentNullException(\"indexes\");\r\n            if (indexes.Length == 1)\r\n            {\r\n                result = ((IDictionary<string, object>)this)[(string)indexes[0]];\r\n                return true;\r\n            }\r\n            result = null;\r\n            return true;\r\n        }\r\n\r\n        /// <summary>\r\n        /// Provides the implementation for operations that get member values. Classes derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class can override this method to specify dynamic behavior for operations such as getting a value for a property.\r\n        /// </summary>\r\n        /// <param name=\"binder\">Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member on which the dynamic operation is performed. For example, for the Console.WriteLine(sampleObject.SampleProperty) statement, where sampleObject is an instance of the class derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class, binder.Name returns \"SampleProperty\". The binder.IgnoreCase property specifies whether the member name is case-sensitive.</param>\r\n        /// <param name=\"result\">The result of the get operation. For example, if the method is called for a property, you can assign the property value to <paramref name=\"result\"/>.</param>\r\n        /// <returns>\r\n        /// Alwasy returns true.\r\n        /// </returns>\r\n        public override bool TryGetMember(GetMemberBinder binder, out object result)\r\n        {\r\n            object value;\r\n            if (_members.TryGetValue(binder.Name, out value))\r\n            {\r\n                result = value;\r\n                return true;\r\n            }\r\n            result = null;\r\n            return true;\r\n        }\r\n\r\n        /// <summary>\r\n        /// Provides the implementation for operations that set a value by index. Classes derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class can override this method to specify dynamic behavior for operations that access objects by a specified index.\r\n        /// </summary>\r\n        /// <param name=\"binder\">Provides information about the operation.</param>\r\n        /// <param name=\"indexes\">The indexes that are used in the operation. For example, for the sampleObject[3] = 10 operation in C# (sampleObject(3) = 10 in Visual Basic), where sampleObject is derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class, <paramref name=\"indexes\"/> is equal to 3.</param>\r\n        /// <param name=\"value\">The value to set to the object that has the specified index. For example, for the sampleObject[3] = 10 operation in C# (sampleObject(3) = 10 in Visual Basic), where sampleObject is derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class, <paramref name=\"value\"/> is equal to 10.</param>\r\n        /// <returns>\r\n        /// true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown.\r\n        /// </returns>\r\n        public override bool TrySetIndex(SetIndexBinder binder, object[] indexes, object value)\r\n        {\r\n            if (indexes == null) throw new ArgumentNullException(\"indexes\");\r\n            if (indexes.Length == 1)\r\n            {\r\n                ((IDictionary<string, object>)this)[(string)indexes[0]] = value;\r\n                return true;\r\n            }\r\n            return base.TrySetIndex(binder, indexes, value);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Provides the implementation for operations that set member values. Classes derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class can override this method to specify dynamic behavior for operations such as setting a value for a property.\r\n        /// </summary>\r\n        /// <param name=\"binder\">Provides information about the object that called the dynamic operation. The binder.Name property provides the name of the member to which the value is being assigned. For example, for the statement sampleObject.SampleProperty = \"Test\", where sampleObject is an instance of the class derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class, binder.Name returns \"SampleProperty\". The binder.IgnoreCase property specifies whether the member name is case-sensitive.</param>\r\n        /// <param name=\"value\">The value to set to the member. For example, for sampleObject.SampleProperty = \"Test\", where sampleObject is an instance of the class derived from the <see cref=\"T:System.Dynamic.DynamicObject\"/> class, the <paramref name=\"value\"/> is \"Test\".</param>\r\n        /// <returns>\r\n        /// true if the operation is successful; otherwise, false. If this method returns false, the run-time binder of the language determines the behavior. (In most cases, a language-specific run-time exception is thrown.)\r\n        /// </returns>\r\n        public override bool TrySetMember(SetMemberBinder binder, object value)\r\n        {\r\n            // <pex>\r\n            if (binder == null)\r\n                throw new ArgumentNullException(\"binder\");\r\n            // </pex>\r\n            _members[binder.Name] = value;\r\n            return true;\r\n        }\r\n\r\n        /// <summary>\r\n        /// Returns the enumeration of all dynamic member names.\r\n        /// </summary>\r\n        /// <returns>\r\n        /// A sequence that contains dynamic member names.\r\n        /// </returns>\r\n        public override IEnumerable<string> GetDynamicMemberNames()\r\n        {\r\n            foreach (var key in Keys)\r\n                yield return key;\r\n        }\r\n#endif\r\n    }\r\n}\r\n\r\nnamespace SimpleJson\r\n{\r\n    /// <summary>\r\n    /// This class encodes and decodes JSON strings.\r\n    /// Spec. details, see http://www.json.org/\r\n    /// \r\n    /// JSON uses Arrays and Objects. These correspond here to the datatypes JsonArray(IList&lt;object>) and JsonObject(IDictionary&lt;string,object>).\r\n    /// All numbers are parsed to doubles.\r\n    /// </summary>\r\n    [GeneratedCode(\"simple-json\", \"1.0.0\")]\r\n#if SIMPLE_JSON_INTERNAL\r\n    internal\r\n#else\r\n    public\r\n#endif\r\n static class SimpleJson\r\n    {\r\n        private const int TOKEN_NONE = 0;\r\n        private const int TOKEN_CURLY_OPEN = 1;\r\n        private const int TOKEN_CURLY_CLOSE = 2;\r\n        private const int TOKEN_SQUARED_OPEN = 3;\r\n        private const int TOKEN_SQUARED_CLOSE = 4;\r\n        private const int TOKEN_COLON = 5;\r\n        private const int TOKEN_COMMA = 6;\r\n        private const int TOKEN_STRING = 7;\r\n        private const int TOKEN_NUMBER = 8;\r\n        private const int TOKEN_TRUE = 9;\r\n        private const int TOKEN_FALSE = 10;\r\n        private const int TOKEN_NULL = 11;\r\n        private const int BUILDER_CAPACITY = 2000;\r\n\r\n        private static readonly char[] EscapeTable;\r\n        private static readonly char[] EscapeCharacters = new char[] { '\"', '\\\\', '\\b', '\\f', '\\n', '\\r', '\\t' };\r\n        private static readonly string EscapeCharactersString = new string(EscapeCharacters);\r\n\r\n        static SimpleJson()\r\n        {\r\n            EscapeTable = new char[93];\r\n            EscapeTable['\"']  = '\"';\r\n            EscapeTable['\\\\'] = '\\\\';\r\n            EscapeTable['\\b'] = 'b';\r\n            EscapeTable['\\f'] = 'f';\r\n            EscapeTable['\\n'] = 'n';\r\n            EscapeTable['\\r'] = 'r';\r\n            EscapeTable['\\t'] = 't';\r\n        }\r\n\r\n        /// <summary>\r\n        /// Parses the string json into a value\r\n        /// </summary>\r\n        /// <param name=\"json\">A JSON string.</param>\r\n        /// <returns>An IList&lt;object>, a IDictionary&lt;string,object>, a double, a string, null, true, or false</returns>\r\n        public static object DeserializeObject(string json)\r\n        {\r\n            object obj;\r\n            if (TryDeserializeObject(json, out obj))\r\n                return obj;\r\n            throw new SerializationException(\"Invalid JSON string\");\r\n        }\r\n\r\n        /// <summary>\r\n        /// Try parsing the json string into a value.\r\n        /// </summary>\r\n        /// <param name=\"json\">\r\n        /// A JSON string.\r\n        /// </param>\r\n        /// <param name=\"obj\">\r\n        /// The object.\r\n        /// </param>\r\n        /// <returns>\r\n        /// Returns true if successfull otherwise false.\r\n        /// </returns>\r\n        [SuppressMessage(\"Microsoft.Design\", \"CA1007:UseGenericsWhereAppropriate\", Justification=\"Need to support .NET 2\")]\r\n        public static bool TryDeserializeObject(string json, out object obj)\r\n        {\r\n            bool success = true;\r\n            if (json != null)\r\n            {\r\n                char[] charArray = json.ToCharArray();\r\n                int index = 0;\r\n                obj = ParseValue(charArray, ref index, ref success);\r\n            }\r\n            else\r\n                obj = null;\r\n\r\n            return success;\r\n        }\r\n\r\n        public static object DeserializeObject(string json, Type type, IJsonSerializerStrategy jsonSerializerStrategy)\r\n        {\r\n            object jsonObject = DeserializeObject(json);\r\n            return type == null || jsonObject != null && ReflectionUtils.IsAssignableFrom(jsonObject.GetType(), type)\r\n                       ? jsonObject\r\n                       : (jsonSerializerStrategy ?? CurrentJsonSerializerStrategy).DeserializeObject(jsonObject, type);\r\n        }\r\n\r\n        public static object DeserializeObject(string json, Type type)\r\n        {\r\n            return DeserializeObject(json, type, null);\r\n        }\r\n\r\n        public static T DeserializeObject<T>(string json, IJsonSerializerStrategy jsonSerializerStrategy)\r\n        {\r\n            return (T)DeserializeObject(json, typeof(T), jsonSerializerStrategy);\r\n        }\r\n\r\n        public static T DeserializeObject<T>(string json)\r\n        {\r\n            return (T)DeserializeObject(json, typeof(T), null);\r\n        }\r\n\r\n        /// <summary>\r\n        /// Converts a IDictionary&lt;string,object> / IList&lt;object> object into a JSON string\r\n        /// </summary>\r\n        /// <param name=\"json\">A IDictionary&lt;string,object> / IList&lt;object></param>\r\n        /// <param name=\"jsonSerializerStrategy\">Serializer strategy to use</param>\r\n        /// <returns>A JSON encoded string, or null if object 'json' is not serializable</returns>\r\n        public static string SerializeObject(object json, IJsonSerializerStrategy jsonSerializerStrategy)\r\n        {\r\n            StringBuilder builder = new StringBuilder(BUILDER_CAPACITY);\r\n            bool success = SerializeValue(jsonSerializerStrategy, json, builder);\r\n            return (success ? builder.ToString() : null);\r\n        }\r\n\r\n        public static string SerializeObject(object json)\r\n        {\r\n            return SerializeObject(json, CurrentJsonSerializerStrategy);\r\n        }\r\n\r\n        public static string EscapeToJavascriptString(string jsonString)\r\n        {\r\n            if (string.IsNullOrEmpty(jsonString))\r\n                return jsonString;\r\n\r\n            StringBuilder sb = new StringBuilder();\r\n            char c;\r\n\r\n            for (int i = 0; i < jsonString.Length; )\r\n            {\r\n                c = jsonString[i++];\r\n\r\n                if (c == '\\\\')\r\n                {\r\n                    int remainingLength = jsonString.Length - i;\r\n                    if (remainingLength >= 2)\r\n                    {\r\n                        char lookahead = jsonString[i];\r\n                        if (lookahead == '\\\\')\r\n                        {\r\n                            sb.Append('\\\\');\r\n                            ++i;\r\n                        }\r\n                        else if (lookahead == '\"')\r\n                        {\r\n                            sb.Append(\"\\\"\");\r\n                            ++i;\r\n                        }\r\n                        else if (lookahead == 't')\r\n                        {\r\n                            sb.Append('\\t');\r\n                            ++i;\r\n                        }\r\n                        else if (lookahead == 'b')\r\n                        {\r\n                            sb.Append('\\b');\r\n                            ++i;\r\n                        }\r\n                        else if (lookahead == 'n')\r\n                        {\r\n                            sb.Append('\\n');\r\n                            ++i;\r\n                        }\r\n                        else if (lookahead == 'r')\r\n                        {\r\n                            sb.Append('\\r');\r\n                            ++i;\r\n                        }\r\n                    }\r\n                }\r\n                else\r\n                {\r\n                    sb.Append(c);\r\n                }\r\n            }\r\n            return sb.ToString();\r\n        }\r\n\r\n        static IDictionary<string, object> ParseObject(char[] json, ref int index, ref bool success)\r\n        {\r\n            IDictionary<string, object> table = new JsonObject();\r\n            int token;\r\n\r\n            // {\r\n            NextToken(json, ref index);\r\n\r\n            bool done = false;\r\n            while (!done)\r\n            {\r\n                token = LookAhead(json, index);\r\n                if (token == TOKEN_NONE)\r\n                {\r\n                    success = false;\r\n                    return null;\r\n                }\r\n                else if (token == TOKEN_COMMA)\r\n                    NextToken(json, ref index);\r\n                else if (token == TOKEN_CURLY_CLOSE)\r\n                {\r\n                    NextToken(json, ref index);\r\n                    return table;\r\n                }\r\n                else\r\n                {\r\n                    // name\r\n                    string name = ParseString(json, ref index, ref success);\r\n                    if (!success)\r\n                    {\r\n                        success = false;\r\n                        return null;\r\n                    }\r\n                    // :\r\n                    token = NextToken(json, ref index);\r\n                    if (token != TOKEN_COLON)\r\n                    {\r\n                        success = false;\r\n                        return null;\r\n                    }\r\n                    // value\r\n                    object value = ParseValue(json, ref index, ref success);\r\n                    if (!success)\r\n                    {\r\n                        success = false;\r\n                        return null;\r\n                    }\r\n                    table[name] = value;\r\n                }\r\n            }\r\n            return table;\r\n        }\r\n\r\n        static JsonArray ParseArray(char[] json, ref int index, ref bool success)\r\n        {\r\n            JsonArray array = new JsonArray();\r\n\r\n            // [\r\n            NextToken(json, ref index);\r\n\r\n            bool done = false;\r\n            while (!done)\r\n            {\r\n                int token = LookAhead(json, index);\r\n                if (token == TOKEN_NONE)\r\n                {\r\n                    success = false;\r\n                    return null;\r\n                }\r\n                else if (token == TOKEN_COMMA)\r\n                    NextToken(json, ref index);\r\n                else if (token == TOKEN_SQUARED_CLOSE)\r\n                {\r\n                    NextToken(json, ref index);\r\n                    break;\r\n                }\r\n                else\r\n                {\r\n                    object value = ParseValue(json, ref index, ref success);\r\n                    if (!success)\r\n                        return null;\r\n                    array.Add(value);\r\n                }\r\n            }\r\n            return array;\r\n        }\r\n\r\n        static object ParseValue(char[] json, ref int index, ref bool success)\r\n        {\r\n            switch (LookAhead(json, index))\r\n            {\r\n                case TOKEN_STRING:\r\n                    return ParseString(json, ref index, ref success);\r\n                case TOKEN_NUMBER:\r\n                    return ParseNumber(json, ref index, ref success);\r\n                case TOKEN_CURLY_OPEN:\r\n                    return ParseObject(json, ref index, ref success);\r\n                case TOKEN_SQUARED_OPEN:\r\n                    return ParseArray(json, ref index, ref success);\r\n                case TOKEN_TRUE:\r\n                    NextToken(json, ref index);\r\n                    return true;\r\n                case TOKEN_FALSE:\r\n                    NextToken(json, ref index);\r\n                    return false;\r\n                case TOKEN_NULL:\r\n                    NextToken(json, ref index);\r\n                    return null;\r\n                case TOKEN_NONE:\r\n                    break;\r\n            }\r\n            success = false;\r\n            return null;\r\n        }\r\n\r\n        static string ParseString(char[] json, ref int index, ref bool success)\r\n        {\r\n            StringBuilder s = new StringBuilder(BUILDER_CAPACITY);\r\n            char c;\r\n\r\n            EatWhitespace(json, ref index);\r\n\r\n            // \"\r\n            c = json[index++];\r\n            bool complete = false;\r\n            while (!complete)\r\n            {\r\n                if (index == json.Length)\r\n                    break;\r\n\r\n                c = json[index++];\r\n                if (c == '\"')\r\n                {\r\n                    complete = true;\r\n                    break;\r\n                }\r\n                else if (c == '\\\\')\r\n                {\r\n                    if (index == json.Length)\r\n                        break;\r\n                    c = json[index++];\r\n                    if (c == '\"')\r\n                        s.Append('\"');\r\n                    else if (c == '\\\\')\r\n                        s.Append('\\\\');\r\n                    else if (c == '/')\r\n                        s.Append('/');\r\n                    else if (c == 'b')\r\n                        s.Append('\\b');\r\n                    else if (c == 'f')\r\n                        s.Append('\\f');\r\n                    else if (c == 'n')\r\n                        s.Append('\\n');\r\n                    else if (c == 'r')\r\n                        s.Append('\\r');\r\n                    else if (c == 't')\r\n                        s.Append('\\t');\r\n                    else if (c == 'u')\r\n                    {\r\n                        int remainingLength = json.Length - index;\r\n                        if (remainingLength >= 4)\r\n                        {\r\n                            // parse the 32 bit hex into an integer codepoint\r\n                            uint codePoint;\r\n                            if (!(success = UInt32.TryParse(new string(json, index, 4), NumberStyles.HexNumber, CultureInfo.InvariantCulture, out codePoint)))\r\n                                return \"\";\r\n\r\n                            // convert the integer codepoint to a unicode char and add to string\r\n                            if (0xD800 <= codePoint && codePoint <= 0xDBFF)  // if high surrogate\r\n                            {\r\n                                index += 4; // skip 4 chars\r\n                                remainingLength = json.Length - index;\r\n                                if (remainingLength >= 6)\r\n                                {\r\n                                    uint lowCodePoint;\r\n                                    if (new string(json, index, 2) == \"\\\\u\" && UInt32.TryParse(new string(json, index + 2, 4), NumberStyles.HexNumber, CultureInfo.InvariantCulture, out lowCodePoint))\r\n                                    {\r\n                                        if (0xDC00 <= lowCodePoint && lowCodePoint <= 0xDFFF)    // if low surrogate\r\n                                        {\r\n                                            s.Append((char)codePoint);\r\n                                            s.Append((char)lowCodePoint);\r\n                                            index += 6; // skip 6 chars\r\n                                            continue;\r\n                                        }\r\n                                    }\r\n                                }\r\n                                success = false;    // invalid surrogate pair\r\n                                return \"\";\r\n                            }\r\n                            s.Append(ConvertFromUtf32((int)codePoint));\r\n                            // skip 4 chars\r\n                            index += 4;\r\n                        }\r\n                        else\r\n                            break;\r\n                    }\r\n                }\r\n                else\r\n                    s.Append(c);\r\n            }\r\n            if (!complete)\r\n            {\r\n                success = false;\r\n                return null;\r\n            }\r\n            return s.ToString();\r\n        }\r\n\r\n        private static string ConvertFromUtf32(int utf32)\r\n        {\r\n            // http://www.java2s.com/Open-Source/CSharp/2.6.4-mono-.net-core/System/System/Char.cs.htm\r\n            if (utf32 < 0 || utf32 > 0x10FFFF)\r\n                throw new ArgumentOutOfRangeException(\"utf32\", \"The argument must be from 0 to 0x10FFFF.\");\r\n            if (0xD800 <= utf32 && utf32 <= 0xDFFF)\r\n                throw new ArgumentOutOfRangeException(\"utf32\", \"The argument must not be in surrogate pair range.\");\r\n            if (utf32 < 0x10000)\r\n                return new string((char)utf32, 1);\r\n            utf32 -= 0x10000;\r\n            return new string(new char[] { (char)((utf32 >> 10) + 0xD800), (char)(utf32 % 0x0400 + 0xDC00) });\r\n        }\r\n\r\n        static object ParseNumber(char[] json, ref int index, ref bool success)\r\n        {\r\n            EatWhitespace(json, ref index);\r\n            int lastIndex = GetLastIndexOfNumber(json, index);\r\n            int charLength = (lastIndex - index) + 1;\r\n            object returnNumber;\r\n            string str = new string(json, index, charLength);\r\n            if (str.IndexOf(\".\", StringComparison.OrdinalIgnoreCase) != -1 || str.IndexOf(\"e\", StringComparison.OrdinalIgnoreCase) != -1)\r\n            {\r\n                double number;\r\n                success = double.TryParse(new string(json, index, charLength), NumberStyles.Any, CultureInfo.InvariantCulture, out number);\r\n                returnNumber = number;\r\n            }\r\n            else\r\n            {\r\n                long number;\r\n                success = long.TryParse(new string(json, index, charLength), NumberStyles.Any, CultureInfo.InvariantCulture, out number);\r\n                returnNumber = number;\r\n            }\r\n            index = lastIndex + 1;\r\n            return returnNumber;\r\n        }\r\n\r\n        static int GetLastIndexOfNumber(char[] json, int index)\r\n        {\r\n            int lastIndex;\r\n            for (lastIndex = index; lastIndex < json.Length; lastIndex++)\r\n                if (\"0123456789+-.eE\".IndexOf(json[lastIndex]) == -1) break;\r\n            return lastIndex - 1;\r\n        }\r\n\r\n        static void EatWhitespace(char[] json, ref int index)\r\n        {\r\n            for (; index < json.Length; index++)\r\n                if (\" \\t\\n\\r\\b\\f\".IndexOf(json[index]) == -1) break;\r\n        }\r\n\r\n        static int LookAhead(char[] json, int index)\r\n        {\r\n            int saveIndex = index;\r\n            return NextToken(json, ref saveIndex);\r\n        }\r\n\r\n        [SuppressMessage(\"Microsoft.Maintainability\", \"CA1502:AvoidExcessiveComplexity\")]\r\n        static int NextToken(char[] json, ref int index)\r\n        {\r\n            EatWhitespace(json, ref index);\r\n            if (index == json.Length)\r\n                return TOKEN_NONE;\r\n            char c = json[index];\r\n            index++;\r\n            switch (c)\r\n            {\r\n                case '{':\r\n                    return TOKEN_CURLY_OPEN;\r\n                case '}':\r\n                    return TOKEN_CURLY_CLOSE;\r\n                case '[':\r\n                    return TOKEN_SQUARED_OPEN;\r\n                case ']':\r\n                    return TOKEN_SQUARED_CLOSE;\r\n                case ',':\r\n                    return TOKEN_COMMA;\r\n                case '\"':\r\n                    return TOKEN_STRING;\r\n                case '0':\r\n                case '1':\r\n                case '2':\r\n                case '3':\r\n                case '4':\r\n                case '5':\r\n                case '6':\r\n                case '7':\r\n                case '8':\r\n                case '9':\r\n                case '-':\r\n                    return TOKEN_NUMBER;\r\n                case ':':\r\n                    return TOKEN_COLON;\r\n            }\r\n            index--;\r\n            int remainingLength = json.Length - index;\r\n            // false\r\n            if (remainingLength >= 5)\r\n            {\r\n                if (json[index] == 'f' && json[index + 1] == 'a' && json[index + 2] == 'l' && json[index + 3] == 's' && json[index + 4] == 'e')\r\n                {\r\n                    index += 5;\r\n                    return TOKEN_FALSE;\r\n                }\r\n            }\r\n            // true\r\n            if (remainingLength >= 4)\r\n            {\r\n                if (json[index] == 't' && json[index + 1] == 'r' && json[index + 2] == 'u' && json[index + 3] == 'e')\r\n                {\r\n                    index += 4;\r\n                    return TOKEN_TRUE;\r\n                }\r\n            }\r\n            // null\r\n            if (remainingLength >= 4)\r\n            {\r\n                if (json[index] == 'n' && json[index + 1] == 'u' && json[index + 2] == 'l' && json[index + 3] == 'l')\r\n                {\r\n                    index += 4;\r\n                    return TOKEN_NULL;\r\n                }\r\n            }\r\n            return TOKEN_NONE;\r\n        }\r\n\r\n        static bool SerializeValue(IJsonSerializerStrategy jsonSerializerStrategy, object value, StringBuilder builder)\r\n        {\r\n            bool success = true;\r\n            string stringValue = value as string;\r\n            if (stringValue != null)\r\n                success = SerializeString(stringValue, builder);\r\n            else\r\n            {\r\n                IDictionary<string, object> dict = value as IDictionary<string, object>;\r\n                if (dict != null)\r\n                {\r\n                    success = SerializeObject(jsonSerializerStrategy, dict.Keys, dict.Values, builder);\r\n                }\r\n                else\r\n                {\r\n                    IDictionary<string, string> stringDictionary = value as IDictionary<string, string>;\r\n                    if (stringDictionary != null)\r\n                    {\r\n                        success = SerializeObject(jsonSerializerStrategy, stringDictionary.Keys, stringDictionary.Values, builder);\r\n                    }\r\n                    else\r\n                    {\r\n                        IEnumerable enumerableValue = value as IEnumerable;\r\n                        if (enumerableValue != null)\r\n                            success = SerializeArray(jsonSerializerStrategy, enumerableValue, builder);\r\n                        else if (IsNumeric(value))\r\n                            success = SerializeNumber(value, builder);\r\n                        else if (value is bool)\r\n                            builder.Append((bool)value ? \"true\" : \"false\");\r\n                        else if (value == null)\r\n                            builder.Append(\"null\");\r\n                        else\r\n                        {\r\n                            object serializedObject;\r\n                            success = jsonSerializerStrategy.TrySerializeNonPrimitiveObject(value, out serializedObject);\r\n                            if (success)\r\n                                SerializeValue(jsonSerializerStrategy, serializedObject, builder);\r\n                        }\r\n                    }\r\n                }\r\n            }\r\n            return success;\r\n        }\r\n\r\n        static bool SerializeObject(IJsonSerializerStrategy jsonSerializerStrategy, IEnumerable keys, IEnumerable values, StringBuilder builder)\r\n        {\r\n            builder.Append(\"{\");\r\n            IEnumerator ke = keys.GetEnumerator();\r\n            IEnumerator ve = values.GetEnumerator();\r\n            bool first = true;\r\n            while (ke.MoveNext() && ve.MoveNext())\r\n            {\r\n                object key = ke.Current;\r\n                object value = ve.Current;\r\n                if (!first)\r\n                    builder.Append(\",\");\r\n                string stringKey = key as string;\r\n                if (stringKey != null)\r\n                    SerializeString(stringKey, builder);\r\n                else\r\n                    if (!SerializeValue(jsonSerializerStrategy, value, builder)) return false;\r\n                builder.Append(\":\");\r\n                if (!SerializeValue(jsonSerializerStrategy, value, builder))\r\n                    return false;\r\n                first = false;\r\n            }\r\n            builder.Append(\"}\");\r\n            return true;\r\n        }\r\n\r\n        static bool SerializeArray(IJsonSerializerStrategy jsonSerializerStrategy, IEnumerable anArray, StringBuilder builder)\r\n        {\r\n            builder.Append(\"[\");\r\n            bool first = true;\r\n            foreach (object value in anArray)\r\n            {\r\n                if (!first)\r\n                    builder.Append(\",\");\r\n                if (!SerializeValue(jsonSerializerStrategy, value, builder))\r\n                    return false;\r\n                first = false;\r\n            }\r\n            builder.Append(\"]\");\r\n            return true;\r\n        }\r\n\r\n        static bool SerializeString(string aString, StringBuilder builder)\r\n        {\r\n            // Happy path if there's nothing to be escaped. IndexOfAny is highly optimized (and unmanaged)\r\n            if (aString.IndexOfAny(EscapeCharacters) == -1)\r\n            {\r\n                builder.Append('\"');\r\n                builder.Append(aString);\r\n                builder.Append('\"');\r\n\r\n                return true;\r\n            }\r\n\r\n            builder.Append('\"');\r\n            int safeCharacterCount = 0;\r\n            char[] charArray = aString.ToCharArray();\r\n\r\n            for (int i = 0; i < charArray.Length; i++)\r\n            {\r\n                char c = charArray[i];\r\n\r\n                // Non ascii characters are fine, buffer them up and send them to the builder\r\n                // in larger chunks if possible. The escape table is a 1:1 translation table\r\n                // with \\0 [default(char)] denoting a safe character.\r\n                if (c >= EscapeTable.Length || EscapeTable[c] == default(char))\r\n                {\r\n                    safeCharacterCount++;\r\n                }\r\n                else\r\n                {\r\n                    if (safeCharacterCount > 0)\r\n                    {\r\n                        builder.Append(charArray, i - safeCharacterCount, safeCharacterCount);\r\n                        safeCharacterCount = 0;\r\n                    }\r\n\r\n                    builder.Append('\\\\');\r\n                    builder.Append(EscapeTable[c]);\r\n                }\r\n            }\r\n\r\n            if (safeCharacterCount > 0)\r\n            {\r\n                builder.Append(charArray, charArray.Length - safeCharacterCount, safeCharacterCount);\r\n            }\r\n\r\n            builder.Append('\"');\r\n            return true;\r\n        }\r\n\r\n        static bool SerializeNumber(object number, StringBuilder builder)\r\n        {\r\n            if (number is long)\r\n                builder.Append(((long)number).ToString(CultureInfo.InvariantCulture));\r\n            else if (number is ulong)\r\n                builder.Append(((ulong)number).ToString(CultureInfo.InvariantCulture));\r\n            else if (number is int)\r\n                builder.Append(((int)number).ToString(CultureInfo.InvariantCulture));\r\n            else if (number is uint)\r\n                builder.Append(((uint)number).ToString(CultureInfo.InvariantCulture));\r\n            else if (number is decimal)\r\n                builder.Append(((decimal)number).ToString(CultureInfo.InvariantCulture));\r\n            else if (number is float)\r\n                builder.Append(((float)number).ToString(CultureInfo.InvariantCulture));\r\n            else\r\n                builder.Append(Convert.ToDouble(number, CultureInfo.InvariantCulture).ToString(\"r\", CultureInfo.InvariantCulture));\r\n            return true;\r\n        }\r\n\r\n        /// <summary>\r\n        /// Determines if a given object is numeric in any way\r\n        /// (can be integer, double, null, etc).\r\n        /// </summary>\r\n        static bool IsNumeric(object value)\r\n        {\r\n            if (value is sbyte) return true;\r\n            if (value is byte) return true;\r\n            if (value is short) return true;\r\n            if (value is ushort) return true;\r\n            if (value is int) return true;\r\n            if (value is uint) return true;\r\n            if (value is long) return true;\r\n            if (value is ulong) return true;\r\n            if (value is float) return true;\r\n            if (value is double) return true;\r\n            if (value is decimal) return true;\r\n            return false;\r\n        }\r\n\r\n        private static IJsonSerializerStrategy _currentJsonSerializerStrategy;\r\n        public static IJsonSerializerStrategy CurrentJsonSerializerStrategy\r\n        {\r\n            get\r\n            {\r\n                return _currentJsonSerializerStrategy ??\r\n                    (_currentJsonSerializerStrategy =\r\n#if SIMPLE_JSON_DATACONTRACT\r\n DataContractJsonSerializerStrategy\r\n#else\r\n PocoJsonSerializerStrategy\r\n#endif\r\n);\r\n            }\r\n            set\r\n            {\r\n                _currentJsonSerializerStrategy = value;\r\n            }\r\n        }\r\n\r\n        private static PocoJsonSerializerStrategy _pocoJsonSerializerStrategy;\r\n        [EditorBrowsable(EditorBrowsableState.Advanced)]\r\n        public static PocoJsonSerializerStrategy PocoJsonSerializerStrategy\r\n        {\r\n            get\r\n            {\r\n                return _pocoJsonSerializerStrategy ?? (_pocoJsonSerializerStrategy = new PocoJsonSerializerStrategy());\r\n            }\r\n        }\r\n\r\n#if SIMPLE_JSON_DATACONTRACT\r\n\r\n        private static DataContractJsonSerializerStrategy _dataContractJsonSerializerStrategy;\r\n        [System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)]\r\n        public static DataContractJsonSerializerStrategy DataContractJsonSerializerStrategy\r\n        {\r\n            get\r\n            {\r\n                return _dataContractJsonSerializerStrategy ?? (_dataContractJsonSerializerStrategy = new DataContractJsonSerializerStrategy());\r\n            }\r\n        }\r\n\r\n#endif\r\n    }\r\n    \r\n    [GeneratedCode(\"simple-json\", \"1.0.0\")]\r\n#if SIMPLE_JSON_INTERNAL\r\n    internal\r\n#else\r\n    public\r\n#endif\r\n interface IJsonSerializerStrategy\r\n    {\r\n        [SuppressMessage(\"Microsoft.Design\", \"CA1007:UseGenericsWhereAppropriate\", Justification=\"Need to support .NET 2\")]\r\n        bool TrySerializeNonPrimitiveObject(object input, out object output);\r\n        object DeserializeObject(object value, Type type);\r\n    }\r\n\r\n    [GeneratedCode(\"simple-json\", \"1.0.0\")]\r\n#if SIMPLE_JSON_INTERNAL\r\n    internal\r\n#else\r\n    public\r\n#endif\r\n class PocoJsonSerializerStrategy : IJsonSerializerStrategy\r\n    {\r\n        internal IDictionary<Type, ReflectionUtils.ConstructorDelegate> ConstructorCache;\r\n        internal IDictionary<Type, IDictionary<string, ReflectionUtils.GetDelegate>> GetCache;\r\n        internal IDictionary<Type, IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>>> SetCache;\r\n\r\n        internal static readonly Type[] EmptyTypes = new Type[0];\r\n        internal static readonly Type[] ArrayConstructorParameterTypes = new Type[] { typeof(int) };\r\n\r\n        private static readonly string[] Iso8601Format = new string[]\r\n                                                             {\r\n                                                                 @\"yyyy-MM-dd\\THH:mm:ss.FFFFFFF\\Z\",\r\n                                                                 @\"yyyy-MM-dd\\THH:mm:ss\\Z\",\r\n                                                                 @\"yyyy-MM-dd\\THH:mm:ssK\"\r\n                                                             };\r\n\r\n        public PocoJsonSerializerStrategy()\r\n        {\r\n            ConstructorCache = new ReflectionUtils.ThreadSafeDictionary<Type, ReflectionUtils.ConstructorDelegate>(ContructorDelegateFactory);\r\n            GetCache = new ReflectionUtils.ThreadSafeDictionary<Type, IDictionary<string, ReflectionUtils.GetDelegate>>(GetterValueFactory);\r\n            SetCache = new ReflectionUtils.ThreadSafeDictionary<Type, IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>>>(SetterValueFactory);\r\n        }\r\n\r\n        protected virtual string MapClrMemberNameToJsonFieldName(string clrPropertyName)\r\n        {\r\n            return clrPropertyName;\r\n        }\r\n\r\n        internal virtual ReflectionUtils.ConstructorDelegate ContructorDelegateFactory(Type key)\r\n        {\r\n            return ReflectionUtils.GetContructor(key, key.IsArray ? ArrayConstructorParameterTypes : EmptyTypes);\r\n        }\r\n\r\n        internal virtual IDictionary<string, ReflectionUtils.GetDelegate> GetterValueFactory(Type type)\r\n        {\r\n            IDictionary<string, ReflectionUtils.GetDelegate> result = new Dictionary<string, ReflectionUtils.GetDelegate>();\r\n            foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type))\r\n            {\r\n                if (propertyInfo.CanRead)\r\n                {\r\n                    MethodInfo getMethod = ReflectionUtils.GetGetterMethodInfo(propertyInfo);\r\n                    if (getMethod.IsStatic || !getMethod.IsPublic)\r\n                        continue;\r\n                    result[MapClrMemberNameToJsonFieldName(propertyInfo.Name)] = ReflectionUtils.GetGetMethod(propertyInfo);\r\n                }\r\n            }\r\n            foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type))\r\n            {\r\n                if (fieldInfo.IsStatic || !fieldInfo.IsPublic)\r\n                    continue;\r\n                result[MapClrMemberNameToJsonFieldName(fieldInfo.Name)] = ReflectionUtils.GetGetMethod(fieldInfo);\r\n            }\r\n            return result;\r\n        }\r\n\r\n        internal virtual IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>> SetterValueFactory(Type type)\r\n        {\r\n            IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>> result = new Dictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>>();\r\n            foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type))\r\n            {\r\n                if (propertyInfo.CanWrite)\r\n                {\r\n                    MethodInfo setMethod = ReflectionUtils.GetSetterMethodInfo(propertyInfo);\r\n                    if (setMethod.IsStatic || !setMethod.IsPublic)\r\n                        continue;\r\n                    result[MapClrMemberNameToJsonFieldName(propertyInfo.Name)] = new KeyValuePair<Type, ReflectionUtils.SetDelegate>(propertyInfo.PropertyType, ReflectionUtils.GetSetMethod(propertyInfo));\r\n                }\r\n            }\r\n            foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type))\r\n            {\r\n                if (fieldInfo.IsInitOnly || fieldInfo.IsStatic || !fieldInfo.IsPublic)\r\n                    continue;\r\n                result[MapClrMemberNameToJsonFieldName(fieldInfo.Name)] = new KeyValuePair<Type, ReflectionUtils.SetDelegate>(fieldInfo.FieldType, ReflectionUtils.GetSetMethod(fieldInfo));\r\n            }\r\n            return result;\r\n        }\r\n\r\n        public virtual bool TrySerializeNonPrimitiveObject(object input, out object output)\r\n        {\r\n            return TrySerializeKnownTypes(input, out output) || TrySerializeUnknownTypes(input, out output);\r\n        }\r\n\r\n        [SuppressMessage(\"Microsoft.Maintainability\", \"CA1502:AvoidExcessiveComplexity\")]\r\n        public virtual object DeserializeObject(object value, Type type)\r\n        {\r\n            if (type == null) throw new ArgumentNullException(\"type\");\r\n            string str = value as string;\r\n\r\n            if (type == typeof (Guid) && string.IsNullOrEmpty(str))\r\n                return default(Guid);\r\n\r\n            if (value == null)\r\n                return null;\r\n            \r\n            object obj = null;\r\n\r\n            if (str != null)\r\n            {\r\n                if (str.Length != 0) // We know it can't be null now.\r\n                {\r\n                    if (type == typeof(DateTime) || (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(DateTime)))\r\n                        return DateTime.ParseExact(str, Iso8601Format, CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal);\r\n                    if (type == typeof(DateTimeOffset) || (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(DateTimeOffset)))\r\n                        return DateTimeOffset.ParseExact(str, Iso8601Format, CultureInfo.InvariantCulture, DateTimeStyles.AssumeUniversal | DateTimeStyles.AdjustToUniversal);\r\n                    if (type == typeof(Guid) || (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(Guid)))\r\n                        return new Guid(str);\r\n                    if (type == typeof(Uri))\r\n                    {\r\n                        bool isValid =  Uri.IsWellFormedUriString(str, UriKind.RelativeOrAbsolute);\r\n\r\n                        Uri result;\r\n                        if (isValid && Uri.TryCreate(str, UriKind.RelativeOrAbsolute, out result))\r\n                            return result;\r\n\r\n\t\t\t\t\t\t\t\t\t\t\t\treturn null;\r\n                    }\r\n                  \r\n\t\t\t\t\t\t\t\t\tif (type == typeof(string))  \r\n\t\t\t\t\t\t\t\t\t\treturn str;\r\n\r\n\t\t\t\t\t\t\t\t\treturn Convert.ChangeType(str, type, CultureInfo.InvariantCulture);\r\n                }\r\n                else\r\n                {\r\n                    if (type == typeof(Guid))\r\n                        obj = default(Guid);\r\n                    else if (ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(Guid))\r\n                        obj = null;\r\n                    else\r\n                        obj = str;\r\n                }\r\n                // Empty string case\r\n                if (!ReflectionUtils.IsNullableType(type) && Nullable.GetUnderlyingType(type) == typeof(Guid))\r\n                    return str;\r\n            }\r\n            else if (value is bool)\r\n                return value;\r\n            \r\n            bool valueIsLong = value is long;\r\n            bool valueIsDouble = value is double;\r\n            if ((valueIsLong && type == typeof(long)) || (valueIsDouble && type == typeof(double)))\r\n                return value;\r\n            if ((valueIsDouble && type != typeof(double)) || (valueIsLong && type != typeof(long)))\r\n            {\r\n                obj = type == typeof(int) || type == typeof(long) || type == typeof(double) || type == typeof(float) || type == typeof(bool) || type == typeof(decimal) || type == typeof(byte) || type == typeof(short)\r\n                            ? Convert.ChangeType(value, type, CultureInfo.InvariantCulture)\r\n                            : value;\r\n            }\r\n            else\r\n            {\r\n                IDictionary<string, object> objects = value as IDictionary<string, object>;\r\n                if (objects != null)\r\n                {\r\n                    IDictionary<string, object> jsonObject = objects;\r\n\r\n                    if (ReflectionUtils.IsTypeDictionary(type))\r\n                    {\r\n                        // if dictionary then\r\n                        Type[] types = ReflectionUtils.GetGenericTypeArguments(type);\r\n                        Type keyType = types[0];\r\n                        Type valueType = types[1];\r\n\r\n                        Type genericType = typeof(Dictionary<,>).MakeGenericType(keyType, valueType);\r\n\r\n                        IDictionary dict = (IDictionary)ConstructorCache[genericType]();\r\n\r\n                        foreach (KeyValuePair<string, object> kvp in jsonObject)\r\n                            dict.Add(kvp.Key, DeserializeObject(kvp.Value, valueType));\r\n\r\n                        obj = dict;\r\n                    }\r\n                    else\r\n                    {\r\n                        if (type == typeof(object))\r\n                            obj = value;\r\n                        else\r\n                        {\r\n                            obj = ConstructorCache[type]();\r\n                            foreach (KeyValuePair<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>> setter in SetCache[type])\r\n                            {\r\n                                object jsonValue;\r\n                                if (jsonObject.TryGetValue(setter.Key, out jsonValue))\r\n                                {\r\n                                    jsonValue = DeserializeObject(jsonValue, setter.Value.Key);\r\n                                    setter.Value.Value(obj, jsonValue);\r\n                                }\r\n                            }\r\n                        }\r\n                    }\r\n                }\r\n                else\r\n                {\r\n                    IList<object> valueAsList = value as IList<object>;\r\n                    if (valueAsList != null)\r\n                    {\r\n                        IList<object> jsonObject = valueAsList;\r\n                        IList list = null;\r\n\r\n                        if (type.IsArray)\r\n                        {\r\n                            list = (IList)ConstructorCache[type](jsonObject.Count);\r\n                            int i = 0;\r\n                            foreach (object o in jsonObject)\r\n                                list[i++] = DeserializeObject(o, type.GetElementType());\r\n                        }\r\n                        else if (ReflectionUtils.IsTypeGenericeCollectionInterface(type) || ReflectionUtils.IsAssignableFrom(typeof(IList), type))\r\n                        {\r\n                            Type innerType = ReflectionUtils.GetGenericListElementType(type);\r\n                            list = (IList)(ConstructorCache[type] ?? ConstructorCache[typeof(List<>).MakeGenericType(innerType)])(jsonObject.Count);\r\n                            foreach (object o in jsonObject)\r\n                                list.Add(DeserializeObject(o, innerType));\r\n                        }\r\n                        obj = list;\r\n                    }\r\n                }\r\n                return obj;\r\n            }\r\n            if (ReflectionUtils.IsNullableType(type))\r\n                return ReflectionUtils.ToNullableType(obj, type);\r\n            return obj;\r\n        }\r\n\r\n        protected virtual object SerializeEnum(Enum p)\r\n        {\r\n            return Convert.ToDouble(p, CultureInfo.InvariantCulture);\r\n        }\r\n\r\n        [SuppressMessage(\"Microsoft.Design\", \"CA1007:UseGenericsWhereAppropriate\", Justification=\"Need to support .NET 2\")]\r\n        protected virtual bool TrySerializeKnownTypes(object input, out object output)\r\n        {\r\n            bool returnValue = true;\r\n            if (input is DateTime)\r\n                output = ((DateTime)input).ToUniversalTime().ToString(Iso8601Format[0], CultureInfo.InvariantCulture);\r\n            else if (input is DateTimeOffset)\r\n                output = ((DateTimeOffset)input).ToUniversalTime().ToString(Iso8601Format[0], CultureInfo.InvariantCulture);\r\n            else if (input is Guid)\r\n                output = ((Guid)input).ToString(\"D\");\r\n            else if (input is Uri)\r\n                output = input.ToString();\r\n            else\r\n            {\r\n                Enum inputEnum = input as Enum;\r\n                if (inputEnum != null)\r\n                    output = SerializeEnum(inputEnum);\r\n                else\r\n                {\r\n                    returnValue = false;\r\n                    output = null;\r\n                }\r\n            }\r\n            return returnValue;\r\n        }\r\n        [SuppressMessage(\"Microsoft.Design\", \"CA1007:UseGenericsWhereAppropriate\", Justification=\"Need to support .NET 2\")]\r\n        protected virtual bool TrySerializeUnknownTypes(object input, out object output)\r\n        {\r\n            if (input == null) throw new ArgumentNullException(\"input\");\r\n            output = null;\r\n            Type type = input.GetType();\r\n            if (type.FullName == null)\r\n                return false;\r\n            IDictionary<string, object> obj = new JsonObject();\r\n            IDictionary<string, ReflectionUtils.GetDelegate> getters = GetCache[type];\r\n            foreach (KeyValuePair<string, ReflectionUtils.GetDelegate> getter in getters)\r\n            {\r\n                if (getter.Value != null)\r\n                    obj.Add(MapClrMemberNameToJsonFieldName(getter.Key), getter.Value(input));\r\n            }\r\n            output = obj;\r\n            return true;\r\n        }\r\n    }\r\n\r\n#if SIMPLE_JSON_DATACONTRACT\r\n    [GeneratedCode(\"simple-json\", \"1.0.0\")]\r\n#if SIMPLE_JSON_INTERNAL\r\n    internal\r\n#else\r\n    public\r\n#endif\r\n class DataContractJsonSerializerStrategy : PocoJsonSerializerStrategy\r\n    {\r\n        public DataContractJsonSerializerStrategy()\r\n        {\r\n            GetCache = new ReflectionUtils.ThreadSafeDictionary<Type, IDictionary<string, ReflectionUtils.GetDelegate>>(GetterValueFactory);\r\n            SetCache = new ReflectionUtils.ThreadSafeDictionary<Type, IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>>>(SetterValueFactory);\r\n        }\r\n\r\n        internal override IDictionary<string, ReflectionUtils.GetDelegate> GetterValueFactory(Type type)\r\n        {\r\n            bool hasDataContract = ReflectionUtils.GetAttribute(type, typeof(DataContractAttribute)) != null;\r\n            if (!hasDataContract)\r\n                return base.GetterValueFactory(type);\r\n            string jsonKey;\r\n            IDictionary<string, ReflectionUtils.GetDelegate> result = new Dictionary<string, ReflectionUtils.GetDelegate>();\r\n            foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type))\r\n            {\r\n                if (propertyInfo.CanRead)\r\n                {\r\n                    MethodInfo getMethod = ReflectionUtils.GetGetterMethodInfo(propertyInfo);\r\n                    if (!getMethod.IsStatic && CanAdd(propertyInfo, out jsonKey))\r\n                        result[jsonKey] = ReflectionUtils.GetGetMethod(propertyInfo);\r\n                }\r\n            }\r\n            foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type))\r\n            {\r\n                if (!fieldInfo.IsStatic && CanAdd(fieldInfo, out jsonKey))\r\n                    result[jsonKey] = ReflectionUtils.GetGetMethod(fieldInfo);\r\n            }\r\n            return result;\r\n        }\r\n\r\n        internal override IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>> SetterValueFactory(Type type)\r\n        {\r\n            bool hasDataContract = ReflectionUtils.GetAttribute(type, typeof(DataContractAttribute)) != null;\r\n            if (!hasDataContract)\r\n                return base.SetterValueFactory(type);\r\n            string jsonKey;\r\n            IDictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>> result = new Dictionary<string, KeyValuePair<Type, ReflectionUtils.SetDelegate>>();\r\n            foreach (PropertyInfo propertyInfo in ReflectionUtils.GetProperties(type))\r\n            {\r\n                if (propertyInfo.CanWrite)\r\n                {\r\n                    MethodInfo setMethod = ReflectionUtils.GetSetterMethodInfo(propertyInfo);\r\n                    if (!setMethod.IsStatic && CanAdd(propertyInfo, out jsonKey))\r\n                        result[jsonKey] = new KeyValuePair<Type, ReflectionUtils.SetDelegate>(propertyInfo.PropertyType, ReflectionUtils.GetSetMethod(propertyInfo));\r\n                }\r\n            }\r\n            foreach (FieldInfo fieldInfo in ReflectionUtils.GetFields(type))\r\n            {\r\n                if (!fieldInfo.IsInitOnly && !fieldInfo.IsStatic && CanAdd(fieldInfo, out jsonKey))\r\n                    result[jsonKey] = new KeyValuePair<Type, ReflectionUtils.SetDelegate>(fieldInfo.FieldType, ReflectionUtils.GetSetMethod(fieldInfo));\r\n            }\r\n            // todo implement sorting for DATACONTRACT.\r\n            return result;\r\n        }\r\n\r\n        private static bool CanAdd(MemberInfo info, out string jsonKey)\r\n        {\r\n            jsonKey = null;\r\n            if (ReflectionUtils.GetAttribute(info, typeof(IgnoreDataMemberAttribute)) != null)\r\n                return false;\r\n            DataMemberAttribute dataMemberAttribute = (DataMemberAttribute)ReflectionUtils.GetAttribute(info, typeof(DataMemberAttribute));\r\n            if (dataMemberAttribute == null)\r\n                return false;\r\n            jsonKey = string.IsNullOrEmpty(dataMemberAttribute.Name) ? info.Name : dataMemberAttribute.Name;\r\n            return true;\r\n        }\r\n    }\r\n\r\n#endif\r\n\r\n    namespace Reflection\r\n    {\r\n        // This class is meant to be copied into other libraries. So we want to exclude it from Code Analysis rules\r\n \t    // that might be in place in the target project.\r\n        [GeneratedCode(\"reflection-utils\", \"1.0.0\")]\r\n#if SIMPLE_JSON_REFLECTION_UTILS_PUBLIC\r\n        public\r\n#else\r\n        internal\r\n#endif\r\n class ReflectionUtils\r\n        {\r\n            private static readonly object[] EmptyObjects = new object[] { };\r\n\r\n            public delegate object GetDelegate(object source);\r\n            public delegate void SetDelegate(object source, object value);\r\n            public delegate object ConstructorDelegate(params object[] args);\r\n\r\n            public delegate TValue ThreadSafeDictionaryValueFactory<TKey, TValue>(TKey key);\r\n\r\n#if SIMPLE_JSON_TYPEINFO\r\n            public static TypeInfo GetTypeInfo(Type type)\r\n            {\r\n                return type.GetTypeInfo();\r\n            }\r\n#else\r\n            public static Type GetTypeInfo(Type type)\r\n            {\r\n                return type;\r\n            }\r\n#endif\r\n\r\n            public static Attribute GetAttribute(MemberInfo info, Type type)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                if (info == null || type == null || !info.IsDefined(type))\r\n                    return null;\r\n                return info.GetCustomAttribute(type);\r\n#else\r\n                if (info == null || type == null || !Attribute.IsDefined(info, type))\r\n                    return null;\r\n                return Attribute.GetCustomAttribute(info, type);\r\n#endif\r\n            }\r\n\r\n            public static Type GetGenericListElementType(Type type)\r\n            {\r\n                IEnumerable<Type> interfaces;\r\n#if SIMPLE_JSON_TYPEINFO\r\n                interfaces = type.GetTypeInfo().ImplementedInterfaces;\r\n#else\r\n                interfaces = type.GetInterfaces();\r\n#endif\r\n                foreach (Type implementedInterface in interfaces)\r\n                {\r\n                    if (IsTypeGeneric(implementedInterface) &&\r\n                        implementedInterface.GetGenericTypeDefinition() == typeof (IList<>))\r\n                    {\r\n                        return GetGenericTypeArguments(implementedInterface)[0];\r\n                    }\r\n                }\r\n                return GetGenericTypeArguments(type)[0];\r\n            }\r\n\r\n            public static Attribute GetAttribute(Type objectType, Type attributeType)\r\n            {\r\n\r\n#if SIMPLE_JSON_TYPEINFO\r\n                if (objectType == null || attributeType == null || !objectType.GetTypeInfo().IsDefined(attributeType))\r\n                    return null;\r\n                return objectType.GetTypeInfo().GetCustomAttribute(attributeType);\r\n#else\r\n                if (objectType == null || attributeType == null || !Attribute.IsDefined(objectType, attributeType))\r\n                    return null;\r\n                return Attribute.GetCustomAttribute(objectType, attributeType);\r\n#endif\r\n            }\r\n\r\n            public static Type[] GetGenericTypeArguments(Type type)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return type.GetTypeInfo().GenericTypeArguments;\r\n#else\r\n                return type.GetGenericArguments();\r\n#endif\r\n            }\r\n\r\n            public static bool IsTypeGeneric(Type type)\r\n            {\r\n                return GetTypeInfo(type).IsGenericType;\r\n            }\r\n\r\n            public static bool IsTypeGenericeCollectionInterface(Type type)\r\n            {\r\n                if (!IsTypeGeneric(type))\r\n                    return false;\r\n\r\n                Type genericDefinition = type.GetGenericTypeDefinition();\r\n\r\n                return (genericDefinition == typeof(IList<>)\r\n                    || genericDefinition == typeof(ICollection<>)\r\n                    || genericDefinition == typeof(IEnumerable<>)\r\n#if SIMPLE_JSON_READONLY_COLLECTIONS\r\n                    || genericDefinition == typeof(IReadOnlyCollection<>)\r\n                    || genericDefinition == typeof(IReadOnlyList<>)\r\n#endif\r\n                    );\r\n            }\r\n\r\n            public static bool IsAssignableFrom(Type type1, Type type2)\r\n            {\r\n                return GetTypeInfo(type1).IsAssignableFrom(GetTypeInfo(type2));\r\n            }\r\n\r\n            public static bool IsTypeDictionary(Type type)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                if (typeof(IDictionary<,>).GetTypeInfo().IsAssignableFrom(type.GetTypeInfo()))\r\n                    return true;\r\n#else\r\n                if (typeof(System.Collections.IDictionary).IsAssignableFrom(type))\r\n                    return true;\r\n#endif\r\n                if (!GetTypeInfo(type).IsGenericType)\r\n                    return false;\r\n\r\n                Type genericDefinition = type.GetGenericTypeDefinition();\r\n                return genericDefinition == typeof(IDictionary<,>);\r\n            }\r\n\r\n            public static bool IsNullableType(Type type)\r\n            {\r\n                return GetTypeInfo(type).IsGenericType && type.GetGenericTypeDefinition() == typeof(Nullable<>);\r\n            }\r\n\r\n            public static object ToNullableType(object obj, Type nullableType)\r\n            {\r\n                return obj == null ? null : Convert.ChangeType(obj, Nullable.GetUnderlyingType(nullableType), CultureInfo.InvariantCulture);\r\n            }\r\n\r\n            public static bool IsValueType(Type type)\r\n            {\r\n                return GetTypeInfo(type).IsValueType;\r\n            }\r\n\r\n            public static IEnumerable<ConstructorInfo> GetConstructors(Type type)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return type.GetTypeInfo().DeclaredConstructors;\r\n#else\r\n                return type.GetConstructors();\r\n#endif\r\n            }\r\n\r\n            public static ConstructorInfo GetConstructorInfo(Type type, params Type[] argsType)\r\n            {\r\n                IEnumerable<ConstructorInfo> constructorInfos = GetConstructors(type);\r\n                int i;\r\n                bool matches;\r\n                foreach (ConstructorInfo constructorInfo in constructorInfos)\r\n                {\r\n                    ParameterInfo[] parameters = constructorInfo.GetParameters();\r\n                    if (argsType.Length != parameters.Length)\r\n                        continue;\r\n\r\n                    i = 0;\r\n                    matches = true;\r\n                    foreach (ParameterInfo parameterInfo in constructorInfo.GetParameters())\r\n                    {\r\n                        if (parameterInfo.ParameterType != argsType[i])\r\n                        {\r\n                            matches = false;\r\n                            break;\r\n                        }\r\n                    }\r\n\r\n                    if (matches)\r\n                        return constructorInfo;\r\n                }\r\n\r\n                return null;\r\n            }\r\n\r\n            public static IEnumerable<PropertyInfo> GetProperties(Type type)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return type.GetRuntimeProperties();\r\n#else\r\n                return type.GetProperties(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static);\r\n#endif\r\n            }\r\n\r\n            public static IEnumerable<FieldInfo> GetFields(Type type)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return type.GetRuntimeFields();\r\n#else\r\n                return type.GetFields(BindingFlags.Instance | BindingFlags.Public | BindingFlags.NonPublic | BindingFlags.Static);\r\n#endif\r\n            }\r\n\r\n            public static MethodInfo GetGetterMethodInfo(PropertyInfo propertyInfo)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return propertyInfo.GetMethod;\r\n#else\r\n                return propertyInfo.GetGetMethod(true);\r\n#endif\r\n            }\r\n\r\n            public static MethodInfo GetSetterMethodInfo(PropertyInfo propertyInfo)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return propertyInfo.SetMethod;\r\n#else\r\n                return propertyInfo.GetSetMethod(true);\r\n#endif\r\n            }\r\n\r\n            public static ConstructorDelegate GetContructor(ConstructorInfo constructorInfo)\r\n            {\r\n#if SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n                return GetConstructorByReflection(constructorInfo);\r\n#else\r\n                return GetConstructorByExpression(constructorInfo);\r\n#endif\r\n            }\r\n\r\n            public static ConstructorDelegate GetContructor(Type type, params Type[] argsType)\r\n            {\r\n#if SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n                return GetConstructorByReflection(type, argsType);\r\n#else\r\n                return GetConstructorByExpression(type, argsType);\r\n#endif\r\n            }\r\n\r\n            public static ConstructorDelegate GetConstructorByReflection(ConstructorInfo constructorInfo)\r\n            {\r\n                return delegate(object[] args) { return constructorInfo.Invoke(args); };\r\n            }\r\n\r\n            public static ConstructorDelegate GetConstructorByReflection(Type type, params Type[] argsType)\r\n            {\r\n                ConstructorInfo constructorInfo = GetConstructorInfo(type, argsType);\r\n                return constructorInfo == null ? null : GetConstructorByReflection(constructorInfo);\r\n            }\r\n\r\n#if !SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n\r\n            public static ConstructorDelegate GetConstructorByExpression(ConstructorInfo constructorInfo)\r\n            {\r\n                ParameterInfo[] paramsInfo = constructorInfo.GetParameters();\r\n                ParameterExpression param = Expression.Parameter(typeof(object[]), \"args\");\r\n                Expression[] argsExp = new Expression[paramsInfo.Length];\r\n                for (int i = 0; i < paramsInfo.Length; i++)\r\n                {\r\n                    Expression index = Expression.Constant(i);\r\n                    Type paramType = paramsInfo[i].ParameterType;\r\n                    Expression paramAccessorExp = Expression.ArrayIndex(param, index);\r\n                    Expression paramCastExp = Expression.Convert(paramAccessorExp, paramType);\r\n                    argsExp[i] = paramCastExp;\r\n                }\r\n                NewExpression newExp = Expression.New(constructorInfo, argsExp);\r\n                Expression<Func<object[], object>> lambda = Expression.Lambda<Func<object[], object>>(newExp, param);\r\n                Func<object[], object> compiledLambda = lambda.Compile();\r\n                return delegate(object[] args) { return compiledLambda(args); };\r\n            }\r\n\r\n            public static ConstructorDelegate GetConstructorByExpression(Type type, params Type[] argsType)\r\n            {\r\n                ConstructorInfo constructorInfo = GetConstructorInfo(type, argsType);\r\n                return constructorInfo == null ? null : GetConstructorByExpression(constructorInfo);\r\n            }\r\n\r\n#endif\r\n\r\n            public static GetDelegate GetGetMethod(PropertyInfo propertyInfo)\r\n            {\r\n#if SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n                return GetGetMethodByReflection(propertyInfo);\r\n#else\r\n                return GetGetMethodByExpression(propertyInfo);\r\n#endif\r\n            }\r\n\r\n            public static GetDelegate GetGetMethod(FieldInfo fieldInfo)\r\n            {\r\n#if SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n                return GetGetMethodByReflection(fieldInfo);\r\n#else\r\n                return GetGetMethodByExpression(fieldInfo);\r\n#endif\r\n            }\r\n\r\n            public static GetDelegate GetGetMethodByReflection(PropertyInfo propertyInfo)\r\n            {\r\n                MethodInfo methodInfo = GetGetterMethodInfo(propertyInfo);\r\n                return delegate(object source) { return methodInfo.Invoke(source, EmptyObjects); };\r\n            }\r\n\r\n            public static GetDelegate GetGetMethodByReflection(FieldInfo fieldInfo)\r\n            {\r\n                return delegate(object source) { return fieldInfo.GetValue(source); };\r\n            }\r\n\r\n#if !SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n\r\n            public static GetDelegate GetGetMethodByExpression(PropertyInfo propertyInfo)\r\n            {\r\n                MethodInfo getMethodInfo = GetGetterMethodInfo(propertyInfo);\r\n                ParameterExpression instance = Expression.Parameter(typeof(object), \"instance\");\r\n                UnaryExpression instanceCast = (!IsValueType(propertyInfo.DeclaringType)) ? Expression.TypeAs(instance, propertyInfo.DeclaringType) : Expression.Convert(instance, propertyInfo.DeclaringType);\r\n                Func<object, object> compiled = Expression.Lambda<Func<object, object>>(Expression.TypeAs(Expression.Call(instanceCast, getMethodInfo), typeof(object)), instance).Compile();\r\n                return delegate(object source) { return compiled(source); };\r\n            }\r\n\r\n            public static GetDelegate GetGetMethodByExpression(FieldInfo fieldInfo)\r\n            {\r\n                ParameterExpression instance = Expression.Parameter(typeof(object), \"instance\");\r\n                MemberExpression member = Expression.Field(Expression.Convert(instance, fieldInfo.DeclaringType), fieldInfo);\r\n                GetDelegate compiled = Expression.Lambda<GetDelegate>(Expression.Convert(member, typeof(object)), instance).Compile();\r\n                return delegate(object source) { return compiled(source); };\r\n            }\r\n\r\n#endif\r\n\r\n            public static SetDelegate GetSetMethod(PropertyInfo propertyInfo)\r\n            {\r\n#if SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n                return GetSetMethodByReflection(propertyInfo);\r\n#else\r\n                return GetSetMethodByExpression(propertyInfo);\r\n#endif\r\n            }\r\n\r\n            public static SetDelegate GetSetMethod(FieldInfo fieldInfo)\r\n            {\r\n#if SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n                return GetSetMethodByReflection(fieldInfo);\r\n#else\r\n                return GetSetMethodByExpression(fieldInfo);\r\n#endif\r\n            }\r\n\r\n            public static SetDelegate GetSetMethodByReflection(PropertyInfo propertyInfo)\r\n            {\r\n                MethodInfo methodInfo = GetSetterMethodInfo(propertyInfo);\r\n                return delegate(object source, object value) { methodInfo.Invoke(source, new object[] { value }); };\r\n            }\r\n\r\n            public static SetDelegate GetSetMethodByReflection(FieldInfo fieldInfo)\r\n            {\r\n                return delegate(object source, object value) { fieldInfo.SetValue(source, value); };\r\n            }\r\n\r\n#if !SIMPLE_JSON_NO_LINQ_EXPRESSION\r\n\r\n            public static SetDelegate GetSetMethodByExpression(PropertyInfo propertyInfo)\r\n            {\r\n                MethodInfo setMethodInfo = GetSetterMethodInfo(propertyInfo);\r\n                ParameterExpression instance = Expression.Parameter(typeof(object), \"instance\");\r\n                ParameterExpression value = Expression.Parameter(typeof(object), \"value\");\r\n                UnaryExpression instanceCast = (!IsValueType(propertyInfo.DeclaringType)) ? Expression.TypeAs(instance, propertyInfo.DeclaringType) : Expression.Convert(instance, propertyInfo.DeclaringType);\r\n                UnaryExpression valueCast = (!IsValueType(propertyInfo.PropertyType)) ? Expression.TypeAs(value, propertyInfo.PropertyType) : Expression.Convert(value, propertyInfo.PropertyType);\r\n                Action<object, object> compiled = Expression.Lambda<Action<object, object>>(Expression.Call(instanceCast, setMethodInfo, valueCast), new ParameterExpression[] { instance, value }).Compile();\r\n                return delegate(object source, object val) { compiled(source, val); };\r\n            }\r\n\r\n            public static SetDelegate GetSetMethodByExpression(FieldInfo fieldInfo)\r\n            {\r\n                ParameterExpression instance = Expression.Parameter(typeof(object), \"instance\");\r\n                ParameterExpression value = Expression.Parameter(typeof(object), \"value\");\r\n                Action<object, object> compiled = Expression.Lambda<Action<object, object>>(\r\n                    Assign(Expression.Field(Expression.Convert(instance, fieldInfo.DeclaringType), fieldInfo), Expression.Convert(value, fieldInfo.FieldType)), instance, value).Compile();\r\n                return delegate(object source, object val) { compiled(source, val); };\r\n            }\r\n\r\n            public static BinaryExpression Assign(Expression left, Expression right)\r\n            {\r\n#if SIMPLE_JSON_TYPEINFO\r\n                return Expression.Assign(left, right);\r\n#else\r\n                MethodInfo assign = typeof(Assigner<>).MakeGenericType(left.Type).GetMethod(\"Assign\");\r\n                BinaryExpression assignExpr = Expression.Add(left, right, assign);\r\n                return assignExpr;\r\n#endif\r\n            }\r\n\r\n            private static class Assigner<T>\r\n            {\r\n                public static T Assign(ref T left, T right)\r\n                {\r\n                    return (left = right);\r\n                }\r\n            }\r\n\r\n#endif\r\n\r\n            public sealed class ThreadSafeDictionary<TKey, TValue> : IDictionary<TKey, TValue>\r\n            {\r\n                private readonly object _lock = new object();\r\n                private readonly ThreadSafeDictionaryValueFactory<TKey, TValue> _valueFactory;\r\n                private Dictionary<TKey, TValue> _dictionary;\r\n\r\n                public ThreadSafeDictionary(ThreadSafeDictionaryValueFactory<TKey, TValue> valueFactory)\r\n                {\r\n                    _valueFactory = valueFactory;\r\n                }\r\n\r\n                private TValue Get(TKey key)\r\n                {\r\n                    if (_dictionary == null)\r\n                        return AddValue(key);\r\n                    TValue value;\r\n                    if (!_dictionary.TryGetValue(key, out value))\r\n                        return AddValue(key);\r\n                    return value;\r\n                }\r\n\r\n                private TValue AddValue(TKey key)\r\n                {\r\n                    TValue value = _valueFactory(key);\r\n                    lock (_lock)\r\n                    {\r\n                        if (_dictionary == null)\r\n                        {\r\n                            _dictionary = new Dictionary<TKey, TValue>();\r\n                            _dictionary[key] = value;\r\n                        }\r\n                        else\r\n                        {\r\n                            TValue val;\r\n                            if (_dictionary.TryGetValue(key, out val))\r\n                                return val;\r\n                            Dictionary<TKey, TValue> dict = new Dictionary<TKey, TValue>(_dictionary);\r\n                            dict[key] = value;\r\n                            _dictionary = dict;\r\n                        }\r\n                    }\r\n                    return value;\r\n                }\r\n\r\n                public void Add(TKey key, TValue value)\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public bool ContainsKey(TKey key)\r\n                {\r\n                    return _dictionary.ContainsKey(key);\r\n                }\r\n\r\n                public ICollection<TKey> Keys\r\n                {\r\n                    get { return _dictionary.Keys; }\r\n                }\r\n\r\n                public bool Remove(TKey key)\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public bool TryGetValue(TKey key, out TValue value)\r\n                {\r\n                    value = this[key];\r\n                    return true;\r\n                }\r\n\r\n                public ICollection<TValue> Values\r\n                {\r\n                    get { return _dictionary.Values; }\r\n                }\r\n\r\n                public TValue this[TKey key]\r\n                {\r\n                    get { return Get(key); }\r\n                    set { throw new NotImplementedException(); }\r\n                }\r\n\r\n                public void Add(KeyValuePair<TKey, TValue> item)\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public void Clear()\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public bool Contains(KeyValuePair<TKey, TValue> item)\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public void CopyTo(KeyValuePair<TKey, TValue>[] array, int arrayIndex)\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public int Count\r\n                {\r\n                    get { return _dictionary.Count; }\r\n                }\r\n\r\n                public bool IsReadOnly\r\n                {\r\n                    get { throw new NotImplementedException(); }\r\n                }\r\n\r\n                public bool Remove(KeyValuePair<TKey, TValue> item)\r\n                {\r\n                    throw new NotImplementedException();\r\n                }\r\n\r\n                public IEnumerator<KeyValuePair<TKey, TValue>> GetEnumerator()\r\n                {\r\n                    return _dictionary.GetEnumerator();\r\n                }\r\n\r\n                System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator()\r\n                {\r\n                    return _dictionary.GetEnumerator();\r\n                }\r\n            }\r\n\r\n        }\r\n    }\r\n}\r\n// ReSharper restore LoopCanBeConvertedToQuery\r\n// ReSharper restore RedundantExplicitArrayCreation\r\n// ReSharper restore SuggestUseVarKeywordEvident\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/DataContractSampleClassess.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir ShresTha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n    using System.Runtime.Serialization;\r\n\r\n    #region Fields\r\n\r\n    [DataContract]\r\n    public class DataContractPublicReadOnlyFields\r\n    {\r\n        [DataMember]\r\n        public readonly string DataMemberWithoutName = \"dmv\";\r\n\r\n        [DataMember(Name = \"name\")]\r\n        public readonly string DatMemberWithName = \"dmnv\";\r\n\r\n        [IgnoreDataMember]\r\n        public readonly string IgnoreDataMember = \"idm\";\r\n\r\n        public readonly string NoDataMember = \"ndm\";\r\n    }\r\n\r\n    [DataContract]\r\n    public class DataContractPublicFields\r\n    {\r\n        [DataMember]\r\n        public string DataMemberWithoutName = \"dmv\";\r\n\r\n        [DataMember(Name = \"name\")]\r\n        public string DatMemberWithName = \"dmnv\";\r\n\r\n        [IgnoreDataMember]\r\n        public string IgnoreDataMember = \"idm\";\r\n\r\n        public string NoDataMember = \"ndm\";\r\n    }\r\n\r\n    // Supress is assigned by its value is never used\r\n#pragma warning disable 0414\r\n    [DataContract]\r\n    public class DataContractPrivateReadOnlyFields\r\n    {\r\n        [DataMember]\r\n        private readonly string DataMemberWithoutName = \"dmv\";\r\n\r\n        [DataMember(Name = \"name\")]\r\n        private readonly string DatMemberWithName = \"dmnv\";\r\n\r\n        [IgnoreDataMember]\r\n        private readonly string IgnoreDataMember = \"idm\";\r\n\r\n        private readonly string NoDataMember = \"ndm\";\r\n    }\r\n\r\n    [DataContract]\r\n    public class DataContractPrivateFields\r\n    {\r\n        [DataMember]\r\n        private string DataMemberWithoutName = \"dmv\";\r\n\r\n        [DataMember(Name = \"name\")]\r\n        private string DatMemberWithName = \"dmnv\";\r\n\r\n        [IgnoreDataMember]\r\n        private string IgnoreDataMember = \"idm\";\r\n\r\n        private string NoDataMember = \"ndm\";\r\n    }\r\n\r\n#pragma warning restore 0414\r\n    #endregion\r\n\r\n    #region Getter\r\n\r\n    [DataContract]\r\n    public class DataContractPublicGetters\r\n    {\r\n        [DataMember]\r\n        public string DataMemberWithoutName { get { return \"dmv\"; } }\r\n\r\n        [DataMember(Name = \"name\")]\r\n        public string DatMemberWithName { get { return \"dmnv\"; } }\r\n\r\n        [IgnoreDataMember]\r\n        public string IgnoreDataMember { get { return \"idm\"; } }\r\n\r\n        public string NoDataMember { get { return \"ndm\"; } }\r\n    }\r\n\r\n    [DataContract]\r\n    public class DataContractPrivateGetters\r\n    {\r\n        [DataMember]\r\n        private string DataMemberWithoutName { get { return \"dmv\"; } }\r\n\r\n        [DataMember(Name = \"name\")]\r\n        private string DatMemberWithName { get { return \"dmnv\"; } }\r\n\r\n        [IgnoreDataMember]\r\n        private string IgnoreDataMember { get { return \"idm\"; } }\r\n\r\n        private string NoDataMember { get { return \"ndm\"; } }\r\n    }\r\n\r\n    #endregion\r\n\r\n    #region Setter\r\n\r\n    [DataContract]\r\n    public class DataContractPublicSetters\r\n    {\r\n        [DataMember]\r\n        public string DataMemberWithoutName { set { } }\r\n\r\n        [DataMember(Name = \"name\")]\r\n        public string DatMemberWithName { set { } }\r\n\r\n        [IgnoreDataMember]\r\n        public string IgnoreDataMember { set { } }\r\n\r\n        public string NoDataMember { set { } }\r\n    }\r\n\r\n    [DataContract]\r\n    public class DataContractPrivateSetters\r\n    {\r\n        [DataMember]\r\n        private string DataMemberWithoutName { set { } }\r\n\r\n        [DataMember(Name = \"name\")]\r\n        private string DatMemberWithName { set { } }\r\n\r\n        [IgnoreDataMember]\r\n        private string IgnoreDataMember { set { } }\r\n\r\n        private string NoDataMember { set { } }\r\n    }\r\n\r\n    #endregion\r\n\r\n    #region Getter/Setters\r\n\r\n    [DataContract]\r\n    public class DataContractPublicGetterSetters\r\n    {\r\n        public DataContractPublicGetterSetters()\r\n        {\r\n            DataMemberWithoutName = \"dmv\";\r\n            DatMemberWithName = \"dmnv\";\r\n            IgnoreDataMember = \"idm\";\r\n            NoDataMember = \"ndm\";\r\n        }\r\n\r\n        [DataMember]\r\n        public string DataMemberWithoutName { get; set; }\r\n\r\n        [DataMember(Name = \"name\")]\r\n        public string DatMemberWithName { get; set; }\r\n\r\n        [IgnoreDataMember]\r\n        public string IgnoreDataMember { get; set; }\r\n\r\n        public string NoDataMember { get; set; }\r\n    }\r\n\r\n    [DataContract]\r\n    public class DataContractPrivateGetterSetters\r\n    {\r\n        public DataContractPrivateGetterSetters()\r\n        {\r\n            DataMemberWithoutName = \"dmv\";\r\n            DatMemberWithName = \"dmnv\";\r\n            IgnoreDataMember = \"idm\";\r\n            NoDataMember = \"ndm\";\r\n        }\r\n\r\n        [DataMember]\r\n        private string DataMemberWithoutName { get; set; }\r\n\r\n        [DataMember(Name = \"name\")]\r\n        private string DatMemberWithName { get; set; }\r\n\r\n        [IgnoreDataMember]\r\n        private string IgnoreDataMember { get; set; }\r\n\r\n        private string NoDataMember { get; set; }\r\n    }\r\n\r\n    #endregion\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PrivateFieldsSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PrivateFieldsSerializeTests\r\n    {\r\n\r\n        private DataContractPrivateFields _dataContractPrivateFields;\r\n\r\n        public PrivateFieldsSerializeTests()\r\n        {\r\n            _dataContractPrivateFields = new DataContractPrivateFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateFields,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PrivateGetterSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PrivateGetterSettersSerializeTests\r\n    {\r\n        private DataContractPrivateGetterSetters _dataContractPrivateGetterSetters;\r\n\r\n        public PrivateGetterSettersSerializeTests()\r\n        {\r\n            _dataContractPrivateGetterSetters = new DataContractPrivateGetterSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateGetterSetters,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PrivateGettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n    #if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PrivateGettersSerializeTests\r\n    {\r\n        private DataContractPrivateGetters _dataContractPrivateGetters;\r\n\r\n        public PrivateGettersSerializeTests()\r\n        {\r\n            _dataContractPrivateGetters = new DataContractPrivateGetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateGetters,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PrivateReadonlySerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    \r\n    [TestClass]\r\n    public class PrivateReadonlySerializeTests\r\n    {\r\n        private DataContractPrivateReadOnlyFields _dataContractPrivateReadOnlyFields;\r\n\r\n        public PrivateReadonlySerializeTests()\r\n        {\r\n            _dataContractPrivateReadOnlyFields = new DataContractPrivateReadOnlyFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateReadOnlyFields,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PrivateSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PrivateSettersSerializeTests\r\n    {\r\n        private DataContractPrivateSetters _dataContractPrivateSetters;\r\n\r\n        public PrivateSettersSerializeTests()\r\n        {\r\n            _dataContractPrivateSetters = new DataContractPrivateSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateSetters,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PublicFieldsSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PublicFieldsSerializeTests\r\n    {\r\n        private DataContractPublicFields _dataContractPublicFields;\r\n\r\n        public PublicFieldsSerializeTests()\r\n        {\r\n            _dataContractPublicFields = new DataContractPublicFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicFields,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PublicGetterSetterDeserializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n    using System.Collections.Generic;\r\n    using System.Runtime.Serialization;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PublicGetterSetterDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void DeserializesCorrectly()\r\n        {\r\n            var json = \"{\\\"DataMemberWithoutName\\\":\\\"1\\\",\\\"name\\\":\\\"2\\\"}\";\r\n            var obj = new DataContractPublicGetterSetters();\r\n\r\n            var result = (DataContractPublicGetterSetters)SimpleJson.DeserializeObject(json, typeof(DataContractPublicGetterSetters), SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(\"1\", result.DataMemberWithoutName);\r\n            Assert.AreEqual(\"2\", result.DatMemberWithName);\r\n            Assert.AreEqual(obj.IgnoreDataMember, result.IgnoreDataMember);\r\n            Assert.AreEqual(obj.NoDataMember, result.NoDataMember);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PublicGetterSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PublicGetterSettersSerializeTests\r\n    {\r\n        private DataContractPublicGetterSetters _dataContractPublicGetterSetters;\r\n\r\n        public PublicGetterSettersSerializeTests()\r\n        {\r\n            _dataContractPublicGetterSetters = new DataContractPublicGetterSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicGetterSetters,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PublicGettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PublicGettersSerializeTests\r\n    {\r\n        private DataContractPublicGetters _contractPublicGetters;\r\n\r\n        public PublicGettersSerializeTests()\r\n        {\r\n            _contractPublicGetters = new DataContractPublicGetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_contractPublicGetters,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PublicReadonlySerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PublicReadonlySerializeTests\r\n    {\r\n        private DataContractPublicReadOnlyFields _dataContractPublicReadOnlyFields;\r\n\r\n        public PublicReadonlySerializeTests()\r\n        {\r\n            _dataContractPublicReadOnlyFields = new DataContractPublicReadOnlyFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicReadOnlyFields,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"name\\\":\\\"dmnv\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DataContractTests/PublicSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.DataContractTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class PublicSettersSerializeTests\r\n    {\r\n        private DataContractPublicSetters _dataContractPublicSetters;\r\n\r\n        public PublicSettersSerializeTests()\r\n        {\r\n            _dataContractPublicSetters = new DataContractPublicSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicSetters,\r\n                                                    SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DeserializeGenericListTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System;\r\n    using System.Collections.Generic;\r\n    using System.Runtime.Serialization;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class DeserializeGenericListTests\r\n    {\r\n        private class NumberList : List<int>\r\n        {\r\n        }\r\n\r\n        private class ItemList : List<Item>\r\n        {\r\n        }\r\n\r\n        private class Item\r\n        {\r\n            public string SomeProperty { get; set; }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Can_Deserialize_Root_Json_Array_Of_Primitives_To_Inherited_List()\r\n        {\r\n            var json = \"[0,1,2]\";\r\n            var result = SimpleJson.DeserializeObject<NumberList>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(3, result.Count);\r\n            for (int i = 0; i < 3; i++)\r\n            {\r\n                Assert.AreEqual(i, result[i]);\r\n            }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Can_Deserialize_Root_Json_Array_Of_Primitives_To_Generic_List()\r\n        {\r\n            var json = \"[0,1,2]\";\r\n            var result = SimpleJson.DeserializeObject<List<int>>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(3, result.Count);\r\n            for (int i = 0; i < 3; i++)\r\n            {\r\n                Assert.AreEqual(i, result[i]);\r\n            }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Can_Deserialize_Root_Json_Array_To_Inherited_List()\r\n        {\r\n            var json = @\"[{\"\"SomeProperty\"\":\"\"bar0\"\"},{\"\"SomeProperty\"\":\"\"bar1\"\"}]\";\r\n            var result = SimpleJson.DeserializeObject<ItemList>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(2, result.Count);\r\n            Assert.AreEqual(\"bar0\", result[0].SomeProperty);\r\n            Assert.AreEqual(\"bar1\", result[1].SomeProperty);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/DeserializeObjectTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System;\r\n    using System.Collections.Generic;\r\n    using System.Runtime.Serialization;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class DeserializeObjectTests\r\n    {\r\n        public class ObjProp\r\n        {\r\n            public string PropTypeKnown { get; set; }\r\n            public object PropTypeUnknown { get; set; }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ReadIndented()\r\n        {\r\n            string input = @\"{\r\n  \"\"CPU\"\": \"\"Intel\"\",\r\n  \"\"Drives\"\": [\r\n    \"\"DVD read/writer\"\",\r\n    \"\"500 gigabyte hard drive\"\"\r\n  ]\r\n}\";\r\n            object obj = SimpleJson.DeserializeObject(input);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(obj, typeof(IDictionary<string, object>));\r\n            Assert.IsInstanceOfType(obj, typeof(JsonObject));\r\n#else\r\n            Assert.IsInstanceOf<IDictionary<string, object>>(obj);\r\n            Assert.IsInstanceOf<JsonObject>(obj);\r\n#endif\r\n\r\n            var root = (IDictionary<string, object>)obj;\r\n\r\n            Assert.AreEqual(2, root.Count);\r\n\r\n            Assert.IsTrue(root.ContainsKey(\"CPU\"));\r\n            Assert.AreEqual(\"Intel\", root[\"CPU\"]);\r\n\r\n            Assert.IsTrue(root.ContainsKey(\"Drives\"));\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(root[\"Drives\"], typeof(IList<object>));\r\n            Assert.IsInstanceOfType(root[\"Drives\"], typeof(JsonArray));\r\n#else\r\n            Assert.IsInstanceOf<IList<object>>(root[\"Drives\"]);\r\n            Assert.IsInstanceOf<JsonArray>(root[\"Drives\"]);\r\n#endif\r\n\r\n            var drives = (IList<object>)root[\"Drives\"];\r\n\r\n            Assert.AreEqual(2, drives.Count);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(drives[0], typeof(string));\r\n#else\r\n            Assert.IsInstanceOf<string>(drives[0]);\r\n#endif\r\n            Assert.AreEqual(\"DVD read/writer\", drives[0]);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(drives[1], typeof(string));\r\n#else\r\n            Assert.IsInstanceOf<string>(drives[1]);\r\n#endif\r\n            Assert.AreEqual(\"500 gigabyte hard drive\", drives[1]);\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void UnexpectedEndOfString()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(\"hi\");\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void ReadNullTerminiatorString()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(\"\\\"h\\0i\\\"\");\r\n\r\n            Assert.AreEqual(\"h\\0i\", result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void EmptyObjectDeserialize()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(\"{}\");\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(result, typeof(IDictionary<string,object>));\r\n#else\r\n            Assert.IsInstanceOf<IDictionary<string,object>>(result);\r\n#endif\r\n            var dict = (IDictionary<string, object>) result;\r\n            Assert.AreEqual(0, dict.Count);\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void UnexpectedEndOfHex()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(@\"'h\\u006\");\r\n        }\r\n\r\n\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void UnexpectedEndOfControlCharacter()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(@\"'h\\\");\r\n        }\r\n\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void UnexpectedEndWhenParsingUnquotedProperty()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(@\"{aww\");\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void ParsingQuotedPropertyWithControlCharacters()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(\"{\\\"hi\\r\\nbye\\\":1}\");\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(result, typeof(IDictionary<string, object>));\r\n            Assert.IsInstanceOfType(result, typeof(JsonObject));\r\n#else\r\n            Assert.IsInstanceOf<IDictionary<string, object>>(result);\r\n            Assert.IsInstanceOf<JsonObject>(result);\r\n#endif\r\n\r\n\r\n            var dict = (IDictionary<string, object>)result;\r\n\r\n            foreach (KeyValuePair<string, object> pair in dict)\r\n            {\r\n                Assert.AreEqual(@\"hi\r\nbye\", pair.Key);\r\n            }\r\n        }\r\n\r\n\r\n\r\n        [TestMethod]\r\n        public void ReadNewLineLastCharacter()\r\n        {\r\n            string input = @\"{\r\n  \"\"CPU\"\": \"\"Intel\"\",\r\n  \"\"Drives\"\": [ \r\n    \"\"DVD read/writer\"\",\r\n    \"\"500 gigabyte hard drive\"\"\r\n  ]\r\n}\" + '\\n';\r\n\r\n            object o = SimpleJson.DeserializeObject(input);\r\n            Assert.IsNotNull(o);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(o, typeof(IDictionary<string, object>));\r\n#else\r\n            Assert.IsInstanceOf<IDictionary<string, object>>(o);\r\n#endif\r\n\r\n\r\n            var dict = (IDictionary<string, object>)o;\r\n\r\n            Assert.AreEqual(\"Intel\", dict[\"CPU\"]);\r\n        }\r\n\r\n\r\n\r\n        [TestMethod]\r\n#if NETFX_CORE\r\n        [Ignore]\r\n#else\r\n        [Ignore(\"not part of the json standard.\")]\r\n#endif\r\n        public void FloatingPointNonFiniteNumber()\r\n        {\r\n            string input = @\"[\r\n  NaN,\r\n  Infinity,\r\n  -Infinity\r\n]\";\r\n            var o = SimpleJson.DeserializeObject(input);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void LongStringTests()\r\n        {\r\n            int length = 20000;\r\n            string json = @\"[\"\"\" + new string(' ', length) + @\"\"\"]\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n\r\n            var a = (IList<object>)o;\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(a[0], typeof(string));\r\n#else\r\n            Assert.IsInstanceOf<string>(a[0]);\r\n#endif\r\n\r\n\r\n            Assert.AreEqual(20000, ((string)a[0]).Length);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void EscapedUnicodeTests()\r\n        {\r\n            string json = @\"[\"\"\\u003c\"\",\"\"\\u5f20\"\"]\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(o, typeof(List<object>));\r\n#else\r\n            Assert.IsInstanceOf<List<object>>(o);\r\n#endif\r\n\r\n            var l = (List<object>)o;\r\n            Assert.AreEqual(2, l.Count);\r\n\r\n            Assert.AreEqual(\"<\", l[0]);\r\n            //Assert.AreEqual(\"24352\", Convert.ToInt32(Convert.ToChar(l[0])));\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void MissingColon()\r\n        {\r\n            string json = @\"{\r\n    \"\"A\"\" : true,\r\n    \"\"B\"\" \"\"hello\"\", // Notice the colon is missing\r\n    \"\"C\"\" : \"\"bye\"\"\r\n}\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n        }\r\n\r\n\r\n\r\n        [TestMethod]\r\n#if NETFX_CORE\r\n        [Ignore]\r\n#else\r\n        [Ignore(\"not part of the json standard.\")]\r\n#endif\r\n        public void ReadOcatalNumber()\r\n        {\r\n            var json = @\"[0372, 0xFA, 0XFA]\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void ReadUnicode()\r\n        {\r\n            string json = @\"{\"\"Message\"\":\"\"Hi,I\\u0092ve send you smth\"\"}\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(o, typeof(IDictionary<string, object>));\r\n            Assert.IsInstanceOfType(o, typeof(JsonObject));\r\n#else\r\n            Assert.IsInstanceOf<IDictionary<string, object>>(o);\r\n            Assert.IsInstanceOf<JsonObject>(o);\r\n#endif\r\n\r\n\r\n\r\n            var dict = (IDictionary<string, object>)o;\r\n\r\n            Assert.AreEqual(@\"Hi,I\" + '\\u0092' + \"ve send you smth\", dict[\"Message\"]);\r\n        }\r\n\r\n\r\n        [TestMethod]\r\n        public void DeserializeUnicodeChar()\r\n        {\r\n            string json = \"\\\"न\\\"\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(o, typeof(string));\r\n#else\r\n            Assert.IsInstanceOf<string>(o);\r\n#endif\r\n\r\n\r\n\r\n            Assert.AreEqual(\"न\", o);\r\n        }\r\n\r\n        [TestMethod]\r\n#if NETFX_CORE\r\n        [Ignore]\r\n#else\r\n        [Ignore(\"not part of the json standard.\")]\r\n#endif\r\n        public void ReadHexidecimalWithAllLetters()\r\n        {\r\n            string json = @\"{\"\"text\"\":0xabcdef12345}\";\r\n\r\n            var o = SimpleJson.DeserializeObject(json);\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void ParseIncompleteArray()\r\n        {\r\n            var o = SimpleJson.DeserializeObject(\"[1\");\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void DeserializeSurrogatePair()\r\n        {\r\n            string json = \"\\\"𩸽 is Arabesque greenling(fish) in japanese\\\"\";\r\n            var o = SimpleJson.DeserializeObject(json);\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(o, typeof(string));\r\n#else\r\n            Assert.IsInstanceOf<string>(o);\r\n#endif\r\n\r\n            Assert.AreEqual(\"𩸽 is Arabesque greenling(fish) in japanese\", o);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeEscapedSurrogatePair()\r\n        {\r\n            string json = \"\\\"\\\\uD867\\\\uDE3D is Arabesque greenling(fish)\\\"\";  // 𩸽\r\n            var o = SimpleJson.DeserializeObject(json);\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(o, typeof(string));\r\n#else\r\n            Assert.IsInstanceOf<string>(o);\r\n#endif\r\n            Assert.AreEqual(\"\\uD867\\uDE3D is Arabesque greenling(fish)\", o);\r\n            Assert.AreEqual(\"𩸽 is Arabesque greenling(fish)\", o);\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(SerializationException),\r\n#if !NETFX_CORE\r\n ExpectedMessage =\r\n#endif\r\n \"Invalid JSON string\")]\r\n        public void DeserializeInvaildEscapedSurrogatePair()\r\n        {\r\n            string json = \"\\\"\\\\uD867\\\\u0000 is Arabesque greenling(fish)\\\"\";\r\n            var o = SimpleJson.DeserializeObject(json);\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void DeserializeKnownJsonObjectType()\r\n        {\r\n            var json = \"{\\\"FirstName\\\":\\\"Bruno\\\",\\\"LastName\\\":\\\"Baïa\\\",\\\"Address\\\":{\\\"Country\\\":\\\"France\\\",\\\"City\\\":\\\"Toulouse\\\"}}\";\r\n            var result = SimpleJson.DeserializeObject<JsonObject>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(\"Bruno\", result[\"FirstName\"]);\r\n            Assert.AreEqual(\"Baïa\", result[\"LastName\"]);\r\n            var address = result[\"Address\"] as JsonObject;\r\n            Assert.AreEqual(\"France\", address[\"Country\"]);\r\n            Assert.AreEqual(\"Toulouse\", address[\"City\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeKnownJsonObjectTypeWithMapping()\r\n        {\r\n            const string json = \"{\\\"first_name\\\":\\\"Bruno\\\",\\\"LastName\\\":\\\"Mars\\\"}\";\r\n            var result = SimpleJson.DeserializeObject<Sample>(json, new MySerializationStrategy());\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(\"Bruno\", result.FirstName);\r\n            Assert.AreEqual(\"Mars\", result.LastName);\r\n        }\r\n\r\n        private class MySerializationStrategy : PocoJsonSerializerStrategy\r\n        {\r\n            protected override string MapClrMemberNameToJsonFieldName(string jsonFieldName)\r\n            {\r\n                return jsonFieldName == \"FirstName\" ? \"first_name\" : jsonFieldName;\r\n            }\r\n        }\r\n\r\n        public class Sample\r\n        {\r\n            public string FirstName { get; set; }\r\n            public string LastName { get; set; }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeKnownJsonArrayType()\r\n        {\r\n            var json = \"[{\\\"name\\\":\\\"road cycling\\\",\\\"value\\\":11},{\\\"name\\\":\\\"football\\\",\\\"value\\\":9}]\";\r\n            var result = SimpleJson.DeserializeObject<JsonArray>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            foreach (JsonObject hobby in result)\r\n            {\r\n#if NETFX_CORE\r\n                Assert.IsNotNull(hobby[\"name\"]);\r\n                Assert.IsNotNull(hobby[\"value\"]);\r\n#else\r\n                Assert.NotNull(hobby[\"name\"]);\r\n                Assert.NotNull(hobby[\"value\"]);\r\n#endif\r\n\r\n            }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeDoubleQuotesCorrectly()\r\n        {\r\n            var json = \"{\\\"message\\\":\\\"Hi \\\\\\\"Prabir\\\\\\\"\\\"}\";\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.AreEqual(\"Hi \\\"Prabir\\\"\", result[\"message\"]);\r\n        }\r\n\r\n        class ClassWithUri { public Uri url { get; set; } }\r\n\r\n        [TestMethod]\r\n        public void DeserializeUriCorrectly()\r\n        {\r\n            var json = \"{\\\"url\\\":\\\"https://github.com/shiftkey/simple-json/issues/1\\\"}\";\r\n            var result = SimpleJson.DeserializeObject<ClassWithUri>(json);\r\n\r\n            Assert.AreEqual(new Uri(\"https://github.com/shiftkey/simple-json/issues/1\"), result.url);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeInvalidUriCorrectly()\r\n        {\r\n            var json = \"{\\\"url\\\":\\\"this is a broken uri\\\"}\";\r\n            var result = SimpleJson.DeserializeObject<ClassWithUri>(json);\r\n\r\n            Assert.IsNull(result.url);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeUnknownProperty()\r\n        {\r\n            var json = \"{\\\"PropTypeKnown\\\":\\\"str\\\",\\\"PropTypeUnknown\\\":{\\\"unknown\\\":\\\"property\\\"}}\";\r\n            var result = SimpleJson.DeserializeObject<ObjProp>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(\"str\", result.PropTypeKnown);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(result.PropTypeUnknown, typeof(IDictionary<string, object>));\r\n            Assert.IsInstanceOfType(result.PropTypeUnknown, typeof(JsonObject));\r\n#else\r\n            Assert.IsInstanceOf<IDictionary<string, object>>(result.PropTypeUnknown);\r\n            Assert.IsInstanceOf<JsonObject>(result.PropTypeUnknown);\r\n#endif\r\n            var dict = (IDictionary<string, object>)result.PropTypeUnknown;\r\n            Assert.IsNotNull(dict);\r\n            Assert.AreEqual(1, dict.Count);\r\n            Assert.AreEqual(\"property\", dict[\"unknown\"]);\r\n        }\r\n\r\n        public class BaseClass\r\n        {\r\n            public string B { get; set; }\r\n        }\r\n\r\n        public class SomeClass : BaseClass\r\n        {\r\n            public string A { get; set; }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializePropertiesOnBaseClass()\r\n        {\r\n            var json = \"{\\\"A\\\":\\\"first-value\\\",\\\"B\\\":\\\"another-value\\\"}\";\r\n            var result = SimpleJson.DeserializeObject<SomeClass>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(\"first-value\", result.A);\r\n            Assert.AreEqual(\"another-value\", result.B);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/EscapeToJavascriptStringTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class EscapeToJavascriptStringTests\r\n    {\r\n        [TestMethod]\r\n        public void BackSlash()\r\n        {\r\n            var serialized = SimpleJson.SerializeObject(\"c:\\\\haha.pl\");\r\n            var result = SimpleJson.EscapeToJavascriptString(serialized);\r\n\r\n            Assert.AreEqual(\"\\\"c:\\\\haha.pl\\\"\", result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void BackSlashWithT()\r\n        {\r\n            var serialized = SimpleJson.SerializeObject(\"c:\\\\taha.pl\");\r\n            var result = SimpleJson.EscapeToJavascriptString(serialized);\r\n\r\n            Assert.AreEqual(\"\\\"c:\\\\taha.pl\\\"\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/JsonArrayTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System;\r\n    using System.Collections.Generic;\r\n    using System.Runtime.Serialization;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class JsonArrayTests\r\n    {\r\n        [TestMethod]\r\n        public void Clear()\r\n        {\r\n            JsonArray a = new JsonArray { 1 };\r\n            Assert.AreEqual(1, a.Count);\r\n\r\n            a.Clear();\r\n            Assert.AreEqual(0, a.Count);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Contains()\r\n        {\r\n            int v = 1;\r\n\r\n            JsonArray a = new JsonArray { v };\r\n\r\n            Assert.IsFalse(a.Contains(2));\r\n            Assert.IsFalse(a.Contains(null));\r\n            Assert.IsTrue(a.Contains(v));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Remove()\r\n        {\r\n            object v = 1;\r\n            JsonArray j = new JsonArray();\r\n            j.Add(v);\r\n\r\n            Assert.AreEqual(1, j.Count);\r\n\r\n            Assert.AreEqual(false, j.Remove(2));\r\n            Assert.AreEqual(false, j.Remove(null));\r\n            Assert.AreEqual(true, j.Remove(v));\r\n            Assert.AreEqual(false, j.Remove(v));\r\n\r\n            Assert.AreEqual(0, j.Count);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void IndexOf()\r\n        {\r\n            object v1 = 1;\r\n            object v2 = 2;\r\n            object v3 = 3;\r\n\r\n            JsonArray j = new JsonArray();\r\n            j.Add(v1);\r\n\r\n            Assert.AreEqual(0, j.IndexOf(v1));\r\n\r\n            j.Add(v2);\r\n            Assert.AreEqual(0, j.IndexOf(v1));\r\n            Assert.AreEqual(1, j.IndexOf(v2));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void RemoveAt()\r\n        {\r\n            object v1 = 1;\r\n            object v2 = 2;\r\n            object v3 = 3;\r\n\r\n            JsonArray j = new JsonArray();\r\n            j.Add(v1);\r\n            j.Add(v2);\r\n            j.Add(v3);\r\n\r\n            Assert.AreEqual(true, j.Contains(v1));\r\n            j.RemoveAt(0);\r\n            Assert.AreEqual(false, j.Contains(v1));\r\n\r\n            Assert.AreEqual(true, j.Contains(v3));\r\n            j.RemoveAt(1);\r\n            Assert.AreEqual(false, j.Contains(v3));\r\n\r\n            Assert.AreEqual(1, j.Count);\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(ArgumentOutOfRangeException),\r\n#if !NETFX_CORE\r\n         ExpectedMessage =\r\n#endif\r\n @\"Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index\")]\r\n        public void RemoveAtOutOfRangeIndexShouldBeError()\r\n        {\r\n            JsonArray j = new JsonArray();\r\n            j.RemoveAt(0);\r\n        }\r\n\r\n        [TestMethod]\r\n        [ExpectedException(typeof(ArgumentOutOfRangeException),\r\n#if !NETFX_CORE\r\n         ExpectedMessage =\r\n#endif\r\n @\"Index was out of range. Must be non-negative and less than the size of the collection.\r\nParameter name: index\")]\r\n        public void RemoveNegtiveIndexShouldBeError()\r\n        {\r\n            JsonArray j = new JsonArray();\r\n            j.RemoveAt(-1);\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void Insert()\r\n        {\r\n            object v1 = 1;\r\n            object v2 = 2;\r\n            object v3 = 3;\r\n            object v4 = 4;\r\n\r\n            JsonArray j = new JsonArray();\r\n\r\n            j.Add(v1);\r\n            j.Add(v2);\r\n            j.Add(v3);\r\n            j.Insert(1, v4);\r\n\r\n            Assert.AreEqual(0, j.IndexOf(v1));\r\n            Assert.AreEqual(1, j.IndexOf(v4));\r\n            Assert.AreEqual(2, j.IndexOf(v2));\r\n            Assert.AreEqual(3, j.IndexOf(v3));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void InsertShouldInsertAtZeroIndex()\r\n        {\r\n            object v1 = 1;\r\n            object v2 = 2;\r\n\r\n            JsonArray j = new JsonArray();\r\n\r\n            j.Insert(0, v1);\r\n            Assert.AreEqual(0, j.IndexOf(v1));\r\n\r\n            j.Insert(0, v2);\r\n            Assert.AreEqual(1, j.IndexOf(v1));\r\n            Assert.AreEqual(0, j.IndexOf(v2));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void InsertNull()\r\n        {\r\n            JsonArray j = new JsonArray();\r\n            j.Insert(0, null);\r\n\r\n            Assert.AreEqual(null, j[0]);\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [ExpectedException(typeof(ArgumentOutOfRangeException),\r\n#if !NETFX_CORE\r\n         ExpectedMessage =\r\n#endif\r\n @\"Index must be within the bounds of the List.\r\nParameter name: index\")]\r\n        public void InsertNegativeIndexShouldThrow()\r\n        {\r\n            JsonArray j = new JsonArray();\r\n            j.Insert(-1, 1);\r\n        }\r\n\r\n        [TestMethod]\r\n        [ExpectedException(typeof(ArgumentOutOfRangeException),\r\n#if !NETFX_CORE\r\n         ExpectedMessage =\r\n#endif\r\n @\"Index must be within the bounds of the List.\r\nParameter name: index\")]\r\n        public void InsertOutOfRangeIndexShouldThrow()\r\n        {\r\n            JsonArray j = new JsonArray();\r\n            j.Insert(2, 1);\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void Item()\r\n        {\r\n            object v1 = 1;\r\n            object v2 = 2;\r\n            object v3 = 3;\r\n            object v4 = 4;\r\n\r\n            JsonArray j = new JsonArray();\r\n\r\n            j.Add(v1);\r\n            j.Add(v2);\r\n            j.Add(v3);\r\n\r\n            j[1] = v4;\r\n\r\n            Assert.AreEqual(-1, j.IndexOf(v2));\r\n            Assert.AreEqual(1, j.IndexOf(v4));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Iterate()\r\n        {\r\n            JsonArray a = new JsonArray { 1, 2, 3, 4, 5 };\r\n\r\n            int i = 1;\r\n            foreach (object o in a)\r\n            {\r\n                Assert.AreEqual(i, o);\r\n                ++i;\r\n            }\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/JsonDataContractSerializeObjectTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System.Collections.Generic;\r\n    using System.Runtime.Serialization;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class JsonDataContractSerializeObjectTests\r\n    {\r\n        [DataContract]\r\n        private class DataContractClass\r\n        {\r\n            public DataContractClass()\r\n            {\r\n                PrivatePropertyGetSetDataMemberWithoutName = \"private without name\";\r\n                PrivatePropertyGetSetDataMemberWithName = \"private with name\";\r\n                PrivatePropertyGetSetNoDataMember = \"private no data member\";\r\n                PrivatePropertyGetSetIgnore = \"ignore\";\r\n            }\r\n\r\n            public readonly string ReadOnlyFieldWithoutDataMember = \"public readonly without datamember\";\r\n\r\n            [DataMember]\r\n            public readonly string ReadOnlyFieldDataMemberWithoutName = \"public readonly data member without name\";\r\n\r\n            [DataMember(Name = \"field_name\")]\r\n            public readonly string ReadOnlyFieldDataMemberWithName = \"public readonly data member with name\";\r\n\r\n#pragma warning disable 0414\r\n            [IgnoreDataMember]\r\n            public readonly string ReadOnlyFieldIgnore = \"public readonly ignore\";\r\n\r\n            private readonly string PrivateReadOnlyFieldWithoutDataMember = \"private readonly without datamember\";\r\n\r\n            [DataMember]\r\n            private readonly string PrivateReadOnlyFieldDataMemberWithoutName = \"private readonly data member without name\";\r\n\r\n            [DataMember(Name = \"private_field_name\")]\r\n            private readonly string PrivateReadOnlyFieldDataMemberWithName = \"private readonly data member with name\";\r\n\r\n            [IgnoreDataMember]\r\n            private readonly string PrivateReadOnlyFieldIgnore = \"private readonly ignore\";\r\n#pragma warning restore 0414\r\n\r\n            [DataMember]\r\n            public string PropertyGetSetDataMemberWithoutName { get; set; }\r\n\r\n            [DataMember]\r\n            private string PrivatePropertyGetSetDataMemberWithoutName { get; set; }\r\n\r\n            [DataMember(Name = \"name\")]\r\n            public string PropertyGetSetDataMemberWithName { get; set; }\r\n\r\n            [DataMember(Name = \"private_name\")]\r\n            private string PrivatePropertyGetSetDataMemberWithName { get; set; }\r\n\r\n            public string PropertyGetSetNoDataMember { get; set; }\r\n\r\n            private string PrivatePropertyGetSetNoDataMember { get; set; }\r\n\r\n            [IgnoreDataMember]\r\n            public string PropertyGetSetIgnore { get; set; }\r\n\r\n            [IgnoreDataMember]\r\n            private string PrivatePropertyGetSetIgnore { get; set; }\r\n\r\n            [DataMember]\r\n            public string PropertyGetDataMemberWithoutName { get { return \"property get data member without name\"; } }\r\n\r\n            [DataMember]\r\n            private string PrivatePropertyGetDataMemberWithoutName { get { return \"property get data member without name\"; } }\r\n\r\n            [DataMember(Name = \"name_get\")]\r\n            public string PropertyGetDataMemberWithName { get { return \"property get data member with name\"; } }\r\n\r\n            [DataMember(Name = \"private_name_get\")]\r\n            private string PrivatePropertyGetDataMemberWithName { get { return \"property get data member with name\"; } }\r\n\r\n            public string PropertyGetNoDataMember { get { return \"property get no data member\"; } }\r\n\r\n            private string PrivatePropertyGetNoDataMember { get { return \"private property get no data member\"; } }\r\n\r\n            [IgnoreDataMember]\r\n            public string PropertyGetIgnore { get { return \"property get ignore\"; } }\r\n\r\n            [IgnoreDataMember]\r\n            private string PrivatePropertyGetIgnore { get { return \"private property get ignore\"; } }\r\n        }\r\n\r\n        private class NonDataContractClass\r\n        {\r\n        }\r\n\r\n        private DataContractClass dataContractClass;\r\n\r\n        public JsonDataContractSerializeObjectTests()\r\n        {\r\n            this.dataContractClass = new DataContractClass\r\n                                         {\r\n                                             PropertyGetSetDataMemberWithName = \"name\",\r\n                                             PropertyGetSetDataMemberWithoutName = \"nonname\",\r\n                                             PropertyGetSetNoDataMember = \"no_datamember\",\r\n                                             PropertyGetSetIgnore = \"ignored\"\r\n                                         };\r\n        }\r\n        /*\r\n        [TestMethod]\r\n        public void ContainsDataContractAttribute()\r\n        {\r\n            Assert.IsTrue(SimpleJson.GetAttribute(this.dataContractClass.GetType(), typeof(DataContractAttribute)) != null);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DoesNotContainDataContractAttribute()\r\n        {\r\n            Assert.IsFalse(SimpleJson.GetAttribute(typeof(NonDataContractClass), typeof(DataContractAttribute)) != null);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PropertyGetSetDataMemberWithoutNameTests()\r\n        {\r\n            var propertyInfo = typeof(DataContractClass).GetProperty(\"PropertyGetSetDataMemberWithoutName\");\r\n\r\n            var attr = SimpleJson.GetAttribute(propertyInfo, typeof(DataMemberAttribute));\r\n            Assert.IsNotNull(attr);\r\n\r\n            Assert.IsInstanceOf<DataMemberAttribute>(attr);\r\n            var dataMemberAttribute = (DataMemberAttribute)attr;\r\n\r\n            Assert.IsNull(dataMemberAttribute.Name);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PropertyGetSetDataMemberWithNameTests()\r\n        {\r\n            var propertyInfo = typeof(DataContractClass).GetProperty(\"PropertyGetSetDataMemberWithName\");\r\n\r\n            var attr = SimpleJson.GetAttribute(propertyInfo, typeof(DataMemberAttribute));\r\n            Assert.IsNotNull(attr);\r\n\r\n            Assert.IsInstanceOf<DataMemberAttribute>(attr);\r\n            var dataMemberAttribute = (DataMemberAttribute)attr;\r\n\r\n            Assert.AreEqual(\"name\", dataMemberAttribute.Name);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PropertyGetSetNoDataMemberTests()\r\n        {\r\n            var propertyInfo = typeof(DataContractClass).GetProperty(\"PropertyGetSetNoDataMember\");\r\n\r\n            var attr = SimpleJson.GetAttribute(propertyInfo, typeof(DataMemberAttribute));\r\n            Assert.IsNull(attr);\r\n        }\r\n        */\r\n\r\n        [TestMethod]\r\n        public void PublicReadOnlyFieldWithoutDataMemberShouldNotBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsFalse(result.ContainsKey(\"ReadOnlyFieldWithoutDataMember\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ReadOnlyFieldDataMemberWithoutNameShouldBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsTrue(result.ContainsKey(\"ReadOnlyFieldDataMemberWithoutName\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ReadOnlyFieldDataMemberWithNameShouldBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsTrue(result.ContainsKey(\"field_name\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ReadOnlyFieldIgnoreShouldNotBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsFalse(result.ContainsKey(\"ReadOnlyFieldIgnore\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PrivateReadOnlyFieldWihtoutDataMemberShouldNotBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsFalse(result.ContainsKey(\"PrivateReadOnlyFieldWihtoutDataMember\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PrivateReadOnlyFieldDataMemberWithoutNameShouldBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsTrue(result.ContainsKey(\"PrivateReadOnlyFieldDataMemberWithoutName\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PrivateReadOnlyFieldDataMemberWithNameShouldBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsTrue(result.ContainsKey(\"private_field_name\"));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void PrivateReadOnlyFieldIgnoreShouldNotBePresent()\r\n        {\r\n            var json = SimpleJson.SerializeObject(this.dataContractClass, SimpleJson.DataContractJsonSerializerStrategy);\r\n\r\n            var result = (IDictionary<string, object>)SimpleJson.DeserializeObject(json);\r\n\r\n            Assert.IsFalse(result.ContainsKey(\"PrivateReadOnlyFieldIgnore\"));\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/JsonDecodeTypeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System;\r\n    using System.Collections.Generic;\r\n    using System.Linq;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class DeserializeObjectTypeTests\r\n    {\r\n        // Disable never used warnings for fields - they are actually used in deserialization\r\n#pragma warning disable 0169, 0649\r\n        private class Person\r\n        {\r\n            public string FirstName { get; set; }\r\n\r\n            private string LastName { get; set; }\r\n\r\n            public AddressInfo Address { get; set; }\r\n\r\n            public string[] Langauges;\r\n\r\n            public IEnumerable<string> Hobby;\r\n\r\n            private string[] _nothing;\r\n\r\n            public string[] Nothing { get { return _nothing; } }\r\n        }\r\n\r\n        private class AddressInfo\r\n        {\r\n            public string Country { get; set; }\r\n\r\n            private string City;\r\n        }\r\n#pragma warning restore 0169, 0649\r\n\r\n        [TestMethod]\r\n        public void NullStringTests()\r\n        {\r\n            var result = SimpleJson.DeserializeObject(null, typeof(Person));\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void NullStringGenericTests()\r\n        {\r\n            var result = SimpleJson.DeserializeObject<Person>(null);\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void BooleanTrueTests()\r\n        {\r\n            var json = \"true\";\r\n            var result = SimpleJson.DeserializeObject<bool>(json);\r\n\r\n            Assert.IsTrue(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void BooleanFalseTests()\r\n        {\r\n            var json = \"false\";\r\n            var result = SimpleJson.DeserializeObject<bool>(json);\r\n\r\n            Assert.IsFalse(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void NullTests()\r\n        {\r\n            var json = \"null\";\r\n            var result = SimpleJson.DeserializeObject<object>(json);\r\n\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void StringTests()\r\n        {\r\n            var json = \"\\\"hello world\\\"\";\r\n            var result = SimpleJson.DeserializeObject<string>(json);\r\n\r\n            Assert.AreEqual(\"hello world\", result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DecimalToIntTest()\r\n        {\r\n            var json = \"10.2\";\r\n            var result = SimpleJson.DeserializeObject<int>(json);\r\n\r\n            Assert.AreEqual(10, result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenNumberWithoutDecimalTypeIsLong()\r\n        {\r\n            var json = \"10\";\r\n            var result = SimpleJson.DeserializeObject(json);\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(result, typeof(long));\r\n#else\r\n            Assert.IsInstanceOf<long>(result);\r\n#endif\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenNumberWithDecimalTypeIsDouble()\r\n        {\r\n            var json = \"10.2\";\r\n            var result = SimpleJson.DeserializeObject(json);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsInstanceOfType(result, typeof(double));\r\n#else\r\n            Assert.IsInstanceOf<double>(result);\r\n#endif\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenGuidAsNull()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid>(json);\r\n\r\n            Assert.AreEqual(default(Guid), guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenNullableGuidAsNull()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid?>(json);\r\n\r\n            Assert.AreEqual(null, guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenGuidAsEmptyString()\r\n        {\r\n            var json = @\"\"\"\"\"\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid>(json);\r\n\r\n            Assert.AreEqual(default(Guid), guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenNullableGuidAsEmptyString()\r\n        {\r\n            var json = @\"\"\"\"\"\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid?>(json);\r\n\r\n            Assert.AreEqual(null, guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GiveGuidAsStringWithHashAndSmallLetters()\r\n        {\r\n            var json = @\"\"\"bed7f4ea-1a96-11d2-8f08-00a0c9a6186d\"\"\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid>(json);\r\n\r\n            Assert.AreEqual(new Guid(\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\"), guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GiveNullableGuidAsStringWithHashAndSmallLetters()\r\n        {\r\n            var json = @\"\"\"bed7f4ea-1a96-11d2-8f08-00a0c9a6186d\"\"\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid?>(json);\r\n\r\n            Assert.AreEqual(new Guid(\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\"), guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GiveGuidAsStringWithHashAndCapitalLetters()\r\n        {\r\n            var json = @\"\"\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\"\"\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid>(json);\r\n\r\n            Assert.AreEqual(new Guid(\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\"), guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void GivenNullableGuidAsStringWithHashAndCapitalLetters()\r\n        {\r\n            var json = @\"\"\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\"\"\";\r\n\r\n            var guid = SimpleJson.DeserializeObject<Guid?>(json);\r\n\r\n            Assert.AreEqual(new Guid(\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\"), guid);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ArrayAndListDeserializationTests()\r\n        {\r\n            var obj = new\r\n            {\r\n                FirstName = \"Prabir\",\r\n                LastName = \"Shrestha\",\r\n                Address = new { Country = \"Nepal\", City = \"Kathmandu\" },\r\n                Langauges = new[] { \"English\", \"Nepali\" },\r\n                Hobby = new[] { \"Guitar\", \"Swimming\", \"Basketball\" },\r\n                Nothing = new[] { \"nothing\" }\r\n            };\r\n\r\n            var json = SimpleJson.SerializeObject(obj);\r\n            var result = SimpleJson.DeserializeObject<Person>(json);\r\n\r\n            Assert.AreEqual(obj.FirstName, result.FirstName);\r\n            Assert.AreEqual(obj.Address.Country, result.Address.Country);\r\n\r\n            Assert.AreEqual(obj.Langauges.Length, result.Langauges.Length);\r\n            Assert.AreEqual(obj.Langauges[0], result.Langauges[0]);\r\n            Assert.AreEqual(obj.Langauges[1], result.Langauges[1]);\r\n\r\n            var hobies = result.Hobby.ToList();\r\n            Assert.AreEqual(obj.Hobby.Length, hobies.Count);\r\n            Assert.AreEqual(obj.Hobby[0], hobies[0]);\r\n            Assert.AreEqual(obj.Hobby[1], hobies[1]);\r\n            Assert.AreEqual(obj.Hobby[2], hobies[2]);\r\n\r\n            Assert.IsNull(result.Nothing);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ClassArrayTests()\r\n        {\r\n            var json = \"{\\\"Name\\\":\\\"person1\\\",\\\"HobbyArray\\\":[{\\\"name\\\":\\\"basketball\\\",\\\"value\\\":10},{\\\"name\\\":\\\"football\\\",\\\"value\\\":9}]}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<HobbyPersonArray>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ClassListTests()\r\n        {\r\n            var json = \"{\\\"Name\\\":\\\"person1\\\",\\\"HobbyArray\\\":[{\\\"name\\\":\\\"basketball\\\",\\\"value\\\":10},{\\\"name\\\":\\\"football\\\",\\\"value\\\":9}]}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<HobbyPersonList>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n        }\r\n\r\n        public class HobbyPersonArray\r\n        {\r\n            public string Name { get; set; }\r\n            public Hobbies[] Hobbies { get; set; }\r\n        }\r\n\r\n        public class HobbyPersonList\r\n        {\r\n            public string Name { get; set; }\r\n            public IList<Hobbies> Hobbies { get; set; }\r\n        }\r\n\r\n        public class Hobbies\r\n        {\r\n            public string Name;\r\n            public int Value;\r\n        }\r\n    }\r\n\r\n\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/Package.appxmanifest",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Package xmlns=\"http://schemas.microsoft.com/appx/2010/manifest\">\r\n  \r\n  <Identity Name=\"2ad88faa-872c-4fab-9db9-667d654e927a\"\r\n            Publisher=\"CN=Prabir\"\r\n            Version=\"1.0.0.0\" />\r\n  \r\n  <Properties>\r\n    <DisplayName>SimleJson.Tests_WinRT</DisplayName>\r\n    <PublisherDisplayName>Prabir</PublisherDisplayName>\r\n    <Logo>Images\\UnitTestStoreLogo.png</Logo>\r\n    <Description>SimleJson.Tests_WinRT</Description>\r\n  </Properties>\r\n  \r\n  <Prerequisites>\r\n    <OSMinVersion>6.2</OSMinVersion>\r\n    <OSMaxVersionTested>6.2</OSMaxVersionTested>\r\n  </Prerequisites>\r\n  \r\n  <Resources>\r\n    <Resource Language=\"x-generate\"/>\r\n  </Resources>\r\n  \r\n  <Applications>\r\n    <Application Id=\"vstest.executionengine.App\" \r\n        Executable=\"vstest.executionengine.appcontainer.exe\" \r\n        EntryPoint=\"vstest.executionengine.App\">\r\n        <VisualElements \r\n            DisplayName=\"NoUIEntryPoints\"\r\n            Logo=\"Images\\UnitTestLogo.png\"\r\n            SmallLogo=\"Images\\UnitTestSmallLogo.png\"\r\n            Description=\"vstest.executionengine.App\"\r\n            ForegroundText=\"light\"\r\n            BackgroundColor=\"#0084FF\">\r\n            <SplashScreen Image=\"Images\\UnitTestSplashScreen.png\" />\r\n        </VisualElements>\r\n    </Application>\r\n\r\n    <Application Id=\"vstest.executionengine.x86.App\" \r\n        Executable=\"vstest.executionengine.appcontainer.x86.exe\" \r\n        EntryPoint=\"vstest.executionengine.x86.App\">\r\n        <VisualElements \r\n            DisplayName=\"NoUIEntryPoints\"\r\n            Logo=\"Images\\UnitTestLogo.png\"\r\n            SmallLogo=\"Images\\UnitTestSmallLogo.png\"\r\n            Description=\"vstest.executionengine.x86.App\"\r\n            ForegroundText=\"light\"\r\n            BackgroundColor=\"#0084FF\">\r\n            <SplashScreen Image=\"Images\\UnitTestSplashScreen.png\" />\r\n        </VisualElements>\r\n    </Application>\r\n  </Applications>\r\n  \r\n</Package>\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/PocoDeserializerTests/ArrayTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoDeserializerTests\r\n{\r\n    using System;\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    [TestClass]\r\n    public class ArrayTests\r\n    {\r\n        [TestMethod]\r\n        public void StronglyTypeArrayTests()\r\n        {\r\n            string json = \"{\\\"Y\\\":[\\\"a\\\",\\\"b\\\"]}\";\r\n\r\n            var result = SimpleJson.SimpleJson.DeserializeObject<X>(json);\r\n\r\n#if NETFX_CORE\r\n            Assert.IsNotNull(result);\r\n            Assert.IsNotNull(result.Y);\r\n#else\r\n            Assert.NotNull(result);\r\n            Assert.NotNull(result.Y);\r\n#endif\r\n\r\n            Assert.AreEqual(2, result.Y.Length);\r\n            Assert.AreEqual(\"a\", result.Y[0]);\r\n            Assert.AreEqual(\"b\", result.Y[1]);\r\n        }\r\n\r\n        class X\r\n        {\r\n            public string[] Y { get; set; }\r\n\r\n            public override string ToString()\r\n            {\r\n                return SimpleJson.SimpleJson.SerializeObject(this);\r\n            }\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoDeserializerTests/DateTimeDeserializeTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJson.Tests.PocoDeserializerTests\r\n{\r\n    using System;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    [TestClass]\r\n    public class DateTimeDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void Test()\r\n        {\r\n            var json = \"\\\"2004-01-20T05:03:06Z\\\"\";\r\n\r\n            var result = SimpleJson.DeserializeObject<DateTime>(json);\r\n            Assert.AreEqual(2004, result.Year);\r\n            Assert.AreEqual(1, result.Month);\r\n            Assert.AreEqual(20, result.Day);\r\n            Assert.AreEqual(5, result.Hour);\r\n            Assert.AreEqual(3, result.Minute);\r\n            Assert.AreEqual(6, result.Second);\r\n            Assert.AreEqual(0, result.Millisecond);\r\n            Assert.AreEqual(DateTimeKind.Utc, result.Kind);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void TestWithoutMilisecond()\r\n        {\r\n            var json = \"{\\\"Value\\\":\\\"2004-01-20T05:03:06Z\\\"}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<SerializeDateTimeTypeClass>(json).Value;\r\n            Assert.AreEqual(2004, result.Year);\r\n            Assert.AreEqual(1, result.Month);\r\n            Assert.AreEqual(20, result.Day);\r\n            Assert.AreEqual(5, result.Hour);\r\n            Assert.AreEqual(3, result.Minute);\r\n            Assert.AreEqual(6, result.Second);\r\n            Assert.AreEqual(0, result.Millisecond);\r\n            Assert.AreEqual(DateTimeKind.Utc, result.Kind);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void TestWithMilliSecond()\r\n        {\r\n            var json = \"{\\\"Value\\\":\\\"2004-01-20T05:03:06.012Z\\\"}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<SerializeDateTimeTypeClass>(json).Value;\r\n            Assert.AreEqual(2004, result.Year);\r\n            Assert.AreEqual(1, result.Month);\r\n            Assert.AreEqual(20, result.Day);\r\n            Assert.AreEqual(5, result.Hour);\r\n            Assert.AreEqual(3, result.Minute);\r\n            Assert.AreEqual(6, result.Second);\r\n            Assert.AreEqual(12, result.Millisecond);\r\n            Assert.AreEqual(DateTimeKind.Utc, result.Kind);\r\n        }\r\n\r\n        public class SerializeDateTimeTypeClass\r\n        {\r\n            public DateTime Value { get; set; }\r\n        }\r\n\r\n     \r\n    }\r\n\r\n    public class DateOffsetTimeDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void TestWithMilliSecond()\r\n        {\r\n            var json = \"{\\\"Value\\\":\\\"2004-01-20T05:03:06.012Z\\\"}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<SerializeDateTimeOffsetTypeClass>(json).Value;\r\n            Assert.AreEqual(2004, result.Year);\r\n            Assert.AreEqual(1, result.Month);\r\n            Assert.AreEqual(20, result.Day);\r\n            Assert.AreEqual(5, result.Hour);\r\n            Assert.AreEqual(3, result.Minute);\r\n            Assert.AreEqual(6, result.Second);\r\n            Assert.AreEqual(12, result.Millisecond);\r\n            Assert.AreEqual(TimeSpan.Zero, result.Offset);\r\n        }\r\n\r\n        public class SerializeDateTimeOffsetTypeClass\r\n        {\r\n            public DateTimeOffset Value { get; set; }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/PocoDeserializerTests/DictionaryDeserializeTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoDeserializerTests\r\n{\r\n    using System.Collections.Generic;\r\n\r\n#if NUNIT\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    public class DictionaryDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void DeserializeToIDictionaryStringString()\r\n        {\r\n            string json = @\"{\"\"key1\"\":\"\"value1\"\",\"\"key2\"\":\"\"value2\"\"}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<IDictionary<string, string>>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(2, result.Count);\r\n            Assert.AreEqual(\"value1\", result[\"key1\"]);\r\n            Assert.AreEqual(\"value2\", result[\"key2\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeToDictionaryStringString()\r\n        {\r\n            string json = @\"{\"\"key1\"\":\"\"value1\"\",\"\"key2\"\":\"\"value2\"\"}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<Dictionary<string, string>>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(2, result.Count);\r\n            Assert.AreEqual(\"value1\", result[\"key1\"]);\r\n            Assert.AreEqual(\"value2\", result[\"key2\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeToIDictionaryStringLong()\r\n        {\r\n            string json = @\"{\"\"key1\"\":1,\"\"key2\"\":5}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<IDictionary<string, long>>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(2, result.Count);\r\n            Assert.AreEqual(1L, result[\"key1\"]);\r\n            Assert.AreEqual(5L, result[\"key2\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializeToDictionaryStringLong()\r\n        {\r\n            string json = @\"{\"\"key1\"\":1,\"\"key2\"\":5}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<Dictionary<string, long>>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(2, result.Count);\r\n            Assert.AreEqual(1L, result[\"key1\"]);\r\n            Assert.AreEqual(5L, result[\"key2\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void NestedDeserializeDictionary()\r\n        {\r\n            string json = \"{\\\"regions\\\": [{\\\"id\\\": \\\"US\\\",\\\"value\\\": {\\\"1\\\": \\\"Alabama\\\"}}]}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<autocomplete_data>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.IsNotNull(result.regions);\r\n            Assert.AreEqual(1, result.regions.Count);\r\n\r\n            var us = result.regions[0];\r\n            Assert.AreEqual(\"US\", us.id);\r\n\r\n            var value = us.value;\r\n            Assert.AreEqual(1, value.Count);\r\n\r\n            Assert.IsTrue(value.ContainsKey(\"1\"));\r\n            Assert.AreEqual(\"Alabama\", value[\"1\"]);\r\n        }\r\n\r\n        class autocomplete_data\r\n        {\r\n            public List<region> regions { get; set; }\r\n        }\r\n\r\n        private class region\r\n        {\r\n            public string id { get; set; }\r\n\r\n            public IDictionary<string, string> value { get; set; }\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoDeserializerTests/ListOfPocoDeserializeTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\n\r\n\r\nnamespace SimpleJsonTests.PocoDeserializerTests\r\n{\r\n    using System.Collections.Generic;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    public class ListOfPocoDeserializeTests\r\n    {\r\n\r\n        [TestMethod]\r\n        public void CorrectlyDeserializesListOfPoco()\r\n        {\r\n            string json = \"{\\\"colleges\\\":[{\\\"id\\\": 16777217,\\\"value\\\":\\\"Harvard\\\"},{\\\"id\\\": 16777218,\\\"value\\\":\\\"Columbia\\\"}]}\";\r\n\r\n            var result = SimpleJson.SimpleJson.DeserializeObject<autocomplete_data>(json);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.IsNotNull(result.colleges);\r\n            Assert.AreEqual(2, result.colleges.Count);\r\n\r\n            var harvard = result.colleges[0];\r\n            var columbia = result.colleges[1];\r\n\r\n            Assert.IsNotNull(harvard);\r\n            Assert.AreEqual(16777217, harvard.id);\r\n            Assert.AreEqual(\"Harvard\", harvard.value);\r\n            Assert.IsNotNull(columbia);\r\n            Assert.AreEqual(16777218, columbia.id);\r\n            Assert.AreEqual(\"Columbia\", columbia.value);\r\n        }\r\n\r\n        class autocomplete_data\r\n        {\r\n            public List<college> colleges { get; set; }\r\n        }\r\n\r\n        class college\r\n        {\r\n            public long id { get; set; }\r\n\r\n            public string value { get; set; }\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoDeserializerTests/NullableTypeDeserializeTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJson.Tests.PocoDeserializerTests\r\n{\r\n    using System;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    [TestClass]\r\n    public class NullableTypeTests\r\n    {\r\n        [TestMethod]\r\n        public void WithValue()\r\n        {\r\n            var json = \"4\";\r\n\r\n            var result = SimpleJson.DeserializeObject<int?>(json);\r\n\r\n            Assert.AreEqual(4, result.Value);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void TestNull()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = SimpleJson.DeserializeObject<int?>(json);\r\n\r\n            Assert.IsFalse(result.HasValue);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DateTimeAsNull()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = SimpleJson.DeserializeObject<DateTime?>(json);\r\n\r\n            Assert.IsFalse(result.HasValue);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DateTimeWithValue()\r\n        {\r\n            var json = \"\\\"2004-01-20T05:03:06Z\\\"\";\r\n\r\n            var result = SimpleJson.DeserializeObject<DateTime?>(json).Value;\r\n\r\n            Assert.AreEqual(2004, result.Year);\r\n            Assert.AreEqual(1, result.Month);\r\n            Assert.AreEqual(20, result.Day);\r\n            Assert.AreEqual(5, result.Hour);\r\n            Assert.AreEqual(3, result.Minute);\r\n            Assert.AreEqual(6, result.Second);\r\n            Assert.AreEqual(0, result.Millisecond);\r\n            Assert.AreEqual(DateTimeKind.Utc, result.Kind);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DateTimeOffsetAsNull()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = SimpleJson.DeserializeObject<DateTimeOffset?>(json);\r\n\r\n            Assert.IsFalse(result.HasValue);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DateTimeOffsetWithValue()\r\n        {\r\n            var json = \"\\\"2004-01-20T05:03:06Z\\\"\";\r\n\r\n            var result = SimpleJson.DeserializeObject<DateTimeOffset?>(json).Value;\r\n\r\n            Assert.AreEqual(2004, result.Year);\r\n            Assert.AreEqual(1, result.Month);\r\n            Assert.AreEqual(20, result.Day);\r\n            Assert.AreEqual(5, result.Hour);\r\n            Assert.AreEqual(3, result.Minute);\r\n            Assert.AreEqual(6, result.Second);\r\n            Assert.AreEqual(0, result.Millisecond);\r\n            Assert.AreEqual(TimeSpan.Zero, result.Offset);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void NullableTypeClassNullTest()\r\n        {\r\n            var json = \"{\\\"Value\\\":null}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<NullableTypeClass>(json);\r\n\r\n            Assert.IsNull(result.Value);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void NullableTypeClasssWithvalueTest()\r\n        {\r\n            var json = \"{\\\"Value\\\":4}\";\r\n\r\n            var result = SimpleJson.DeserializeObject<NullableTypeClass>(json);\r\n\r\n            Assert.AreEqual(4, result.Value);\r\n        }\r\n\r\n        public class NullableTypeClass\r\n        {\r\n            public int? Value { get; set; }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/PocoDeserializerTests/PrimitiveDeserializeTest.cs",
    "content": "﻿using System;\r\n#if NUNIT\r\nusing TestClass = NUnit.Framework.TestFixtureAttribute;\r\nusing TestMethod = NUnit.Framework.TestAttribute;\r\nusing TestCleanup = NUnit.Framework.TearDownAttribute;\r\nusing TestInitialize = NUnit.Framework.SetUpAttribute;\r\nusing ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\nusing ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\nusing NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\nnamespace SimpleJsonTests.PocoDeserializerTests\r\n{\r\n\t[TestClass]\r\n\tpublic class PrimitiveDeserializeTest\r\n\t{\r\n\t\t[TestMethod]\r\n\t\tpublic void SimpleIntTests()\r\n\t\t{\r\n\t\t\tstring json = \"{\\\"Age\\\":\\\"12\\\",\\\"Name\\\": \\\"Simple Json\\\"}\";\r\n\r\n\t\t\tvar result = SimpleJson.SimpleJson.DeserializeObject<X>(json);\r\n\r\n\t\t\tAssert.AreEqual(12, result.Age);\r\n\t\t}\r\n\r\n\t\t[TestMethod]\r\n\t\tpublic void SimpleDoubleTests()\r\n\t\t{\r\n\t\t\tstring json = \"{\\\"Salary\\\":\\\"120.50\\\",\\\"Name\\\": \\\"Simple Json\\\"}\";\r\n\r\n\t\t\tvar result = SimpleJson.SimpleJson.DeserializeObject<X>(json);\r\n\r\n\t\t\tAssert.AreEqual(120.50, result.Salary);\r\n\t\t}\r\n\r\n\t\tclass X\r\n\t\t{\r\n\t\t\tpublic string Name { get; set; }\r\n\t\t\tpublic int Age { get; set; }\r\n\t\t\tpublic double Salary { get; set; }\r\n\t\t}\r\n\t}\r\n}\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/DateTimeSerializeTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJson.Tests.PocoJsonSerializerTests\r\n{\r\n    using System;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    [TestClass]\r\n    public class DateTimeSerializeTests\r\n    {\r\n        [TestMethod]\r\n        public void SerializeDateTimeThatHasMilliSecondAsNonZero()\r\n        {\r\n            var obj = new SerializeDateTimeTypeClass\r\n                          {\r\n                              Value = new DateTime(2004, 1, 20, 5, 3, 6, 12, DateTimeKind.Utc)\r\n                          };\r\n\r\n            var json = SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"Value\\\":\\\"2004-01-20T05:03:06.012Z\\\"}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeDateTimeThatHasMilliSecondAsZero()\r\n        {\r\n            var obj = new SerializeDateTimeTypeClass\r\n            {\r\n                Value = new DateTime(2004, 1, 20, 5, 3, 6, 0, DateTimeKind.Utc)\r\n            };\r\n\r\n            var json = SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"Value\\\":\\\"2004-01-20T05:03:06Z\\\"}\", json);\r\n        }\r\n\r\n        public class SerializeDateTimeTypeClass\r\n        {\r\n            public DateTime Value { get; set; }\r\n        }\r\n    }\r\n\r\n    [TestClass]\r\n    public class DateTimeOffsetSerializeTests\r\n    {\r\n        [TestMethod]\r\n        public void SerializeDateTimeOffsetThatHasMilliSecondAsNonZero()\r\n        {\r\n            var obj = new SerializeDateTimeOffsetTypeClass\r\n                          {\r\n                              Value = new DateTimeOffset(2004, 1, 20, 5, 3, 6, 12, TimeSpan.Zero)\r\n                          };\r\n\r\n            var json = SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"Value\\\":\\\"2004-01-20T05:03:06.012Z\\\"}\", json);\r\n        }\r\n\r\n        public class SerializeDateTimeOffsetTypeClass\r\n        {\r\n            public DateTimeOffset Value { get; set; }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/NullableSerializeTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n    using System;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    [TestClass]\r\n    public class NullableSerializeTests\r\n    {\r\n        [TestMethod]\r\n        public void Test()\r\n        {\r\n            DateTime? obj = null;\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"null\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void TestWithValue()\r\n        {\r\n            DateTime? obj = new DateTime(2004, 1, 20, 5, 3, 6, 12, DateTimeKind.Utc);\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"\\\"2004-01-20T05:03:06.012Z\\\"\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void TestNullDateTimeOffset()\r\n        {\r\n            DateTimeOffset? obj = null;\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"null\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void TestDateTimeOffsetWithValue()\r\n        {\r\n            DateTimeOffset? obj = new DateTimeOffset(2004, 1, 20, 5, 3, 6, 12, TimeSpan.Zero);\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"\\\"2004-01-20T05:03:06.012Z\\\"\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeNullableTypeThatIsNotNull()\r\n        {\r\n            var obj = new NullableTypeClass();\r\n            obj.Value = null;\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"Value\\\":null}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeNullableTypeThatIsNull()\r\n        {\r\n            var obj = new NullableTypeClass();\r\n            obj.Value = 4;\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"Value\\\":4}\", json);\r\n        }\r\n\r\n        public class NullableTypeClass\r\n        {\r\n            public int? Value { get; set; }\r\n        }\r\n    }\r\n}\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateFieldsDeserializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateFieldsDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void DeserializesNullCorrectly()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = SimpleJson.DeserializeObject(json, typeof(DataContractPrivateFields), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesEmptyObjectCorrectly()\r\n        {\r\n            var json = \"{}\";\r\n\r\n            var result = SimpleJson.DeserializeObject(json, typeof(DataContractPrivateFields), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateFieldsSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateFieldsSerializeTests\r\n    {\r\n        private DataContractPrivateFields _dataContractPrivateFields;\r\n\r\n        public PrivateFieldsSerializeTests()\r\n        {\r\n            _dataContractPrivateFields = new DataContractPrivateFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateFields,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateGetterSettersDeserializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateGetterSettersDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void SerializesNullCorrectly()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = SimpleJson.DeserializeObject(json, typeof(DataContractPrivateGetterSetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesEmptyObjectCorrectly()\r\n        {\r\n            var json = \"{}\";\r\n\r\n            var result = SimpleJson.DeserializeObject(json, typeof(DataContractPrivateGetterSetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateGetterSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateGetterSettersSerializeTests\r\n    {\r\n        private DataContractPrivateGetterSetters _dataContractPrivateGetterSetters;\r\n\r\n        public PrivateGetterSettersSerializeTests()\r\n        {\r\n            _dataContractPrivateGetterSetters = new DataContractPrivateGetterSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateGetterSetters,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateGettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateGettersSerializeTests\r\n    {\r\n        private DataContractPrivateGetters _dataContractPrivateGetters;\r\n\r\n        public PrivateGettersSerializeTests()\r\n        {\r\n            _dataContractPrivateGetters = new DataContractPrivateGetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateGetters,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateReadonlySerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateReadonlySerializeTests\r\n    {\r\n        private DataContractPrivateReadOnlyFields _dataContractPrivateReadOnlyFields;\r\n\r\n        public PrivateReadonlySerializeTests()\r\n        {\r\n            _dataContractPrivateReadOnlyFields = new DataContractPrivateReadOnlyFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateReadOnlyFields,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PrivateSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PrivateSettersSerializeTests\r\n    {\r\n        private DataContractPrivateSetters _dataContractPrivateSetters;\r\n\r\n        public PrivateSettersSerializeTests()\r\n        {\r\n            _dataContractPrivateSetters = new DataContractPrivateSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPrivateSetters,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicFieldsDeserializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicFieldsDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void DeserializesNullObjectCorrectly()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = (DataContractPublicFields)SimpleJson.DeserializeObject(json, typeof(DataContractPublicFields), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesEmptyObjectCorrectly()\r\n        {\r\n            var json = \"{}\";\r\n            var obj = new DataContractPublicFields();\r\n\r\n            var result = (DataContractPublicFields)SimpleJson.DeserializeObject(json, typeof(DataContractPublicFields), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n\r\n            Assert.AreEqual(obj.NoDataMember, result.NoDataMember);\r\n            Assert.AreEqual(obj.IgnoreDataMember, result.IgnoreDataMember);\r\n            Assert.AreEqual(obj.DatMemberWithName, result.DatMemberWithName);\r\n            Assert.AreEqual(obj.DataMemberWithoutName, result.DataMemberWithoutName);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesCorrectly()\r\n        {\r\n            var json = \"{\\\"DataMemberWithoutName\\\":\\\"1\\\",\\\"DatMemberWithName\\\":\\\"2\\\",\\\"IgnoreDataMember\\\":\\\"3\\\",\\\"NoDataMember\\\":\\\"4\\\"}\";\r\n\r\n            var result = (DataContractPublicFields)SimpleJson.DeserializeObject(json, typeof(DataContractPublicFields), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n\r\n            Assert.AreEqual(\"1\", result.DataMemberWithoutName);\r\n            Assert.AreEqual(\"2\", result.DatMemberWithName);\r\n            Assert.AreEqual(\"3\", result.IgnoreDataMember);\r\n            Assert.AreEqual(\"4\", result.NoDataMember);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicFieldsSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicFieldsSerializeTests\r\n    {\r\n        private DataContractPublicFields _dataContractPublicFields;\r\n\r\n        public PublicFieldsSerializeTests()\r\n        {\r\n            _dataContractPublicFields = new DataContractPublicFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicFields,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"DatMemberWithName\\\":\\\"dmnv\\\",\\\"IgnoreDataMember\\\":\\\"idm\\\",\\\"NoDataMember\\\":\\\"ndm\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicGetterDeserializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicGetterDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void DeserializesNullObjectCorrectly()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = (DataContractPublicFields)SimpleJson.DeserializeObject(json, typeof(DataContractPublicGetterSetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesEmptyObjectCorrectly()\r\n        {\r\n            var json = \"{}\";\r\n            var obj = new DataContractPublicGetters();\r\n\r\n            var result = (DataContractPublicGetters)SimpleJson.DeserializeObject(json, typeof(DataContractPublicGetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(obj.DataMemberWithoutName, result.DataMemberWithoutName);\r\n            Assert.AreEqual(obj.DatMemberWithName, result.DatMemberWithName);\r\n            Assert.AreEqual(obj.IgnoreDataMember, result.IgnoreDataMember);\r\n            Assert.AreEqual(obj.NoDataMember, result.NoDataMember);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesCorrectly()\r\n        {\r\n            var json = \"{\\\"DataMemberWithoutName\\\":\\\"1\\\",\\\"DatMemberWithName\\\":\\\"2\\\",\\\"IgnoreDataMember\\\":\\\"3\\\",\\\"NoDataMember\\\":\\\"4\\\"}\";\r\n            var obj = new DataContractPublicGetters();\r\n\r\n            var result = (DataContractPublicGetters)SimpleJson.DeserializeObject(json, typeof(DataContractPublicGetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n\r\n            Assert.AreEqual(obj.DataMemberWithoutName, result.DataMemberWithoutName);\r\n            Assert.AreEqual(obj.DatMemberWithName, result.DatMemberWithName);\r\n            Assert.AreEqual(obj.IgnoreDataMember, result.IgnoreDataMember);\r\n            Assert.AreEqual(obj.NoDataMember, result.NoDataMember);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicGetterSetterDeserializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n    \r\n    [TestClass]\r\n    public class PublicGetterSetterDeserializeTests\r\n    {\r\n        [TestMethod]\r\n        public void DeserializesNullObjectCorrectly()\r\n        {\r\n            var json = \"null\";\r\n\r\n            var result = (DataContractPublicFields)SimpleJson.DeserializeObject(json, typeof(DataContractPublicGetterSetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNull(result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesEmptyObjectCorrectly()\r\n        {\r\n            var json = \"{}\";\r\n            var obj = new DataContractPublicGetterSetters();\r\n\r\n            var result = (DataContractPublicGetterSetters)SimpleJson.DeserializeObject(json, typeof(DataContractPublicGetterSetters), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n            Assert.AreEqual(obj.DataMemberWithoutName, result.DataMemberWithoutName);\r\n            Assert.AreEqual(obj.DatMemberWithName, result.DatMemberWithName);\r\n            Assert.AreEqual(obj.IgnoreDataMember, result.IgnoreDataMember);\r\n            Assert.AreEqual(obj.NoDataMember, result.NoDataMember);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DeserializesCorrectly()\r\n        {\r\n            var json = \"{\\\"DataMemberWithoutName\\\":\\\"1\\\",\\\"DatMemberWithName\\\":\\\"2\\\",\\\"IgnoreDataMember\\\":\\\"3\\\",\\\"NoDataMember\\\":\\\"4\\\"}\";\r\n\r\n            var result = (DataContractPublicFields)SimpleJson.DeserializeObject(json, typeof(DataContractPublicFields), SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.IsNotNull(result);\r\n\r\n            Assert.AreEqual(\"1\", result.DataMemberWithoutName);\r\n            Assert.AreEqual(\"2\", result.DatMemberWithName);\r\n            Assert.AreEqual(\"3\", result.IgnoreDataMember);\r\n            Assert.AreEqual(\"4\", result.NoDataMember);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicGetterSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicGetterSettersSerializeTests\r\n    {\r\n        private DataContractPublicGetterSetters _dataContractPublicGetterSetters;\r\n\r\n        public PublicGetterSettersSerializeTests()\r\n        {\r\n            _dataContractPublicGetterSetters = new DataContractPublicGetterSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicGetterSetters,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"DatMemberWithName\\\":\\\"dmnv\\\",\\\"IgnoreDataMember\\\":\\\"idm\\\",\\\"NoDataMember\\\":\\\"ndm\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicGettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicGettersSerializeTests\r\n    {\r\n        private DataContractPublicGetters _contractPublicGetters;\r\n\r\n        public PublicGettersSerializeTests()\r\n        {\r\n            _contractPublicGetters = new DataContractPublicGetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_contractPublicGetters,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"DatMemberWithName\\\":\\\"dmnv\\\",\\\"IgnoreDataMember\\\":\\\"idm\\\",\\\"NoDataMember\\\":\\\"ndm\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicReadonlySerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicReadonlySerializeTests\r\n    {\r\n        private DataContractPublicReadOnlyFields _dataContractPublicReadOnlyFields;\r\n\r\n        public PublicReadonlySerializeTests()\r\n        {\r\n            _dataContractPublicReadOnlyFields = new DataContractPublicReadOnlyFields();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicReadOnlyFields,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{\\\"DataMemberWithoutName\\\":\\\"dmv\\\",\\\"DatMemberWithName\\\":\\\"dmnv\\\",\\\"IgnoreDataMember\\\":\\\"idm\\\",\\\"NoDataMember\\\":\\\"ndm\\\"}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/PublicSettersSerializeTests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n    using SimpleJsonTests.DataContractTests;\r\n\r\n    [TestClass]\r\n    public class PublicSettersSerializeTests\r\n    {\r\n        private DataContractPublicSetters _dataContractPublicSetters;\r\n\r\n        public PublicSettersSerializeTests()\r\n        {\r\n            _dataContractPublicSetters = new DataContractPublicSetters();\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializesCorrectly()\r\n        {\r\n            var result = SimpleJson.SerializeObject(_dataContractPublicSetters,\r\n                                                    SimpleJson.PocoJsonSerializerStrategy);\r\n\r\n            Assert.AreEqual(\"{}\", result);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/PocoJsonSerializerTests/ToStringTests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests.PocoJsonSerializerTests\r\n{\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    [TestClass]\r\n    public class ToStringTests\r\n    {\r\n        [TestMethod]\r\n        public void ToStringCallingSerializeObjectOnItself()\r\n        {\r\n            var x = new X { Y = \"z\" };\r\n\r\n            var json = SimpleJson.SimpleJson.SerializeObject(x);\r\n\r\n            Assert.AreEqual(\"{\\\"Y\\\":\\\"z\\\"}\", json);\r\n        }\r\n\r\n        class X\r\n        {\r\n            public string Y { get; set; }\r\n\r\n            public override string ToString()\r\n            {\r\n                return SimpleJson.SimpleJson.SerializeObject(this, SimpleJson.SimpleJson.PocoJsonSerializerStrategy);\r\n            }\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/Properties/AssemblyInfo.cs",
    "content": "﻿using System.Reflection;\r\nusing System.Runtime.CompilerServices;\r\nusing System.Runtime.InteropServices;\r\n\r\n// General Information about an assembly is controlled through the following \r\n// set of attributes. Change these attribute values to modify the information\r\n// associated with an assembly.\r\n[assembly: AssemblyTitle(\"SimpleJson.Tests\")]\r\n[assembly: AssemblyDescription(\"\")]\r\n[assembly: AssemblyConfiguration(\"\")]\r\n[assembly: AssemblyCompany(\"The Outercurve Foundation\")]\r\n[assembly: AssemblyProduct(\"SimpleJson.Tests\")]\r\n[assembly: AssemblyCopyright(\"Copyright © The Outercurve Foundation 2011\")]\r\n[assembly: AssemblyTrademark(\"\")]\r\n[assembly: AssemblyCulture(\"\")]\r\n\r\n// Setting ComVisible to false makes the types in this assembly not visible \r\n// to COM components.  If you need to access a type in this assembly from \r\n// COM, set the ComVisible attribute to true on that type.\r\n[assembly: ComVisible(false)]\r\n\r\n// The following GUID is for the ID of the typelib if this project is exposed to COM\r\n[assembly: Guid(\"d2eb41dc-3e13-4008-8e0b-71cc9671d3b7\")]\r\n\r\n// Version information for an assembly consists of the following four values:\r\n//\r\n//      Major Version\r\n//      Minor Version \r\n//      Build Number\r\n//      Revision\r\n//\r\n// You can specify all the values or you can default the Build and Revision Numbers \r\n// by using the '*' as shown below:\r\n// [assembly: AssemblyVersion(\"1.0.*\")]\r\n[assembly: AssemblyVersion(\"1.0.0.0\")]\r\n[assembly: AssemblyFileVersion(\"1.0.0.0\")]\r\n"
  },
  {
    "path": "src/SimpleJson.Tests/SerializeObject.KnownNonPrimitive.Tests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System;\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class SerializeObject_KnownNonPrimitive_Tests\r\n    {\r\n        [TestMethod]\r\n        public void GuidSerialization()\r\n        {\r\n            Guid guid = new Guid(\"BED7F4EA-1A96-11d2-8F08-00A0C9A6186D\");\r\n            var json = SimpleJson.SerializeObject(guid);\r\n\r\n            Assert.AreEqual(@\"\"\"bed7f4ea-1a96-11d2-8f08-00a0c9a6186d\"\"\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void EnumSerialization()\r\n        {\r\n            string json = SimpleJson.SerializeObject(StringComparison.CurrentCultureIgnoreCase);\r\n            Assert.AreEqual(\"1\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void UriSerialization()\r\n        {\r\n            string json = SimpleJson.SerializeObject(new Uri(\"http://simplejson.codeplex.com/\"));\r\n            Assert.AreEqual(\"\\\"http://simplejson.codeplex.com/\\\"\", json);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/SerializeObject.Primitive.Tests.cs",
    "content": "﻿//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System.Collections.Generic;\r\n\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class SerializeObject_Primitive_Tests\r\n    {\r\n        [TestMethod]\r\n        public void ObjectSerialization()\r\n        {\r\n            object value;\r\n\r\n            value = 1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = 1.1;\r\n            Assert.AreEqual(\"1.1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = 1.1m;\r\n            Assert.AreEqual(\"1.1\", SimpleJson.SerializeObject(value));\r\n\r\n            //value = (float)1.1;\r\n            //Assert.AreEqual(\"1.1\", SimpleJson.JsonEncode(value));\r\n\r\n            value = (short)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = (long)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = (byte)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = (uint)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = (ushort)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = (sbyte)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = (ulong)1;\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject(value));\r\n\r\n            value = null;\r\n            Assert.AreEqual(\"null\", SimpleJson.SerializeObject(value));\r\n\r\n            //value = DBNull.Value;\r\n            //Assert.AreEqual(\"null\", SimpleJson.JsonEncode(value));\r\n\r\n            value = \"I am a string\";\r\n            Assert.AreEqual(@\"\"\"I am a string\"\"\", SimpleJson.SerializeObject(value));\r\n\r\n            value = true;\r\n            Assert.AreEqual(\"true\", SimpleJson.SerializeObject(value));\r\n\r\n            value = false;\r\n            Assert.AreEqual(\"false\", SimpleJson.SerializeObject(value));\r\n\r\n            //value = 'c';\r\n            //Assert.AreEqual(@\"\"\"c\"\"\", SimpleJson.JsonEncode(value));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void StringSerialization()\r\n        {\r\n            string str = \"I am a string\";\r\n            Assert.AreEqual(@\"\"\"I am a string\"\"\", SimpleJson.SerializeObject(str));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void StringEscpaingSerialization()\r\n        {\r\n            string v = @\"It's a good day\r\n\"\"sunshine\"\"\";\r\n\r\n            string json = SimpleJson.SerializeObject(v);\r\n            Assert.AreEqual(@\"\"\"It's a good day\\r\\n\\\"\"sunshine\\\"\"\"\"\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n#if NETFX_CORE\r\n        [Ignore]\r\n#else\r\n        [Ignore(\"not part of the json standard.\")]\r\n#endif\r\n        public void CharSerialization()\r\n        {\r\n            Assert.AreEqual(@\"\"\"c\"\"\", SimpleJson.SerializeObject('c'));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void BoolTrueSerialization()\r\n        {\r\n            Assert.AreEqual(\"true\", SimpleJson.SerializeObject(true));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void BoolFalseSerialization()\r\n        {\r\n            Assert.AreEqual(\"false\", SimpleJson.SerializeObject(false));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void NullSerialization()\r\n        {\r\n            Assert.AreEqual(\"null\", SimpleJson.SerializeObject(null));\r\n        }\r\n\r\n#if !NETFX_CORE\r\n        [TestMethod]\r\n        [Ignore(\"uncomment if(Convert.IsDBNull(input)) in PocoJsonSerializerStrategy.TrySerializeKnownTypes. disabled to improve performance.\")]\r\n        public void DbNullSerialization()\r\n        {\r\n            Assert.AreEqual(\"null\", SimpleJson.SerializeObject(System.DBNull.Value));\r\n        }\r\n#endif\r\n\r\n        [TestMethod]\r\n        public void Int16Serialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((short)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void UnsingedInt16Serialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((ushort)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Int64Serialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((long)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void UnsingedInt64Serialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((ulong)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void ByteSerialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((byte)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SignedByteSerialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((sbyte)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void Int32Serialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((int)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void UnsingedInt32Serialization()\r\n        {\r\n            Assert.AreEqual(\"1\", SimpleJson.SerializeObject((uint)1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DoubleSerialization()\r\n        {\r\n            Assert.AreEqual(\"1.1\", SimpleJson.SerializeObject(1.1));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void DecimalSerialization()\r\n        {\r\n            Assert.AreEqual(\"1.1\", SimpleJson.SerializeObject(1.1m));\r\n            Assert.AreEqual(\"1.11\", SimpleJson.SerializeObject(1.11m));\r\n            Assert.AreEqual(\"1.111\", SimpleJson.SerializeObject(1.111m));\r\n            Assert.AreEqual(\"1.1111\", SimpleJson.SerializeObject(1.1111m));\r\n            Assert.AreEqual(\"1.11111\", SimpleJson.SerializeObject(1.11111m));\r\n            Assert.AreEqual(\"1.111111\", SimpleJson.SerializeObject(1.111111m));\r\n            //Assert.AreEqual(\"1.0\", SimpleJson.JsonEncode(1.0m));\r\n            //Assert.AreEqual(\"-1.0\", SimpleJson.JsonEncode(-1.0m));\r\n            //Assert.AreEqual(\"-1.0\", SimpleJson.JsonEncode(-1m));\r\n            //Assert.AreEqual(\"1.0\", SimpleJson.JsonEncode(1m));\r\n            Assert.AreEqual(\"1.01\", SimpleJson.SerializeObject(1.01m));\r\n            Assert.AreEqual(\"1.001\", SimpleJson.SerializeObject(1.001m));\r\n            //Assert.AreEqual(\"79228162514264337593543950335.0\", SimpleJson.JsonEncode(decimal.MaxValue));\r\n            //Assert.AreEqual(\"-79228162514264337593543950335.0\", SimpleJson.JsonEncode(decimal.MinValue));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void FloatSerialization()\r\n        {\r\n            Assert.AreEqual(\"1.1\", SimpleJson.SerializeObject(1.1));\r\n            Assert.AreEqual(\"1.11\", SimpleJson.SerializeObject(1.11));\r\n            Assert.AreEqual(\"1.111\", SimpleJson.SerializeObject(1.111));\r\n            Assert.AreEqual(\"1.1111\", SimpleJson.SerializeObject(1.1111));\r\n            Assert.AreEqual(\"1.11111\", SimpleJson.SerializeObject(1.11111));\r\n            Assert.AreEqual(\"1.111111\", SimpleJson.SerializeObject(1.111111));\r\n            //Assert.AreEqual(\"1.0\", SimpleJson.JsonEncode(1.0));\r\n            //Assert.AreEqual(\"1.0\", SimpleJson.JsonEncode(1d));\r\n            //Assert.AreEqual(\"-1.0\", SimpleJson.JsonEncode(-1d));\r\n            Assert.AreEqual(\"1.01\", SimpleJson.SerializeObject(1.01));\r\n            Assert.AreEqual(\"1.001\", SimpleJson.SerializeObject(1.001));\r\n            //Assert.AreEqual(JsonConvert.PositiveInfinity, SimpleJson.JsonEncode(double.PositiveInfinity));\r\n            //Assert.AreEqual(JsonConvert.NegativeInfinity, SimpleJson.JsonEncode(double.NegativeInfinity));\r\n            //Assert.AreEqual(JsonConvert.NaN, SimpleJson.JsonEncode(double.NaN));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void EmptyObjectSerialization()\r\n        {\r\n            Assert.AreEqual(\"{}\", SimpleJson.SerializeObject(new object()));\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanParseWithUnicode()\r\n        {\r\n            var dog = new { Name = \"Ăbbey\" };\r\n\r\n            var serialized = SimpleJson.SerializeObject(dog);\r\n\r\n            var deserialized = (IDictionary<string, object>)SimpleJson.DeserializeObject(serialized);\r\n\r\n            Assert.AreEqual(dog.Name, deserialized[\"Name\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeArrays()\r\n        {\r\n            const string expected = \"[1,2,3]\";\r\n\r\n            var data = new[] { 1, 2, 3 };\r\n            var serialized = SimpleJson.SerializeObject(data);\r\n\r\n            Assert.AreEqual(expected, serialized);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeEmptyArray()\r\n        {\r\n            const string expected = \"[]\";\r\n\r\n            var data = new int[0];\r\n            var serialized = SimpleJson.SerializeObject(data);\r\n\r\n            Assert.AreEqual(expected, serialized);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeNullArray()\r\n        {\r\n            const string expected = \"null\";\r\n\r\n            int[] data = null;\r\n            var serialized = SimpleJson.SerializeObject(data);\r\n\r\n            Assert.AreEqual(expected, serialized);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeList()\r\n        {\r\n            const string expected = \"[\\\"a\\\",\\\"b\\\",\\\"c\\\"]\";\r\n\r\n            var data = new List<string> { \"a\", \"b\", \"c\" };\r\n            var serialized = SimpleJson.SerializeObject(data);\r\n\r\n            Assert.AreEqual(expected, serialized);\r\n        }\r\n\r\n        [TestMethod]\r\n        [Ignore]\r\n        public void CanIgnoreSolidusInStringLiterals()\r\n        {\r\n            const string expected = @\"What is the phone #/digits?\";\r\n\r\n            var serialized = SimpleJson.SerializeObject(\r\n                new\r\n                {\r\n                    Value = @\"What is the phone #\\/digits?\"\r\n                });\r\n\r\n            var actual = (IDictionary<string, object>)SimpleJson.DeserializeObject(serialized);\r\n\r\n            Assert.AreEqual(expected, actual[\"Value\"]);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeUnicodeTests()\r\n        {\r\n            var o = SimpleJson.SerializeObject(\"न\");\r\n\r\n            Assert.AreEqual(\"\\\"न\\\"\", o);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeDictionaryStringObjectTests()\r\n        {\r\n            Dictionary<string, object> parameters = new Dictionary<string, object>();\r\n            parameters[\"caption\"] = string.Empty;\r\n            parameters[\"description\"] = \"hello world\";\r\n            parameters[\"link\"] = \"http://google.com\";\r\n\r\n            var result = SimpleJson.SerializeObject(parameters);\r\n\r\n            Assert.AreEqual(\"{\\\"caption\\\":\\\"\\\",\\\"description\\\":\\\"hello world\\\",\\\"link\\\":\\\"http://google.com\\\"}\", result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeDictionaryStringStringTests()\r\n        {\r\n            Dictionary<string, string> parameters = new Dictionary<string, string>();\r\n            parameters[\"caption\"] = string.Empty;\r\n            parameters[\"description\"] = \"hello world\";\r\n            parameters[\"link\"] = \"http://google.com\";\r\n\r\n            var result = SimpleJson.SerializeObject(parameters);\r\n\r\n            Assert.AreEqual(\"{\\\"caption\\\":\\\"\\\",\\\"description\\\":\\\"hello world\\\",\\\"link\\\":\\\"http://google.com\\\"}\", result);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeSurrogatePair()\r\n        {\r\n            string str = \"𩸽 is Arabesque greenling(fish) in japanese\";\r\n            string json = SimpleJson.SerializeObject(str);\r\n\r\n            Assert.AreEqual(\"\\\"𩸽 is Arabesque greenling(fish) in japanese\\\"\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeDoubleQuotesCorrectly()\r\n        {\r\n            var obj = new { message = \"Hi \\\"Prabir\\\"\" };\r\n            string json = SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"message\\\":\\\"Hi \\\\\\\"Prabir\\\\\\\"\\\"}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeBigNumberCorrectly()\r\n        {\r\n            string json = SimpleJson.SerializeObject(new { object_id = 10150098461530576 });\r\n\r\n            Assert.AreEqual(\"{\\\"object_id\\\":10150098461530576}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeNullableTypeThatIsNotNull()\r\n        {\r\n            var obj = new Dictionary<string, object>();\r\n            int? value = 3;\r\n            obj[\"value\"] = value;\r\n            string json = SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"value\\\":3}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void SerializeNullableTypeThatIsNull()\r\n        {\r\n            var obj = new Dictionary<string, object>();\r\n            int? value = null;\r\n            obj[\"value\"] = value;\r\n            string json = SimpleJson.SerializeObject(obj);\r\n\r\n            Assert.AreEqual(\"{\\\"value\\\":null}\", json);\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/SerializeObject.UnknownNonPrimitive.Tests.cs",
    "content": "//-----------------------------------------------------------------------\r\n// <copyright file=\"<file>.cs\" company=\"The Outercurve Foundation\">\r\n//    Copyright (c) 2011, The Outercurve Foundation.\r\n//\r\n//    Licensed under the MIT License (the \"License\");\r\n//    you may not use this file except in compliance with the License.\r\n//    You may obtain a copy of the License at\r\n//      http://www.opensource.org/licenses/mit-license.php\r\n//\r\n//    Unless required by applicable law or agreed to in writing, software\r\n//    distributed under the License is distributed on an \"AS IS\" BASIS,\r\n//    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r\n//    See the License for the specific language governing permissions and\r\n//    limitations under the License.\r\n// </copyright>\r\n// <author>Nathan Totten (ntotten.com), Jim Zimmerman (jimzimmerman.com) and Prabir Shrestha (prabir.me)</author>\r\n// <website>https://github.com/facebook-csharp-sdk/simple-json</website>\r\n//-----------------------------------------------------------------------\r\n\r\nnamespace SimpleJsonTests\r\n{\r\n    using System;\r\n#if NUNIT\r\n    using TestClass = NUnit.Framework.TestFixtureAttribute;\r\n    using TestMethod = NUnit.Framework.TestAttribute;\r\n    using TestCleanup = NUnit.Framework.TearDownAttribute;\r\n    using TestInitialize = NUnit.Framework.SetUpAttribute;\r\n    using ClassCleanup = NUnit.Framework.TestFixtureTearDownAttribute;\r\n    using ClassInitialize = NUnit.Framework.TestFixtureSetUpAttribute;\r\n    using NUnit.Framework;\r\n#else\r\n#if NETFX_CORE\r\n    using Microsoft.VisualStudio.TestPlatform.UnitTestFramework;\r\n#else\r\n    using Microsoft.VisualStudio.TestTools.UnitTesting;\r\n#endif\r\n#endif\r\n\r\n    using SimpleJson;\r\n\r\n    [TestClass]\r\n    public class SerializeObject_UnknownNonPrimitive_Tests\r\n    {\r\n        private class Dog\r\n        {\r\n            public string Name { get; set; }\r\n        }\r\n\r\n        public class ObjProp\r\n        {\r\n            public string PropTypeKnown { get; set; }\r\n            public object PropTypeUnknown { get; set; }\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeClassInstanceExample()\r\n        {\r\n            const string expected = @\"{\"\"Name\"\":\"\"spot\"\"}\";\r\n            var dog = new Dog { Name = \"spot\" };\r\n\r\n            var json = SimpleJson.SerializeObject(dog);\r\n\r\n            Assert.AreEqual(expected, json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeAnonymousObject()\r\n        {\r\n            const string expected = @\"{\"\"name\"\":\"\"spot\"\"}\";\r\n            var instance = new { name = \"spot\" };\r\n\r\n            var json = SimpleJson.SerializeObject(instance);\r\n\r\n            Assert.AreEqual(expected, json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeAnonymousObjectWithNumbers()\r\n        {\r\n            // todo: make json encode smaller by removing spaces after ,\r\n            const string expected = @\"{\"\"quantity\"\":8902,\"\"cost\"\":45.33,\"\"value\"\":-0.01063}\";\r\n            var instance = new\r\n            {\r\n                quantity = 8902,\r\n                cost = 45.33,\r\n                value = -1.063E-02\r\n            };\r\n\r\n            var json = SimpleJson.SerializeObject(instance);\r\n            Assert.AreEqual(expected, json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeWithAnonymousTypes()\r\n        {\r\n            const string expected = @\"{\"\"array\"\":{\"\"quantity\"\":8902,\"\"cost\"\":45.33,\"\"value\"\":-0.01063}}\";\r\n            var instance = new\r\n            {\r\n                array = new { quantity = 8902, cost = 45.33, value = -1.063E-02 }\r\n            };\r\n\r\n            var json = SimpleJson.SerializeObject(instance);\r\n            Assert.AreEqual(expected, json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeWithDatesThatHasMilliSecondAsNonZero()\r\n        {\r\n            var instance = new\r\n            {\r\n                now = new DateTime(2004, 1, 20, 5, 3, 6, 12, DateTimeKind.Utc)\r\n            };\r\n\r\n            var json = SimpleJson.SerializeObject(instance);\r\n            Assert.IsNotNull(json);\r\n            Assert.AreEqual(\"{\\\"now\\\":\\\"2004-01-20T05:03:06.012Z\\\"}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeWithDatesThatHasMilliSecondAsZero()\r\n        {\r\n            var instance = new\r\n            {\r\n                now = new DateTime(2004, 1, 20, 5, 3, 6, 0, DateTimeKind.Utc)\r\n            };\r\n\r\n            var json = SimpleJson.SerializeObject(instance);\r\n            Assert.IsNotNull(json);\r\n            Assert.AreEqual(\"{\\\"now\\\":\\\"2004-01-20T05:03:06Z\\\"}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeUnknownProperty()\r\n        {\r\n            var instance = new ObjProp { PropTypeKnown = \"str\", PropTypeUnknown = new { unknown = \"property\" } };\r\n\r\n            var json = SimpleJson.SerializeObject(instance);\r\n            Assert.AreEqual(\"{\\\"PropTypeKnown\\\":\\\"str\\\",\\\"PropTypeUnknown\\\":{\\\"unknown\\\":\\\"property\\\"}}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanSerializeUnknownPropertyUsingNamingConvention()\r\n        {\r\n            var instance = new ObjProp { PropTypeKnown = \"str\", PropTypeUnknown = new { unknown = \"property\" } };\r\n            var json = SimpleJson.SerializeObject(instance, new MyJsonSerializerStrategy());\r\n            Assert.AreEqual(\"{\\\"prop_type_known\\\":\\\"str\\\",\\\"prop_type_unknown\\\":{\\\"unknown\\\":\\\"property\\\"}}\", json);\r\n        }\r\n\r\n        [TestMethod]\r\n        public void CanRoundTrip()\r\n        {\r\n            var instance = new ObjProp { PropTypeKnown = \"str\", PropTypeUnknown = new { unknown = \"property\" } };\r\n            var json = SimpleJson.SerializeObject(instance, new MyJsonSerializerStrategy());\r\n            Assert.AreEqual(\"{\\\"prop_type_known\\\":\\\"str\\\",\\\"prop_type_unknown\\\":{\\\"unknown\\\":\\\"property\\\"}}\", json);\r\n            var result = SimpleJson.DeserializeObject<ObjProp>(json, new MyJsonSerializerStrategy());\r\n            Assert.AreEqual(\"str\", result.PropTypeKnown);\r\n        }\r\n\r\n        private class MyJsonSerializerStrategy : PocoJsonSerializerStrategy\r\n        {\r\n            protected override string MapClrMemberNameToJsonFieldName(string clrPropertyName)\r\n            {\r\n                return clrPropertyName == \"PropTypeKnown\" ? \"prop_type_known\" : clrPropertyName == \"PropTypeUnknown\" ? \"prop_type_unknown\" : clrPropertyName;\r\n            }\r\n        }\r\n    }\r\n}"
  },
  {
    "path": "src/SimpleJson.Tests/SimleJson.Tests-WindowsStore.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props\" Condition=\"Exists('$(MSBuildExtensionsPath)\\$(MSBuildToolsVersion)\\Microsoft.Common.props')\" />\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{257EBC11-3373-49B2-AD05-2054E8761961}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimleJson.Tests</RootNamespace>\r\n    <AssemblyName>SimleJson.Tests</AssemblyName>\r\n    <DefaultLanguage>en-US</DefaultLanguage>\r\n    <FileAlignment>512</FileAlignment>\r\n    <ProjectTypeGuids>{BC8A1FFA-BEE3-4634-8014-F334798102B3};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r\n    <PackageCertificateKeyFile>SimleJson.Tests-WinRT_TemporaryKey.pfx</PackageCertificateKeyFile>\r\n    <PackageCertificateThumbprint>A5C53E8400B3755C7FF036D15172CEB355A398AB</PackageCertificateThumbprint>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>bin\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>bin\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|ARM'\">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <OutputPath>bin\\ARM\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>full</DebugType>\r\n    <PlatformTarget>ARM</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|ARM'\">\r\n    <OutputPath>bin\\ARM\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <Optimize>true</Optimize>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>pdbonly</DebugType>\r\n    <PlatformTarget>ARM</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|x64'\">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <OutputPath>bin\\x64\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>full</DebugType>\r\n    <PlatformTarget>x64</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|x64'\">\r\n    <OutputPath>bin\\x64\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <Optimize>true</Optimize>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>pdbonly</DebugType>\r\n    <PlatformTarget>x64</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Debug|x86'\">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <OutputPath>bin\\x86\\Debug\\</OutputPath>\r\n    <DefineConstants>DEBUG;TRACE;NETFX_CORE</DefineConstants>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>full</DebugType>\r\n    <PlatformTarget>x86</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\"'$(Configuration)|$(Platform)' == 'Release|x86'\">\r\n    <OutputPath>bin\\x86\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NETFX_CORE</DefineConstants>\r\n    <Optimize>true</Optimize>\r\n    <NoWarn>;2008</NoWarn>\r\n    <DebugType>pdbonly</DebugType>\r\n    <PlatformTarget>x86</PlatformTarget>\r\n    <UseVSHostingProcess>false</UseVSHostingProcess>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <CodeAnalysisRuleSet>ExpressRules.ruleset</CodeAnalysisRuleSet>\r\n    <Prefer32Bit>true</Prefer32Bit>\r\n  </PropertyGroup>\r\n  <PropertyGroup>\r\n    <AppXPackage>True</AppXPackage>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <!--A reference to the entire .Net Framework and Windows SDK are automatically included-->\r\n    <SDKReference Include=\"MSTestFramework, Version=11.0\" />\r\n    <SDKReference Include=\"TestPlatform, Version=11.0\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"DataContractTests\\DataContractSampleClassess.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateGettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicGetterSetterDeserializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicGettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DeserializeObjectTests.cs\" />\r\n    <Compile Include=\"EscapeToJavascriptStringTests.cs\" />\r\n    <Compile Include=\"JsonArrayTests.cs\" />\r\n    <Compile Include=\"JsonDataContractSerializeObjectTests.cs\" />\r\n    <Compile Include=\"JsonDecodeTypeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\ArrayTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\DateTimeDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\DictionaryDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\ListOfPocoDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\NullableTypeDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\DateTimeSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\NullableSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateFieldsDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateGetterSettersDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateGettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicFieldsDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGetterDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGetterSetterDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\ToStringTests.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SerializeObject.KnownNonPrimitive.Tests.cs\" />\r\n    <Compile Include=\"SerializeObject.Primitive.Tests.cs\" />\r\n    <Compile Include=\"SerializeObject.UnknownNonPrimitive.Tests.cs\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <AppxManifest Include=\"Package.appxmanifest\">\r\n      <SubType>Designer</SubType>\r\n    </AppxManifest>\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Content Include=\"Images\\UnitTestLogo.png\">\r\n      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r\n    </Content>\r\n    <Content Include=\"Images\\UnitTestSmallLogo.png\">\r\n      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r\n    </Content>\r\n    <Content Include=\"Images\\UnitTestSplashScreen.png\">\r\n      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r\n    </Content>\r\n    <Content Include=\"Images\\UnitTestStoreLogo.png\">\r\n      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>\r\n    </Content>\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <None Include=\"SimleJson.Tests-WindowsStore_TemporaryKey.pfx\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <ProjectReference Include=\"..\\SimpleJson\\SimpleJson-WindowsStore.csproj\">\r\n      <Project>{95427de1-88b5-4679-9d96-b7ac4739a7fa}</Project>\r\n      <Name>SimpleJson-WindowsStore</Name>\r\n    </ProjectReference>\r\n  </ItemGroup>\r\n  <PropertyGroup Condition=\" '$(VisualStudioVersion)' == '' \">\r\n    <VisualStudioVersion>11.0</VisualStudioVersion>\r\n  </PropertyGroup>\r\n  <Import Project=\"$(MSBuildExtensionsPath)\\Microsoft\\WindowsXaml\\v$(VisualStudioVersion)\\Microsoft.Windows.UI.Xaml.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>  \r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson.Tests/SimpleJson.Tests.csproj",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\r\n  <PropertyGroup>\r\n    <Configuration Condition=\" '$(Configuration)' == '' \">Debug</Configuration>\r\n    <Platform Condition=\" '$(Platform)' == '' \">AnyCPU</Platform>\r\n    <ProductVersion>8.0.30703</ProductVersion>\r\n    <SchemaVersion>2.0</SchemaVersion>\r\n    <ProjectGuid>{A8993045-3923-488D-BCD5-F7C1F81ACDED}</ProjectGuid>\r\n    <OutputType>Library</OutputType>\r\n    <AppDesignerFolder>Properties</AppDesignerFolder>\r\n    <RootNamespace>SimpleJson.Tests</RootNamespace>\r\n    <AssemblyName>SimpleJson.Tests</AssemblyName>\r\n    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>\r\n    <FileAlignment>512</FileAlignment>\r\n    <TargetFrameworkProfile />\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' \">\r\n    <DebugSymbols>true</DebugSymbols>\r\n    <DebugType>full</DebugType>\r\n    <Optimize>false</Optimize>\r\n    <OutputPath>..\\..\\bin\\Tests\\Net40\\Debug\\</OutputPath>\r\n    <DefineConstants>TRACE;DEBUG;NUNIT;SIMPLE_JSON_DATACONTRACT;</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n    <PlatformTarget>x86</PlatformTarget>\r\n  </PropertyGroup>\r\n  <PropertyGroup Condition=\" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' \">\r\n    <DebugType>pdbonly</DebugType>\r\n    <Optimize>true</Optimize>\r\n    <OutputPath>..\\..\\bin\\Tests\\Net40\\Release\\</OutputPath>\r\n    <DefineConstants>TRACE;NUNIT;SIMPLE_JSON_DATACONTRACT</DefineConstants>\r\n    <ErrorReport>prompt</ErrorReport>\r\n    <WarningLevel>4</WarningLevel>\r\n    <PlatformTarget>x86</PlatformTarget>\r\n  </PropertyGroup>\r\n  <ItemGroup>\r\n    <Reference Include=\"nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL\">\r\n      <SpecificVersion>False</SpecificVersion>\r\n      <HintPath>..\\packages\\NUnit.2.5.10.11092\\lib\\nunit.framework.dll</HintPath>\r\n    </Reference>\r\n    <Reference Include=\"nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL\">\r\n      <SpecificVersion>False</SpecificVersion>\r\n      <HintPath>..\\packages\\NUnit.2.5.10.11092\\lib\\nunit.mocks.dll</HintPath>\r\n    </Reference>\r\n    <Reference Include=\"pnunit.framework, Version=1.0.4109.34242, Culture=neutral, processorArchitecture=MSIL\">\r\n      <SpecificVersion>False</SpecificVersion>\r\n      <HintPath>..\\packages\\NUnit.2.5.10.11092\\lib\\pnunit.framework.dll</HintPath>\r\n    </Reference>\r\n    <Reference Include=\"System\" />\r\n    <Reference Include=\"System.Data\" />\r\n    <Reference Include=\"System.Runtime.Serialization\" />\r\n    <Reference Include=\"System.Xml\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <Compile Include=\"DeserializeGenericListTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\DataContractSampleClassess.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateGettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PrivateSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicGetterSetterDeserializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicGettersSerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"DataContractTests\\PublicSettersSerializeTests.cs\" />\r\n    <Compile Include=\"EscapeToJavascriptStringTests.cs\" />\r\n    <Compile Include=\"JsonArrayTests.cs\" />\r\n    <Compile Include=\"DeserializeObjectTests.cs\" />\r\n    <Compile Include=\"JsonDecodeTypeTests.cs\" />\r\n    <Compile Include=\"JsonDataContractSerializeObjectTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\ArrayTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\NullableTypeDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\DateTimeDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\DictionaryDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoDeserializerTests\\ListOfPocoDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\DateTimeSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\NullableSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateFieldsDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateGetterSettersDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateGettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PrivateSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicFieldsDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicFieldsSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGetterDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGetterSetterDeserializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGetterSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicGettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicReadonlySerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\PublicSettersSerializeTests.cs\" />\r\n    <Compile Include=\"PocoJsonSerializerTests\\ToStringTests.cs\" />\r\n    <Compile Include=\"Properties\\AssemblyInfo.cs\" />\r\n    <Compile Include=\"SerializeObject.KnownNonPrimitive.Tests.cs\" />\r\n    <Compile Include=\"SerializeObject.Primitive.Tests.cs\" />\r\n    <Compile Include=\"SerializeObject.UnknownNonPrimitive.Tests.cs\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <None Include=\"packages.config\" />\r\n  </ItemGroup>\r\n  <ItemGroup>\r\n    <ProjectReference Include=\"..\\SimpleJson\\SimpleJson-Portable.csproj\">\r\n      <Project>{8264c25c-4195-4d37-b848-de6a5c4f27cc}</Project>\r\n      <Name>SimpleJson-Portable</Name>\r\n    </ProjectReference>\r\n  </ItemGroup>\r\n  <Import Project=\"$(MSBuildToolsPath)\\Microsoft.CSharp.targets\" />\r\n  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r\n       Other similar extension points exist, see Microsoft.Common.targets.\r\n  <Target Name=\"BeforeBuild\">\r\n  </Target>\r\n  <Target Name=\"AfterBuild\">\r\n  </Target>\r\n  -->\r\n</Project>"
  },
  {
    "path": "src/SimpleJson.Tests/packages.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<packages>\r\n  <package id=\"NUnit\" version=\"2.5.10.11092\" />\r\n</packages>"
  },
  {
    "path": "src/SimpleJson.nuspec",
    "content": "<?xml version=\"1.0\"?>\r\n<package xmlns=\"http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd\">\r\n  <metadata>\r\n    <id>SimpleJson</id>\r\n    <version>$version$</version>\r\n    <authors>Jim Zimmerman, Nathan Totten, Prabir Shrestha</authors>\r\n    <owners>Jim Zimmerman, Nathan Totten, Prabir Shrestha</owners>\r\n    <licenseUrl>https://raw.github.com/facebook-csharp-sdk/simple-json/master/LICENSE.txt</licenseUrl>\r\n    <projectUrl>https://raw.github.com/facebook-csharp-sdk/simple-json</projectUrl>\r\n    <requireLicenseAcceptance>false</requireLicenseAcceptance>\r\n    <description>Super lightweight Json library for .NET 2.0+/SL4+/WP7/WindowsStore Apps/Portable Class Libraries along with dynamic and DataContract support</description>\r\n    <language>en-US</language>\r\n    <tags>json</tags>\r\n  </metadata>\r\n  <files>\r\n        <file src=\"..\\working\\SimpleJson.cs.pp\" target=\"content\\SimpleJson.cs.pp\" />\r\n        <file src=\"..\\working\\SimpleJson.psm1\" target=\"SimpleJson.psm1\" />\r\n  </files>\r\n</package>"
  },
  {
    "path": "src/SimpleJson.sln",
    "content": "﻿\r\nMicrosoft Visual Studio Solution File, Format Version 12.00\r\n# Visual Studio 2013\r\nVisualStudioVersion = 12.0.20827.3\r\nMinimumVisualStudioVersion = 10.0.40219.1\r\nProject(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"Tests\", \"Tests\", \"{AEDAD4B4-9F2C-4992-8CD6-A43DFDFF7172}\"\r\nEndProject\r\nProject(\"{2150E333-8FDC-42A3-9474-1A3956D46DE8}\") = \"Solution Items\", \"Solution Items\", \"{3A6BE2C6-039D-408B-85D8-D130BD01D6A4}\"\r\n\tProjectSection(SolutionItems) = preProject\r\n\t\t..\\rakefile.rb = ..\\rakefile.rb\r\n\t\t..\\README.md = ..\\README.md\r\n\t\tsimplejson.script.ps1 = simplejson.script.ps1\r\n\tEndProjectSection\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Net40\", \"SimpleJson\\SimpleJson-Net40.csproj\", \"{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Net20\", \"SimpleJson\\SimpleJson-Net20.csproj\", \"{02523326-C4CA-45B1-9C1B-2438D218A5C0}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Net35\", \"SimpleJson\\SimpleJson-Net35.csproj\", \"{5033CD0A-483B-4E41-87A2-D0F65905B5D3}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-SL4\", \"SimpleJson\\SimpleJson-SL4.csproj\", \"{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-WP7\", \"SimpleJson\\SimpleJson-WP7.csproj\", \"{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson.Tests\", \"SimpleJson.Tests\\SimpleJson.Tests.csproj\", \"{A8993045-3923-488D-BCD5-F7C1F81ACDED}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"JsonViewer\", \"JsonViewer\\JsonViewer.csproj\", \"{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-SL5\", \"SimpleJson\\SimpleJson-SL5.csproj\", \"{F918711A-6A76-488E-8990-0F0B73E1F532}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Portable\", \"SimpleJson\\SimpleJson-Portable.csproj\", \"{8264C25C-4195-4D37-B848-DE6A5C4F27CC}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Portable-NoLinqExpression\", \"SimpleJson\\SimpleJson-Portable-NoLinqExpression.csproj\", \"{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-WindowsStore\", \"SimpleJson\\SimpleJson-WindowsStore.csproj\", \"{95427DE1-88B5-4679-9D96-B7AC4739A7FA}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Net45\", \"SimpleJson\\SimpleJson-Net45.csproj\", \"{19F83E93-3679-4A93-8E3B-707050A96E85}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-WP71\", \"SimpleJson\\SimpleJson-WP71.csproj\", \"{954977A1-6134-4F60-A0B7-FF041828E267}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimleJson.Tests-WindowsStore\", \"SimpleJson.Tests\\SimleJson.Tests-WindowsStore.csproj\", \"{257EBC11-3373-49B2-AD05-2054E8761961}\"\r\nEndProject\r\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}\") = \"SimpleJson-Portable-WP8WinStoreNet45\", \"SimpleJson\\SimpleJson-Portable-WP8WinStoreNet45.csproj\", \"{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}\"\r\nEndProject\r\nGlobal\r\n\tGlobalSection(SolutionConfigurationPlatforms) = preSolution\r\n\t\tDebug|Any CPU = Debug|Any CPU\r\n\t\tDebug|ARM = Debug|ARM\r\n\t\tDebug|Mixed Platforms = Debug|Mixed Platforms\r\n\t\tDebug|x64 = Debug|x64\r\n\t\tDebug|x86 = Debug|x86\r\n\t\tRelease|Any CPU = Release|Any CPU\r\n\t\tRelease|ARM = Release|ARM\r\n\t\tRelease|Mixed Platforms = Release|Mixed Platforms\r\n\t\tRelease|x64 = Release|x64\r\n\t\tRelease|x86 = Release|x86\r\n\tEndGlobalSection\r\n\tGlobalSection(ProjectConfigurationPlatforms) = postSolution\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{4EE1BC6A-D96B-4BD6-A6F3-2E2135AA9B99}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{02523326-C4CA-45B1-9C1B-2438D218A5C0}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{5033CD0A-483B-4E41-87A2-D0F65905B5D3}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{4A93FDBA-28DD-4737-B0DF-72CF0C42D962}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{A1116A6E-B599-4AB0-87ED-ED0F3452A7F6}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|Any CPU.ActiveCfg = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|ARM.ActiveCfg = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|Mixed Platforms.ActiveCfg = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|Mixed Platforms.Build.0 = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|x64.ActiveCfg = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|x86.ActiveCfg = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Debug|x86.Build.0 = Debug|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|Any CPU.ActiveCfg = Release|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|ARM.ActiveCfg = Release|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|Mixed Platforms.ActiveCfg = Release|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|Mixed Platforms.Build.0 = Release|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|x64.ActiveCfg = Release|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|x86.ActiveCfg = Release|x86\r\n\t\t{47BE12D4-634F-4ABC-BFEE-81DE3D40A639}.Release|x86.Build.0 = Release|x86\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{F918711A-6A76-488E-8990-0F0B73E1F532}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{8264C25C-4195-4D37-B848-DE6A5C4F27CC}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{EC4EAFB1-A0A3-4C7B-8B38-CFEED0D6FC0A}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|ARM.ActiveCfg = Debug|ARM\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|ARM.Build.0 = Debug|ARM\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|Mixed Platforms.ActiveCfg = Debug|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|Mixed Platforms.Build.0 = Debug|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|x64.ActiveCfg = Debug|x64\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|x64.Build.0 = Debug|x64\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|x86.ActiveCfg = Debug|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Debug|x86.Build.0 = Debug|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|ARM.ActiveCfg = Release|ARM\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|ARM.Build.0 = Release|ARM\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|Mixed Platforms.ActiveCfg = Release|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|Mixed Platforms.Build.0 = Release|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|x64.ActiveCfg = Release|x64\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|x64.Build.0 = Release|x64\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|x86.ActiveCfg = Release|x86\r\n\t\t{95427DE1-88B5-4679-9D96-B7AC4739A7FA}.Release|x86.Build.0 = Release|x86\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{19F83E93-3679-4A93-8E3B-707050A96E85}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{954977A1-6134-4F60-A0B7-FF041828E267}.Release|x86.ActiveCfg = Release|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|Any CPU.Deploy.0 = Debug|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|ARM.ActiveCfg = Debug|ARM\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|ARM.Build.0 = Debug|ARM\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|ARM.Deploy.0 = Debug|ARM\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|Mixed Platforms.ActiveCfg = Debug|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|Mixed Platforms.Build.0 = Debug|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|Mixed Platforms.Deploy.0 = Debug|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|x64.ActiveCfg = Debug|x64\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|x64.Build.0 = Debug|x64\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|x64.Deploy.0 = Debug|x64\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|x86.ActiveCfg = Debug|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|x86.Build.0 = Debug|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Debug|x86.Deploy.0 = Debug|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|Any CPU.Deploy.0 = Release|Any CPU\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|ARM.ActiveCfg = Release|ARM\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|ARM.Build.0 = Release|ARM\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|ARM.Deploy.0 = Release|ARM\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|Mixed Platforms.ActiveCfg = Release|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|Mixed Platforms.Build.0 = Release|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|Mixed Platforms.Deploy.0 = Release|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|x64.ActiveCfg = Release|x64\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|x64.Build.0 = Release|x64\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|x64.Deploy.0 = Release|x64\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|x86.ActiveCfg = Release|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|x86.Build.0 = Release|x86\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961}.Release|x86.Deploy.0 = Release|x86\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|Any CPU.Build.0 = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|ARM.ActiveCfg = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|x64.ActiveCfg = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Debug|x86.ActiveCfg = Debug|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|Any CPU.ActiveCfg = Release|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|Any CPU.Build.0 = Release|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|ARM.ActiveCfg = Release|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|Mixed Platforms.Build.0 = Release|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|x64.ActiveCfg = Release|Any CPU\r\n\t\t{EC52A094-1CDB-4F5D-8A8A-86F501FC601C}.Release|x86.ActiveCfg = Release|Any CPU\r\n\tEndGlobalSection\r\n\tGlobalSection(SolutionProperties) = preSolution\r\n\t\tHideSolutionNode = FALSE\r\n\tEndGlobalSection\r\n\tGlobalSection(NestedProjects) = preSolution\r\n\t\t{A8993045-3923-488D-BCD5-F7C1F81ACDED} = {AEDAD4B4-9F2C-4992-8CD6-A43DFDFF7172}\r\n\t\t{257EBC11-3373-49B2-AD05-2054E8761961} = {AEDAD4B4-9F2C-4992-8CD6-A43DFDFF7172}\r\n\tEndGlobalSection\r\nEndGlobal\r\n"
  },
  {
    "path": "src/njake.js",
    "content": "(function () {\r\n\r\n    var \r\n        spawn = require('child_process').spawn,\r\n        path = require('path'),\r\n        fs = require('fs');\r\n\r\n    var extend = function (obj) {\r\n        var args = Array.prototype.slice.call(arguments);\r\n        if (args.length == 0) return {};\r\n        args.slice(1).forEach(function (source) {\r\n            for (var prop in source)\r\n                obj[prop] = source[prop];\r\n        });\r\n        return obj;\r\n    };\r\n\r\n    exports.exec = function (cmd, opts, callback) {\r\n        var command = spawn(cmd, opts || [], { customFds: [0, 1, 2] });\r\n        command.on('exit', function (code) { if (callback) callback(code); });\r\n    };\r\n\r\n    exports.msbuild = (function () {\r\n\r\n        var defaults = {\r\n            processor: 'x86',\r\n            version: 'net2.0'\r\n        };\r\n\r\n        var task = function (opts, callback) {\r\n            var opt = extend({}, defaults, opts),\r\n                args = [];\r\n\r\n            if (!opt.file) fail('msbuild failed - file required');\r\n\r\n            if (!opt._exe) {\r\n                if (!opt.processor) fail('msbuild failed - processor required');\r\n                if (!opt.version) fail('msbuild failed - version required');\r\n                opt._exe = exports.getDotNetVersionPath(opt.version, opt.processor) + 'MSBuild.exe';\r\n            }\r\n\r\n            args.push(opt.file);\r\n\r\n            if (opt.targets)\r\n                opts.targets.forEach(function (target) { args.push('/t:' + target); });\r\n            if (opt.properties) {\r\n                for (var key in opt.properties)\r\n                    args.push('/p:' + key + '=' + opt.properties[key])\r\n            }\r\n\r\n            args.push.apply(args, opt._parameters || []);\r\n\r\n            exports.exec(opt._exe, args, function (code) {\r\n                if (code !== 0) fail('msbuild failed')\r\n                callback ? callback(code) : complete();\r\n            });\r\n        };\r\n\r\n        task.setDefaults = function (opts) {\r\n            extend(defaults, opts);\r\n            return defaults;\r\n        };\r\n\r\n        return task;\r\n\r\n    })();\r\n\r\n    exports.xunit = (function () {\r\n\r\n        var defaults = {};\r\n\r\n        var task = function (opts, callback) {\r\n            var opt = extend({}, defaults, opts),\r\n                args = [];\r\n\r\n            if (!opt._exe) fail('xunit failed - _exe required');\r\n            if (!opt.assembly) fail('xunit failed - assembly required');\r\n\r\n            args.push(opt.assembly);\r\n\r\n            args.push.apply(args, opt._parameters || []);\r\n\r\n            exports.exec(opt._exe, args, function (code) {\r\n                if (code !== 0) fail('xunit failed')\r\n                callback ? callback(code) : complete();\r\n            });\r\n        };\r\n\r\n        task.setDefaults = function (opts) {\r\n            extend(defaults, opts);\r\n            return defaults;\r\n        };\r\n\r\n        return task;\r\n\r\n    })();\r\n\r\n    exports.nunit = (function () {\r\n\r\n        var defaults = {};\r\n\r\n        var task = function (opts, callback) {\r\n            var opt = extend({}, defaults, opts),\r\n                args = [];\r\n\r\n            if (!opt._exe) fail('nunit failed - _exe required');\r\n            if (!opt.assemblies) failed('nunit failed - assemblies required');\r\n\r\n            opt.assemblies.forEach(function (assembly) { args.push(assembly); });\r\n\r\n            if(opt.nologo) args.push('/nologo');\r\n            if(opt.noshadow) args.push('/noshadow');\r\n            if(opt.nothread) args.push('/nothread');\r\n            if(opt.nodots) args.push('/nodots');\r\n\r\n            if(opt.timeout) args.push('/timeout=' + opt.timeout)\r\n\r\n            if(opt.xml) args.push('/xml=' + opt.xml);\r\n\r\n            args.push.apply(args, opt._parameters || []);\r\n\r\n            exports.exec(opt._exe, args, function (code) {\r\n                if (code !== 0) fail('nunit failed');\r\n                callback ? callback(code) : complete();\r\n            });\r\n        };\r\n\r\n        task.setDefaults = function (opts) {\r\n            extend(defaults, opts);\r\n            return defaults;\r\n        };\r\n\r\n        return task;\r\n\r\n    })();\r\n\r\n    exports.nuget = (function () {\r\n\r\n        var defaults = {\r\n            _exe: 'NuGet.exe'\r\n        };\r\n\r\n        var task = {};\r\n\r\n        task.pack = function (opts, callback) {\r\n            var opt = extend({}, defaults, opts),\r\n                args = [];\r\n\r\n            args.push('pack');\r\n\r\n            if (!opt._exe) fail('nuget.pack failed - _exe required');\r\n            if (!opt.nuspec) fail('nuget.pack failed - nuspec required');\r\n            args.push(opt.nuspec);\r\n\r\n            if (opt.outputDirectory) {\r\n                args.push('-OutputDirectory')\r\n                args.push(opt.outputDirectory);\r\n            }\r\n\r\n            if (opt.verbose) args.push('-Verbose');\r\n\r\n            if (opt.version) {\r\n                args.push('-Version');\r\n                args.push(opt.version);\r\n            }\r\n\r\n            if (opt.properties) {\r\n                for (var key in opt.properties) {\r\n                    args.push('-Properties');\r\n                    args.push(key + '=' + opt.properties[key])\r\n                }\r\n            }\r\n\r\n            args.push.apply(args, opt._parameters || []);\r\n\r\n            exports.exec(opt._exe, args, function (code) {\r\n                if (code !== 0) fail('nuget.pack failed')\r\n                callback ? callback(code) : complete();\r\n            });\r\n        };\r\n\r\n        task.push = function (opts, callback) {\r\n            var opt = extend({}, defaults, opts),\r\n                args = [];\r\n\r\n            args.push('push');\r\n\r\n            if (!opt._exe) fail('nuget.push failed - _exe required');\r\n            if (!opt.package) fail('nuget.push failed - package required');\r\n            args.push(opt.package);\r\n\r\n            if (opt.apiKey) args.push(opt.apiKey);\r\n            if (opt.createOnly) args.push('-CreateOnly');\r\n            if (opt.source && opt.source !== '') {\r\n                args.push('-Source');\r\n                args.push(opt.source);\r\n            }\r\n\r\n            args.push.apply(args, opt._parameters || []);\r\n\r\n            exports.exec(opt._exe, args, function (code) {\r\n                if (code !== 0) fail('nuget.push failed');\r\n                callback ? callback(code) : complete();\r\n            });\r\n        };\r\n\r\n        task.setDefaults = function (opts) {\r\n            extend(defaults, opts);\r\n            return defaults;\r\n        };\r\n\r\n        task.sources = {\r\n            symbolSource: 'http://nuget.gw.symbolsource.org/Public/NuGet'\r\n        };\r\n\r\n        return task;\r\n\r\n    })();\r\n\r\n    exports.assemblyInfo = (function () {\r\n        var defaults = {\r\n            language: 'c#',\r\n            namespaces: ['System.Reflection', 'System.Runtime.InteropServices']\r\n        };\r\n\r\n        var supportedLangagues = ['c#'];\r\n\r\n        var task = function (opts, callback) {\r\n            var opt = extend({}, defaults, opts),\r\n                contents = '',\r\n                assemblyValue;\r\n\r\n            if (!opt.file) fail('assemblyInfo failed - file required');\r\n            if (!opt.language) fail('assemblyInfo failed - language required');\r\n\r\n            if (opt.language === 'c#') {\r\n                if (opt.namespaces) {\r\n                    opt.namespaces.forEach(function (ns) {\r\n                        contents += 'using ' + ns + ';\\r\\n';\r\n                    });\r\n                }\r\n                if (opt.assembly) {\r\n                    for (var key in opt.assembly) {\r\n                        assemblyValue = opt.assembly[key];\r\n                        if (typeof assemblyValue === 'function') {\r\n                            contents += assemblyValue();\r\n                            continue;\r\n                        }\r\n                        contents += '[assembly: ' + key + '(';\r\n                        if (typeof assemblyValue === 'boolean')\r\n                            contents += assemblyValue ? 'true' : 'false';\r\n                        else\r\n                            contents += '\\\"' + assemblyValue + '\\\"';\r\n                        contents += ')]\\r\\n';\r\n                    }\r\n                }\r\n                fs.writeFileSync(opt.file, contents);\r\n            } else {\r\n                fail('assemblyInfo failed - unsupported language. choose ' + supportedLangagues);\r\n            }\r\n\r\n            callback ? callback(0) : complete();\r\n        };\r\n\r\n        task.setDefaults = function (opts) {\r\n            extend(defaults, opts);\r\n            return defaults;\r\n        }\r\n\r\n        return task;\r\n\r\n    })();\r\n\r\n    exports.getWinDir = function () {\r\n        var winDir = process.env.WINDIR;\r\n        return path.normalize((winDir.substr(-1) === '/' || winDir.substr(-1) === '\\\\') ? winDir : (winDir + '/')); // append / if absent\r\n    };\r\n\r\n    exports.dotNetVersionMapper = {\r\n        'processor': {\r\n            'x86': 'Framework',\r\n            'x64': 'Framework64'\r\n        },\r\n        'version': {\r\n            'net1.0': '1.0.3705',\r\n            'net1.1': '1.1.4322',\r\n            'net2.0': '2.0.50727',\r\n            'net3.5': '3.5',\r\n            'net4.0': '4.0.30319'\r\n        }\r\n    };\r\n\r\n    exports.getDotNetVersionPath = function (version, processor) {\r\n\r\n        // http://msdn.microsoft.com/en-us/library/dd414023.aspx\r\n        // http://docs.nuget.org/docs/creating-packages/creating-and-publishing-a-package#Grouping_Assemblies_by_Framework_Version\r\n\r\n        // make it processor instead of bit, just incase MS releases FrameworkARM ;)\r\n\r\n        var actualProcessor = exports.dotNetVersionMapper['processor'][processor];\r\n        var actualVersion = exports.dotNetVersionMapper['version'][version];\r\n        if (typeof actualProcessor === 'undefined' || typeof actualVersion === 'undefined') {\r\n            fail('specified .NET framework is not supported : ' + version + '(' + processor + ')');\r\n            return;\r\n        }\r\n\r\n        var netFrameworkPath = exports.getWinDir() +\r\n                                    'Microsoft.Net\\\\' +\r\n                                    exports.dotNetVersionMapper['processor'][processor] + '\\\\v' +\r\n                                    exports.dotNetVersionMapper['version'][version] + '\\\\';\r\n        return netFrameworkPath;\r\n    };\r\n\r\n})();"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/NUnitFitTests.html",
    "content": "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\">\r\n<html>\r\n\t<body>\r\n\t\t<h1>NUnit Acceptance Tests</h1>\r\n\t\t<p>\r\n\t\tDevelopers love self-referential programs! Hence, NUnit has always run all it's \r\n\t\town tests, even those that are not really unit tests.\r\n\t\t<p>Now, beginning with NUnit 2.4, NUnit has top-level tests using Ward Cunningham's \r\n\t\t\tFIT framework. At this time, the tests are pretty rudimentary, but it's a start \r\n\t\t\tand it's a framework for doing more.\r\n\t\t\t<h2>Running the Tests</h2>\r\n\t\t<p>Open a console or shell window and navigate to the NUnit bin directory, which \r\n\t\t\tcontains this file. To run the test under Microsoft .Net, enter the command\r\n\t\t\t<pre>    runFile NUnitFitTests.html TestResults.html .</pre>\r\n\t\t\tTo run it under Mono, enter\r\n\t\t\t<pre>    mono runFile.exe NUnitFitTests.html TestResults.html .</pre>\r\n\t\t\tNote the space and dot at the end of each command. The results of your test \r\n\t\t\twill be in TestResults.html in the same directory.\r\n\t\t\t<h2>Platform and CLR Version</h2>\r\n\t\t\t<table BORDER cellSpacing=\"0\" cellPadding=\"5\">\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td colspan=\"2\">NUnit.Fixtures.PlatformInfo</td>\r\n\t\t\t\t</tr>\r\n\t\t\t</table>\r\n\t\t\t<h2>Verify Unit Tests</h2>\r\n\t\t<p>\r\n\t\tLoad and run the NUnit unit tests, verifying that the results are as expected. \r\n\t\tWhen these tests are run on different platforms, different numbers of tests may \r\n\t\tbe skipped, so the values for Skipped and Run tests are informational only.\r\n\t\t<p>\r\n\t\tThe number of tests in each assembly should be constant across all platforms - \r\n\t\tany discrepancy usually means that one of the test source files was not \r\n\t\tcompiled on the platform. There should be no failures and no tests ignored.\r\n\t\t<p><b>Note:</b>\r\n\t\tAt the moment, the nunit.extensions.tests assembly is failing because the \r\n\t\tfixture doesn't initialize addins in the test domain.\r\n\t\t<p>\r\n\t\t\t<table BORDER cellSpacing=\"0\" cellPadding=\"5\">\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td colspan=\"6\">NUnit.Fixtures.AssemblyRunner</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Assembly</td>\r\n\t\t\t\t\t<td>Tests()</td>\r\n\t\t\t\t\t<td>Run()</td>\r\n\t\t\t\t\t<td>Skipped()</td>\r\n\t\t\t\t\t<td>Ignored()</td>\r\n\t\t\t\t\t<td>Failures()</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.framework.tests.dll</td>\r\n\t\t\t\t\t<td>397</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.core.tests.dll</td>\r\n\t\t\t\t\t<td>355</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.util.tests.dll</td>\r\n\t\t\t\t\t<td>238</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.mocks.tests.dll</td>\r\n\t\t\t\t\t<td>43</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.extensions.tests.dll</td>\r\n\t\t\t\t\t<td>5</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit-console.tests.dll</td>\r\n\t\t\t\t\t<td>40</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.uikit.tests.dll</td>\r\n\t\t\t\t\t<td>34</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit-gui.tests.dll</td>\r\n\t\t\t\t\t<td>15</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>nunit.fixtures.tests.dll</td>\r\n\t\t\t\t\t<td>6</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>&nbsp;</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t</table>\r\n\t\t\t<h2>Code Snippet Tests</h2>\r\n\t\t<p>\r\n\t\tThese tests create a test assembly from a snippet of code and then load and run \r\n\t\tthe tests that it contains, verifying that the structure of the loaded tests is \r\n\t\tas expected and that the number of tests run, skipped, ignored or failed is \r\n\t\tcorrect.\r\n\t\t<p>\r\n\t\t\t<table BORDER cellSpacing=\"0\" cellPadding=\"5\">\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td colspan=\"6\">NUnit.Fixtures.SnippetRunner</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td>Code</td>\r\n\t\t\t\t\t<td>Tree()</td>\r\n\t\t\t\t\t<td>Run()</td>\r\n\t\t\t\t\t<td>Skipped()</td>\r\n\t\t\t\t\t<td>Ignored()</td>\r\n\t\t\t\t\t<td>Failures()</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td><pre>public class TestClass\r\n{\r\n}</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td>EMPTY</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td><pre>using NUnit.Framework;\r\n\r\n[TestFixture]\r\npublic class TestClass\r\n{\r\n}</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td>TestClass</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td><pre>using NUnit.Framework;\r\n\r\n[TestFixture]\r\npublic class TestClass\r\n{\r\n    [Test]\r\n    public void T1() { }\r\n    [Test]\r\n    public void T2() { }\r\n    [Test]\r\n    public void T3() { }\r\n}</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td><pre>TestClass\r\n&gt;T1\r\n&gt;T2\r\n&gt;T3</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td>3</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td><pre>using NUnit.Framework;\r\n\r\n[TestFixture]\r\npublic class TestClass1\r\n{\r\n    [Test]\r\n    public void T1() { }\r\n}\r\n\r\n[TestFixture]\r\npublic class TestClass2\r\n{\r\n    [Test]\r\n    public void T2() { }\r\n    [Test]\r\n    public void T3() { }\r\n}</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td><pre>TestClass1\r\n&gt;T1\r\nTestClass2\r\n&gt;T2\r\n&gt;T3</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td>3</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td><pre>using NUnit.Framework;\r\n\r\n[TestFixture]\r\npublic class TestClass\r\n{\r\n    [Test]\r\n    public void T1() { }\r\n    [Test, Ignore]\r\n    public void T2() { }\r\n    [Test]\r\n    public void T3() { }\r\n}</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td><pre>TestClass\r\n&gt;T1\r\n&gt;T2\r\n&gt;T3</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td>2</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>1</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td><pre>using NUnit.Framework;\r\n\r\n[TestFixture]\r\npublic class TestClass\r\n{\r\n    [Test]\r\n    public void T1() { }\r\n    [Test, Explicit]\r\n    public void T2() { }\r\n    [Test]\r\n    public void T3() { }\r\n}</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td><pre>TestClass\r\n&gt;T1\r\n&gt;T2\r\n&gt;T3</pre>\r\n\t\t\t\t\t</td>\r\n\t\t\t\t\t<td>2</td>\r\n\t\t\t\t\t<td>1</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t\t<td>0</td>\r\n\t\t\t\t</tr>\r\n\t\t\t</table>\r\n\t\t\t<h2>Summary Information</h2>\r\n\t\t\t<table BORDER cellSpacing=\"0\" cellPadding=\"5\">\r\n\t\t\t\t<tr>\r\n\t\t\t\t\t<td colspan=\"2\">fit.Summary</td>\r\n\t\t\t\t</tr>\r\n\t\t\t</table>\r\n\t</body>\r\n</html>\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/fit-license.txt",
    "content": "\r\n\r\n\t\t    GNU GENERAL PUBLIC LICENSE\r\n\t\t       Version 2, June 1991\r\n\r\n Copyright (C) 1989, 1991 Free Software Foundation, Inc.\r\n                       59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r\n Everyone is permitted to copy and distribute verbatim copies\r\n of this license document, but changing it is not allowed.\r\n\r\n\t\t\t    Preamble\r\n\r\n  The licenses for most software are designed to take away your\r\nfreedom to share and change it.  By contrast, the GNU General Public\r\nLicense is intended to guarantee your freedom to share and change free\r\nsoftware--to make sure the software is free for all its users.  This\r\nGeneral Public License applies to most of the Free Software\r\nFoundation's software and to any other program whose authors commit to\r\nusing it.  (Some other Free Software Foundation software is covered by\r\nthe GNU Library General Public License instead.)  You can apply it to\r\nyour programs, too.\r\n\r\n  When we speak of free software, we are referring to freedom, not\r\nprice.  Our General Public Licenses are designed to make sure that you\r\nhave the freedom to distribute copies of free software (and charge for\r\nthis service if you wish), that you receive source code or can get it\r\nif you want it, that you can change the software or use pieces of it\r\nin new free programs; and that you know you can do these things.\r\n\r\n  To protect your rights, we need to make restrictions that forbid\r\nanyone to deny you these rights or to ask you to surrender the rights.\r\nThese restrictions translate to certain responsibilities for you if you\r\ndistribute copies of the software, or if you modify it.\r\n\r\n  For example, if you distribute copies of such a program, whether\r\ngratis or for a fee, you must give the recipients all the rights that\r\nyou have.  You must make sure that they, too, receive or can get the\r\nsource code.  And you must show them these terms so they know their\r\nrights.\r\n\r\n  We protect your rights with two steps: (1) copyright the software, and\r\n(2) offer you this license which gives you legal permission to copy,\r\ndistribute and/or modify the software.\r\n\r\n  Also, for each author's protection and ours, we want to make certain\r\nthat everyone understands that there is no warranty for this free\r\nsoftware.  If the software is modified by someone else and passed on, we\r\nwant its recipients to know that what they have is not the original, so\r\nthat any problems introduced by others will not reflect on the original\r\nauthors' reputations.\r\n\r\n  Finally, any free program is threatened constantly by software\r\npatents.  We wish to avoid the danger that redistributors of a free\r\nprogram will individually obtain patent licenses, in effect making the\r\nprogram proprietary.  To prevent this, we have made it clear that any\r\npatent must be licensed for everyone's free use or not licensed at all.\r\n\r\n  The precise terms and conditions for copying, distribution and\r\nmodification follow.\r\n\r\n\t\t    GNU GENERAL PUBLIC LICENSE\r\n   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION\r\n\r\n  0. This License applies to any program or other work which contains\r\na notice placed by the copyright holder saying it may be distributed\r\nunder the terms of this General Public License.  The \"Program\", below,\r\nrefers to any such program or work, and a \"work based on the Program\"\r\nmeans either the Program or any derivative work under copyright law:\r\nthat is to say, a work containing the Program or a portion of it,\r\neither verbatim or with modifications and/or translated into another\r\nlanguage.  (Hereinafter, translation is included without limitation in\r\nthe term \"modification\".)  Each licensee is addressed as \"you\".\r\n\r\nActivities other than copying, distribution and modification are not\r\ncovered by this License; they are outside its scope.  The act of\r\nrunning the Program is not restricted, and the output from the Program\r\nis covered only if its contents constitute a work based on the\r\nProgram (independent of having been made by running the Program).\r\nWhether that is true depends on what the Program does.\r\n\r\n  1. You may copy and distribute verbatim copies of the Program's\r\nsource code as you receive it, in any medium, provided that you\r\nconspicuously and appropriately publish on each copy an appropriate\r\ncopyright notice and disclaimer of warranty; keep intact all the\r\nnotices that refer to this License and to the absence of any warranty;\r\nand give any other recipients of the Program a copy of this License\r\nalong with the Program.\r\n\r\nYou may charge a fee for the physical act of transferring a copy, and\r\nyou may at your option offer warranty protection in exchange for a fee.\r\n\r\n  2. You may modify your copy or copies of the Program or any portion\r\nof it, thus forming a work based on the Program, and copy and\r\ndistribute such modifications or work under the terms of Section 1\r\nabove, provided that you also meet all of these conditions:\r\n\r\n    a) You must cause the modified files to carry prominent notices\r\n    stating that you changed the files and the date of any change.\r\n\r\n    b) You must cause any work that you distribute or publish, that in\r\n    whole or in part contains or is derived from the Program or any\r\n    part thereof, to be licensed as a whole at no charge to all third\r\n    parties under the terms of this License.\r\n\r\n    c) If the modified program normally reads commands interactively\r\n    when run, you must cause it, when started running for such\r\n    interactive use in the most ordinary way, to print or display an\r\n    announcement including an appropriate copyright notice and a\r\n    notice that there is no warranty (or else, saying that you provide\r\n    a warranty) and that users may redistribute the program under\r\n    these conditions, and telling the user how to view a copy of this\r\n    License.  (Exception: if the Program itself is interactive but\r\n    does not normally print such an announcement, your work based on\r\n    the Program is not required to print an announcement.)\r\n\r\nThese requirements apply to the modified work as a whole.  If\r\nidentifiable sections of that work are not derived from the Program,\r\nand can be reasonably considered independent and separate works in\r\nthemselves, then this License, and its terms, do not apply to those\r\nsections when you distribute them as separate works.  But when you\r\ndistribute the same sections as part of a whole which is a work based\r\non the Program, the distribution of the whole must be on the terms of\r\nthis License, whose permissions for other licensees extend to the\r\nentire whole, and thus to each and every part regardless of who wrote it.\r\n\r\nThus, it is not the intent of this section to claim rights or contest\r\nyour rights to work written entirely by you; rather, the intent is to\r\nexercise the right to control the distribution of derivative or\r\ncollective works based on the Program.\r\n\r\nIn addition, mere aggregation of another work not based on the Program\r\nwith the Program (or with a work based on the Program) on a volume of\r\na storage or distribution medium does not bring the other work under\r\nthe scope of this License.\r\n\r\n  3. You may copy and distribute the Program (or a work based on it,\r\nunder Section 2) in object code or executable form under the terms of\r\nSections 1 and 2 above provided that you also do one of the following:\r\n\r\n    a) Accompany it with the complete corresponding machine-readable\r\n    source code, which must be distributed under the terms of Sections\r\n    1 and 2 above on a medium customarily used for software interchange; or,\r\n\r\n    b) Accompany it with a written offer, valid for at least three\r\n    years, to give any third party, for a charge no more than your\r\n    cost of physically performing source distribution, a complete\r\n    machine-readable copy of the corresponding source code, to be\r\n    distributed under the terms of Sections 1 and 2 above on a medium\r\n    customarily used for software interchange; or,\r\n\r\n    c) Accompany it with the information you received as to the offer\r\n    to distribute corresponding source code.  (This alternative is\r\n    allowed only for noncommercial distribution and only if you\r\n    received the program in object code or executable form with such\r\n    an offer, in accord with Subsection b above.)\r\n\r\nThe source code for a work means the preferred form of the work for\r\nmaking modifications to it.  For an executable work, complete source\r\ncode means all the source code for all modules it contains, plus any\r\nassociated interface definition files, plus the scripts used to\r\ncontrol compilation and installation of the executable.  However, as a\r\nspecial exception, the source code distributed need not include\r\nanything that is normally distributed (in either source or binary\r\nform) with the major components (compiler, kernel, and so on) of the\r\noperating system on which the executable runs, unless that component\r\nitself accompanies the executable.\r\n\r\nIf distribution of executable or object code is made by offering\r\naccess to copy from a designated place, then offering equivalent\r\naccess to copy the source code from the same place counts as\r\ndistribution of the source code, even though third parties are not\r\ncompelled to copy the source along with the object code.\r\n\r\n  4. You may not copy, modify, sublicense, or distribute the Program\r\nexcept as expressly provided under this License.  Any attempt\r\notherwise to copy, modify, sublicense or distribute the Program is\r\nvoid, and will automatically terminate your rights under this License.\r\nHowever, parties who have received copies, or rights, from you under\r\nthis License will not have their licenses terminated so long as such\r\nparties remain in full compliance.\r\n\r\n  5. You are not required to accept this License, since you have not\r\nsigned it.  However, nothing else grants you permission to modify or\r\ndistribute the Program or its derivative works.  These actions are\r\nprohibited by law if you do not accept this License.  Therefore, by\r\nmodifying or distributing the Program (or any work based on the\r\nProgram), you indicate your acceptance of this License to do so, and\r\nall its terms and conditions for copying, distributing or modifying\r\nthe Program or works based on it.\r\n\r\n  6. Each time you redistribute the Program (or any work based on the\r\nProgram), the recipient automatically receives a license from the\r\noriginal licensor to copy, distribute or modify the Program subject to\r\nthese terms and conditions.  You may not impose any further\r\nrestrictions on the recipients' exercise of the rights granted herein.\r\nYou are not responsible for enforcing compliance by third parties to\r\nthis License.\r\n\r\n  7. If, as a consequence of a court judgment or allegation of patent\r\ninfringement or for any other reason (not limited to patent issues),\r\nconditions are imposed on you (whether by court order, agreement or\r\notherwise) that contradict the conditions of this License, they do not\r\nexcuse you from the conditions of this License.  If you cannot\r\ndistribute so as to satisfy simultaneously your obligations under this\r\nLicense and any other pertinent obligations, then as a consequence you\r\nmay not distribute the Program at all.  For example, if a patent\r\nlicense would not permit royalty-free redistribution of the Program by\r\nall those who receive copies directly or indirectly through you, then\r\nthe only way you could satisfy both it and this License would be to\r\nrefrain entirely from distribution of the Program.\r\n\r\nIf any portion of this section is held invalid or unenforceable under\r\nany particular circumstance, the balance of the section is intended to\r\napply and the section as a whole is intended to apply in other\r\ncircumstances.\r\n\r\nIt is not the purpose of this section to induce you to infringe any\r\npatents or other property right claims or to contest validity of any\r\nsuch claims; this section has the sole purpose of protecting the\r\nintegrity of the free software distribution system, which is\r\nimplemented by public license practices.  Many people have made\r\ngenerous contributions to the wide range of software distributed\r\nthrough that system in reliance on consistent application of that\r\nsystem; it is up to the author/donor to decide if he or she is willing\r\nto distribute software through any other system and a licensee cannot\r\nimpose that choice.\r\n\r\nThis section is intended to make thoroughly clear what is believed to\r\nbe a consequence of the rest of this License.\r\n\r\n  8. If the distribution and/or use of the Program is restricted in\r\ncertain countries either by patents or by copyrighted interfaces, the\r\noriginal copyright holder who places the Program under this License\r\nmay add an explicit geographical distribution limitation excluding\r\nthose countries, so that distribution is permitted only in or among\r\ncountries not thus excluded.  In such case, this License incorporates\r\nthe limitation as if written in the body of this License.\r\n\r\n  9. The Free Software Foundation may publish revised and/or new versions\r\nof the General Public License from time to time.  Such new versions will\r\nbe similar in spirit to the present version, but may differ in detail to\r\naddress new problems or concerns.\r\n\r\nEach version is given a distinguishing version number.  If the Program\r\nspecifies a version number of this License which applies to it and \"any\r\nlater version\", you have the option of following the terms and conditions\r\neither of that version or of any later version published by the Free\r\nSoftware Foundation.  If the Program does not specify a version number of\r\nthis License, you may choose any version ever published by the Free Software\r\nFoundation.\r\n\r\n  10. If you wish to incorporate parts of the Program into other free\r\nprograms whose distribution conditions are different, write to the author\r\nto ask for permission.  For software which is copyrighted by the Free\r\nSoftware Foundation, write to the Free Software Foundation; we sometimes\r\nmake exceptions for this.  Our decision will be guided by the two goals\r\nof preserving the free status of all derivatives of our free software and\r\nof promoting the sharing and reuse of software generally.\r\n\r\n\t\t\t    NO WARRANTY\r\n\r\n  11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY\r\nFOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW.  EXCEPT WHEN\r\nOTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES\r\nPROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED\r\nOR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF\r\nMERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.  THE ENTIRE RISK AS\r\nTO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU.  SHOULD THE\r\nPROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,\r\nREPAIR OR CORRECTION.\r\n\r\n  12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\r\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR\r\nREDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,\r\nINCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING\r\nOUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED\r\nTO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY\r\nYOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER\r\nPROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE\r\nPOSSIBILITY OF SUCH DAMAGES.\r\n\r\n\t\t     END OF TERMS AND CONDITIONS\r\n\r\n\t    How to Apply These Terms to Your New Programs\r\n\r\n  If you develop a new program, and you want it to be of the greatest\r\npossible use to the public, the best way to achieve this is to make it\r\nfree software which everyone can redistribute and change under these terms.\r\n\r\n  To do so, attach the following notices to the program.  It is safest\r\nto attach them to the start of each source file to most effectively\r\nconvey the exclusion of warranty; and each file should have at least\r\nthe \"copyright\" line and a pointer to where the full notice is found.\r\n\r\n    <one line to give the program's name and a brief idea of what it does.>\r\n    Copyright (C) <year>  <name of author>\r\n\r\n    This program is free software; you can redistribute it and/or modify\r\n    it under the terms of the GNU General Public License as published by\r\n    the Free Software Foundation; either version 2 of the License, or\r\n    (at your option) any later version.\r\n\r\n    This program is distributed in the hope that it will be useful,\r\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\r\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\r\n    GNU General Public License for more details.\r\n\r\n    You should have received a copy of the GNU General Public License\r\n    along with this program; if not, write to the Free Software\r\n    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA\r\n\r\n\r\nAlso add information on how to contact you by electronic and paper mail.\r\n\r\nIf the program is interactive, make it output a short notice like this\r\nwhen it starts in an interactive mode:\r\n\r\n    Gnomovision version 69, Copyright (C) year name of author\r\n    Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\r\n    This is free software, and you are welcome to redistribute it\r\n    under certain conditions; type `show c' for details.\r\n\r\nThe hypothetical commands `show w' and `show c' should show the appropriate\r\nparts of the General Public License.  Of course, the commands you use may\r\nbe called something other than `show w' and `show c'; they could even be\r\nmouse-clicks or menu items--whatever suits your program.\r\n\r\nYou should also get your employer (if you work as a programmer) or your\r\nschool, if any, to sign a \"copyright disclaimer\" for the program, if\r\nnecessary.  Here is a sample; alter the names:\r\n\r\n  Yoyodyne, Inc., hereby disclaims all copyright interest in the program\r\n  `Gnomovision' (which makes passes at compilers) written by James Hacker.\r\n\r\n  <signature of Ty Coon>, 1 April 1989\r\n  Ty Coon, President of Vice\r\n\r\nThis General Public License does not permit incorporating your program into\r\nproprietary programs.  If your program is a subroutine library, you may\r\nconsider it more useful to permit linking proprietary applications with the\r\nlibrary.  If this is what you want to do, use the GNU Library General\r\nPublic License instead of this License.\r"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/lib/nunit.framework.xml",
    "content": "<?xml version=\"1.0\"?>\r\n<doc>\r\n    <assembly>\r\n        <name>nunit.framework</name>\r\n    </assembly>\r\n    <members>\r\n        <member name=\"T:NUnit.Framework.CategoryAttribute\">\r\n            <summary>\r\n            Attribute used to apply a category to a test\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.CategoryAttribute.categoryName\">\r\n            <summary>\r\n            The name of the category\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CategoryAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Construct attribute for a given category based on\r\n            a name. The name may not contain the characters ',',\r\n            '+', '-' or '!'. However, this is not checked in the\r\n            constructor since it would cause an error to arise at\r\n            as the test was loaded without giving a clear indication\r\n            of where the problem is located. The error is handled\r\n            in NUnitFramework.cs by marking the test as not\r\n            runnable.\r\n            </summary>\r\n            <param name=\"name\">The name of the category</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CategoryAttribute.#ctor\">\r\n            <summary>\r\n            Protected constructor uses the Type name as the name\r\n            of the category.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.CategoryAttribute.Name\">\r\n            <summary>\r\n            The name of the category\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.DatapointAttribute\">\r\n            <summary>\r\n            Used to mark a field for use as a datapoint when executing a theory\r\n            within the same fixture that requires an argument of the field's Type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.DatapointsAttribute\">\r\n            <summary>\r\n            Used to mark an array as containing a set of datapoints to be used\r\n            executing a theory within the same fixture that requires an argument \r\n            of the Type of the array elements.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.DescriptionAttribute\">\r\n            <summary>\r\n            Attribute used to provide descriptive text about a \r\n            test case or fixture.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DescriptionAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Construct the attribute\r\n            </summary>\r\n            <param name=\"description\">Text describing the test</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.DescriptionAttribute.Description\">\r\n            <summary>\r\n            Gets the test description\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.MessageMatch\">\r\n            <summary>\r\n            Enumeration indicating how the expected message parameter is to be used\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.MessageMatch.Exact\">\r\n            Expect an exact match\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.MessageMatch.Contains\">\r\n            Expect a message containing the parameter string\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.MessageMatch.Regex\">\r\n            Match the regular expression provided as a parameter\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.MessageMatch.StartsWith\">\r\n            Expect a message that starts with the parameter string\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ExpectedExceptionAttribute\">\r\n            <summary>\r\n            ExpectedExceptionAttribute\r\n            </summary>\r\n            \r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ExpectedExceptionAttribute.#ctor\">\r\n            <summary>\r\n            Constructor for a non-specific exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ExpectedExceptionAttribute.#ctor(System.Type)\">\r\n            <summary>\r\n            Constructor for a given type of exception\r\n            </summary>\r\n            <param name=\"exceptionType\">The type of the expected exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ExpectedExceptionAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Constructor for a given exception name\r\n            </summary>\r\n            <param name=\"exceptionName\">The full name of the expected exception</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExpectedExceptionAttribute.ExpectedException\">\r\n            <summary>\r\n            Gets or sets the expected exception type\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExpectedExceptionAttribute.ExpectedExceptionName\">\r\n            <summary>\r\n            Gets or sets the full Type name of the expected exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExpectedExceptionAttribute.ExpectedMessage\">\r\n            <summary>\r\n            Gets or sets the expected message text\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExpectedExceptionAttribute.UserMessage\">\r\n            <summary>\r\n            Gets or sets the user message displayed in case of failure\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExpectedExceptionAttribute.MatchType\">\r\n            <summary>\r\n             Gets or sets the type of match to be performed on the expected message\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExpectedExceptionAttribute.Handler\">\r\n            <summary>\r\n             Gets the name of a method to be used as an exception handler\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ExplicitAttribute\">\r\n            <summary>\r\n            ExplicitAttribute marks a test or test fixture so that it will\r\n            only be run if explicitly executed from the gui or command line\r\n            or if it is included by use of a filter. The test will not be\r\n            run simply because an enclosing suite is run.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ExplicitAttribute.#ctor\">\r\n            <summary>\r\n            Default constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ExplicitAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Constructor with a reason\r\n            </summary>\r\n            <param name=\"reason\">The reason test is marked explicit</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ExplicitAttribute.Reason\">\r\n            <summary>\r\n            The reason test is marked explicit\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.IgnoreAttribute\">\r\n            <summary>\r\n            Attribute used to mark a test that is to be ignored.\r\n            Ignored tests result in a warning message when the\r\n            tests are run.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IgnoreAttribute.#ctor\">\r\n            <summary>\r\n            Constructs the attribute without giving a reason \r\n            for ignoring the test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IgnoreAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Constructs the attribute giving a reason for ignoring the test\r\n            </summary>\r\n            <param name=\"reason\">The reason for ignoring the test</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.IgnoreAttribute.Reason\">\r\n            <summary>\r\n            The reason for ignoring a test\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.IncludeExcludeAttribute\">\r\n            <summary>\r\n            Abstract base for Attributes that are used to include tests\r\n            in the test run based on environmental settings.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IncludeExcludeAttribute.#ctor\">\r\n            <summary>\r\n            Constructor with no included items specified, for use\r\n            with named property syntax.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IncludeExcludeAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Constructor taking one or more included items\r\n            </summary>\r\n            <param name=\"include\">Comma-delimited list of included items</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.IncludeExcludeAttribute.Include\">\r\n            <summary>\r\n            Name of the item that is needed in order for\r\n            a test to run. Multiple itemss may be given,\r\n            separated by a comma.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.IncludeExcludeAttribute.Exclude\">\r\n            <summary>\r\n            Name of the item to be excluded. Multiple items\r\n            may be given, separated by a comma.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.IncludeExcludeAttribute.Reason\">\r\n            <summary>\r\n            The reason for including or excluding the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.PlatformAttribute\">\r\n            <summary>\r\n            PlatformAttribute is used to mark a test fixture or an\r\n            individual method as applying to a particular platform only.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PlatformAttribute.#ctor\">\r\n            <summary>\r\n            Constructor with no platforms specified, for use\r\n            with named property syntax.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PlatformAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Constructor taking one or more platforms\r\n            </summary>\r\n            <param name=\"platforms\">Comma-deliminted list of platforms</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.CultureAttribute\">\r\n            <summary>\r\n            CultureAttribute is used to mark a test fixture or an\r\n            individual method as applying to a particular Culture only.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CultureAttribute.#ctor\">\r\n            <summary>\r\n            Constructor with no cultures specified, for use\r\n            with named property syntax.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CultureAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Constructor taking one or more cultures\r\n            </summary>\r\n            <param name=\"cultures\">Comma-deliminted list of cultures</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.CombinatorialAttribute\">\r\n            <summary>\r\n            Marks a test to use a combinatorial join of any argument data \r\n            provided. NUnit will create a test case for every combination of \r\n            the arguments provided. This can result in a large number of test\r\n            cases and so should be used judiciously. This is the default join\r\n            type, so the attribute need not be used except as documentation.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.PropertyAttribute\">\r\n            <summary>\r\n            PropertyAttribute is used to attach information to a test as a name/value pair..\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PropertyAttribute.#ctor(System.String,System.String)\">\r\n            <summary>\r\n            Construct a PropertyAttribute with a name and string value\r\n            </summary>\r\n            <param name=\"propertyName\">The name of the property</param>\r\n            <param name=\"propertyValue\">The property value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PropertyAttribute.#ctor(System.String,System.Int32)\">\r\n            <summary>\r\n            Construct a PropertyAttribute with a name and int value\r\n            </summary>\r\n            <param name=\"propertyName\">The name of the property</param>\r\n            <param name=\"propertyValue\">The property value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PropertyAttribute.#ctor(System.String,System.Double)\">\r\n            <summary>\r\n            Construct a PropertyAttribute with a name and double value\r\n            </summary>\r\n            <param name=\"propertyName\">The name of the property</param>\r\n            <param name=\"propertyValue\">The property value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PropertyAttribute.#ctor\">\r\n            <summary>\r\n            Constructor for derived classes that set the\r\n            property dictionary directly.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PropertyAttribute.#ctor(System.Object)\">\r\n            <summary>\r\n            Constructor for use by derived classes that use the\r\n            name of the type as the property name. Derived classes\r\n            must ensure that the Type of the property value is\r\n            a standard type supported by the BCL. Any custom\r\n            types will cause a serialization Exception when\r\n            in the client.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.PropertyAttribute.Properties\">\r\n            <summary>\r\n            Gets the property dictionary for this attribute\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CombinatorialAttribute.#ctor\">\r\n            <summary>\r\n            Default constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.PairwiseAttribute\">\r\n            <summary>\r\n            Marks a test to use pairwise join of any argument data provided. \r\n            NUnit will attempt too excercise every pair of argument values at \r\n            least once, using as small a number of test cases as it can. With\r\n            only two arguments, this is the same as a combinatorial join.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.PairwiseAttribute.#ctor\">\r\n            <summary>\r\n            Default constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SequentialAttribute\">\r\n            <summary>\r\n            Marks a test to use a sequential join of any argument data\r\n            provided. NUnit will use arguements for each parameter in\r\n            sequence, generating test cases up to the largest number\r\n            of argument values provided and using null for any arguments\r\n            for which it runs out of values. Normally, this should be\r\n            used with the same number of arguments for each parameter.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.SequentialAttribute.#ctor\">\r\n            <summary>\r\n            Default constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.MaxTimeAttribute\">\r\n            <summary>\r\n            Summary description for MaxTimeAttribute.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.MaxTimeAttribute.#ctor(System.Int32)\">\r\n            <summary>\r\n            Construct a MaxTimeAttribute, given a time in milliseconds.\r\n            </summary>\r\n            <param name=\"milliseconds\">The maximum elapsed time in milliseconds</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RandomAttribute\">\r\n            <summary>\r\n            RandomAttribute is used to supply a set of random values\r\n            to a single parameter of a parameterized test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ValuesAttribute\">\r\n            <summary>\r\n            ValuesAttribute is used to provide literal arguments for\r\n            an individual parameter of a test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ParameterDataAttribute\">\r\n            <summary>\r\n            Abstract base class for attributes that apply to parameters \r\n            and supply data for the parameter.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ParameterDataAttribute.GetData(System.Reflection.ParameterInfo)\">\r\n            <summary>\r\n            Gets the data to be provided to the specified parameter\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.ValuesAttribute.data\">\r\n            <summary>\r\n            The collection of data to be returned. Must\r\n            be set by any derived attribute classes.\r\n            We use an object[] so that the individual\r\n            elements may have their type changed in GetData\r\n            if necessary.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValuesAttribute.#ctor(System.Object)\">\r\n            <summary>\r\n            Construct with one argument\r\n            </summary>\r\n            <param name=\"arg1\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValuesAttribute.#ctor(System.Object,System.Object)\">\r\n            <summary>\r\n            Construct with two arguments\r\n            </summary>\r\n            <param name=\"arg1\"></param>\r\n            <param name=\"arg2\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValuesAttribute.#ctor(System.Object,System.Object,System.Object)\">\r\n            <summary>\r\n            Construct with three arguments\r\n            </summary>\r\n            <param name=\"arg1\"></param>\r\n            <param name=\"arg2\"></param>\r\n            <param name=\"arg3\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValuesAttribute.#ctor(System.Object[])\">\r\n            <summary>\r\n            Construct with an array of arguments\r\n            </summary>\r\n            <param name=\"args\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValuesAttribute.GetData(System.Reflection.ParameterInfo)\">\r\n            <summary>\r\n            Get the collection of values to be used as arguments\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RandomAttribute.#ctor(System.Int32)\">\r\n            <summary>\r\n            Construct a set of doubles from 0.0 to 1.0,\r\n            specifying only the count.\r\n            </summary>\r\n            <param name=\"count\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RandomAttribute.#ctor(System.Double,System.Double,System.Int32)\">\r\n            <summary>\r\n            Construct a set of doubles from min to max\r\n            </summary>\r\n            <param name=\"min\"></param>\r\n            <param name=\"max\"></param>\r\n            <param name=\"count\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RandomAttribute.#ctor(System.Int32,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Construct a set of ints from min to max\r\n            </summary>\r\n            <param name=\"min\"></param>\r\n            <param name=\"max\"></param>\r\n            <param name=\"count\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RandomAttribute.GetData(System.Reflection.ParameterInfo)\">\r\n            <summary>\r\n            Get the collection of values to be used as arguments\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RangeAttribute\">\r\n            <summary>\r\n            RangeAttribute is used to supply a range of values to an\r\n            individual parameter of a parameterized test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RangeAttribute.#ctor(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Construct a range of ints using default step of 1\r\n            </summary>\r\n            <param name=\"from\"></param>\r\n            <param name=\"to\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RangeAttribute.#ctor(System.Int32,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Construct a range of ints specifying the step size \r\n            </summary>\r\n            <param name=\"from\"></param>\r\n            <param name=\"to\"></param>\r\n            <param name=\"step\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RangeAttribute.#ctor(System.Int64,System.Int64,System.Int64)\">\r\n            <summary>\r\n            Construct a range of longs\r\n            </summary>\r\n            <param name=\"from\"></param>\r\n            <param name=\"to\"></param>\r\n            <param name=\"step\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RangeAttribute.#ctor(System.Double,System.Double,System.Double)\">\r\n            <summary>\r\n            Construct a range of doubles\r\n            </summary>\r\n            <param name=\"from\"></param>\r\n            <param name=\"to\"></param>\r\n            <param name=\"step\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RangeAttribute.#ctor(System.Single,System.Single,System.Single)\">\r\n            <summary>\r\n            Construct a range of floats\r\n            </summary>\r\n            <param name=\"from\"></param>\r\n            <param name=\"to\"></param>\r\n            <param name=\"step\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RepeatAttribute\">\r\n            <summary>\r\n            RepeatAttribute may be applied to test case in order\r\n            to run it multiple times.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RepeatAttribute.#ctor(System.Int32)\">\r\n            <summary>\r\n            Construct a RepeatAttribute\r\n            </summary>\r\n            <param name=\"count\">The number of times to run the test</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RequiredAddinAttribute\">\r\n            <summary>\r\n            RequiredAddinAttribute may be used to indicate the names of any addins\r\n            that must be present in order to run some or all of the tests in an\r\n            assembly. If the addin is not loaded, the entire assembly is marked\r\n            as NotRunnable.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RequiredAddinAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:RequiredAddinAttribute\"/> class.\r\n            </summary>\r\n            <param name=\"requiredAddin\">The required addin.</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.RequiredAddinAttribute.RequiredAddin\">\r\n            <summary>\r\n            Gets the name of required addin.\r\n            </summary>\r\n            <value>The required addin name.</value>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SetCultureAttribute\">\r\n            <summary>\r\n            Summary description for SetCultureAttribute.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.SetCultureAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Construct given the name of a culture\r\n            </summary>\r\n            <param name=\"culture\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SetUICultureAttribute\">\r\n            <summary>\r\n            Summary description for SetUICultureAttribute.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.SetUICultureAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Construct given the name of a culture\r\n            </summary>\r\n            <param name=\"culture\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SetUpAttribute\">\r\n            <summary>\r\n            Attribute used to mark a class that contains one-time SetUp \r\n            and/or TearDown methods that apply to all the tests in a\r\n            namespace or an assembly.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SetUpFixtureAttribute\">\r\n            <summary>\r\n            SetUpFixtureAttribute is used to identify a SetUpFixture\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SuiteAttribute\">\r\n            <summary>\r\n            Attribute used to mark a static (shared in VB) property\r\n            that returns a list of tests.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TearDownAttribute\">\r\n            <summary>\r\n            Attribute used to identify a method that is called \r\n            immediately after each test is run. The method is \r\n            guaranteed to be called, even if an exception is thrown.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestAttribute\">\r\n            <summary>\r\n            Adding this attribute to a method within a <seealso cref=\"T:NUnit.Framework.TestFixtureAttribute\"/> \r\n            class makes the method callable from the NUnit test runner. There is a property \r\n            called Description which is optional which you can provide a more detailed test\r\n            description. This class cannot be inherited.\r\n            </summary>\r\n            \r\n            <example>\r\n            [TestFixture]\r\n            public class Fixture\r\n            {\r\n              [Test]\r\n              public void MethodToTest()\r\n              {}\r\n              \r\n              [Test(Description = \"more detailed description\")]\r\n              publc void TestDescriptionMethod()\r\n              {}\r\n            }\r\n            </example>\r\n            \r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestAttribute.Description\">\r\n            <summary>\r\n            Descriptive text for this test\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestCaseAttribute\">\r\n            <summary>\r\n            TestCaseAttribute is used to mark parameterized test cases\r\n            and provide them with their arguments.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ITestCaseData\">\r\n            <summary>\r\n            The ITestCaseData interface is implemented by a class\r\n            that is able to return complete testcases for use by\r\n            a parameterized test method.\r\n            \r\n            NOTE: This interface is used in both the framework\r\n            and the core, even though that results in two different\r\n            types. However, sharing the source code guarantees that\r\n            the various implementations will be compatible and that\r\n            the core is able to reflect successfully over the\r\n            framework implementations of ITestCaseData.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.Arguments\">\r\n            <summary>\r\n            Gets the argument list to be provided to the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.Result\">\r\n            <summary>\r\n            Gets the expected result\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.ExpectedException\">\r\n            <summary>\r\n             Gets the expected exception Type\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.ExpectedExceptionName\">\r\n            <summary>\r\n            Gets the FullName of the expected exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.TestName\">\r\n            <summary>\r\n            Gets the name to be used for the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.Description\">\r\n            <summary>\r\n            Gets the description of the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.Ignored\">\r\n            <summary>\r\n            Gets a value indicating whether this <see cref=\"T:NUnit.Framework.ITestCaseData\"/> is ignored.\r\n            </summary>\r\n            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ITestCaseData.IgnoreReason\">\r\n            <summary>\r\n            Gets the ignore reason.\r\n            </summary>\r\n            <value>The ignore reason.</value>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseAttribute.#ctor(System.Object[])\">\r\n            <summary>\r\n            Construct a TestCaseAttribute with a list of arguments.\r\n            This constructor is not CLS-Compliant\r\n            </summary>\r\n            <param name=\"arguments\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseAttribute.#ctor(System.Object)\">\r\n            <summary>\r\n            Construct a TestCaseAttribute with a single argument\r\n            </summary>\r\n            <param name=\"arg\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseAttribute.#ctor(System.Object,System.Object)\">\r\n            <summary>\r\n            Construct a TestCaseAttribute with a two arguments\r\n            </summary>\r\n            <param name=\"arg1\"></param>\r\n            <param name=\"arg2\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseAttribute.#ctor(System.Object,System.Object,System.Object)\">\r\n            <summary>\r\n            Construct a TestCaseAttribute with a three arguments\r\n            </summary>\r\n            <param name=\"arg1\"></param>\r\n            <param name=\"arg2\"></param>\r\n            <param name=\"arg3\"></param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Arguments\">\r\n            <summary>\r\n            Gets the list of arguments to a test case\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Result\">\r\n            <summary>\r\n            Gets or sets the expected result.\r\n            </summary>\r\n            <value>The result.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Categories\">\r\n            <summary>\r\n            Gets a list of categories associated with this test;\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Category\">\r\n            <summary>\r\n            Gets or sets the category associated with this test.\r\n            May be a single category or a comma-separated list.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.ExpectedException\">\r\n            <summary>\r\n            Gets or sets the expected exception.\r\n            </summary>\r\n            <value>The expected exception.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.ExpectedExceptionName\">\r\n            <summary>\r\n            Gets or sets the name the expected exception.\r\n            </summary>\r\n            <value>The expected name of the exception.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.ExpectedMessage\">\r\n            <summary>\r\n            Gets or sets the expected message of the expected exception\r\n            </summary>\r\n            <value>The expected message of the exception.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.MatchType\">\r\n            <summary>\r\n             Gets or sets the type of match to be performed on the expected message\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Description\">\r\n            <summary>\r\n            Gets or sets the description.\r\n            </summary>\r\n            <value>The description.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.TestName\">\r\n            <summary>\r\n            Gets or sets the name of the test.\r\n            </summary>\r\n            <value>The name of the test.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Ignore\">\r\n            <summary>\r\n            Gets or sets the ignored status of the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.Ignored\">\r\n            <summary>\r\n            Gets or sets the ignored status of the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseAttribute.IgnoreReason\">\r\n            <summary>\r\n            Gets the ignore reason.\r\n            </summary>\r\n            <value>The ignore reason.</value>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestCaseSourceAttribute\">\r\n            <summary>\r\n            FactoryAttribute indicates the source to be used to\r\n            provide test cases for a test method.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseSourceAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Construct with the name of the factory - for use with languages\r\n            that don't support params arrays.\r\n            </summary>\r\n            <param name=\"sourceName\">An array of the names of the factories that will provide data</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseSourceAttribute.#ctor(System.Type,System.String)\">\r\n            <summary>\r\n            Construct with a Type and name - for use with languages\r\n            that don't support params arrays.\r\n            </summary>\r\n            <param name=\"sourceType\">The Type that will provide data</param>\r\n            <param name=\"sourceName\">The name of the method, property or field that will provide data</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseSourceAttribute.SourceName\">\r\n            <summary>\r\n            The name of a the method, property or fiend to be used as a source\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseSourceAttribute.SourceType\">\r\n            <summary>\r\n            A Type to be used as a source\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestFixtureAttribute\">\r\n            <example>\r\n            [TestFixture]\r\n            public class ExampleClass \r\n            {}\r\n            </example>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestFixtureAttribute.#ctor\">\r\n            <summary>\r\n            Default constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestFixtureAttribute.#ctor(System.Object[])\">\r\n            <summary>\r\n            Construct with a object[] representing a set of arguments. \r\n            In .NET 2.0, the arguments may later be separated into\r\n            type arguments and constructor arguments.\r\n            </summary>\r\n            <param name=\"arguments\"></param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.Description\">\r\n            <summary>\r\n            Descriptive text for this fixture\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.Category\">\r\n            <summary>\r\n            Gets and sets the category for this fixture.\r\n            May be a comma-separated list of categories.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.Categories\">\r\n            <summary>\r\n            Gets a list of categories for this fixture\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.Arguments\">\r\n            <summary>\r\n            The arguments originally provided to the attribute\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.Ignore\">\r\n            <summary>\r\n            Gets or sets a value indicating whether this <see cref=\"T:NUnit.Framework.TestFixtureAttribute\"/> should be ignored.\r\n            </summary>\r\n            <value><c>true</c> if ignore; otherwise, <c>false</c>.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.IgnoreReason\">\r\n            <summary>\r\n            Gets or sets the ignore reason. May set Ignored as a side effect.\r\n            </summary>\r\n            <value>The ignore reason.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestFixtureAttribute.TypeArgs\">\r\n            <summary>\r\n            Get or set the type arguments. If not set\r\n            explicitly, any leading arguments that are\r\n            Types are taken as type arguments.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestFixtureSetUpAttribute\">\r\n            <summary>\r\n            Attribute used to identify a method that is \r\n            called before any tests in a fixture are run.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestFixtureTearDownAttribute\">\r\n            <summary>\r\n            Attribute used to identify a method that is called after\r\n            all the tests in a fixture have run. The method is \r\n            guaranteed to be called, even if an exception is thrown.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TheoryAttribute\">\r\n            <summary>\r\n            Adding this attribute to a method within a <seealso cref=\"T:NUnit.Framework.TestFixtureAttribute\"/> \r\n            class makes the method callable from the NUnit test runner. There is a property \r\n            called Description which is optional which you can provide a more detailed test\r\n            description. This class cannot be inherited.\r\n            </summary>\r\n            \r\n            <example>\r\n            [TestFixture]\r\n            public class Fixture\r\n            {\r\n              [Test]\r\n              public void MethodToTest()\r\n              {}\r\n              \r\n              [Test(Description = \"more detailed description\")]\r\n              publc void TestDescriptionMethod()\r\n              {}\r\n            }\r\n            </example>\r\n            \r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TimeoutAttribute\">\r\n            <summary>\r\n            WUsed on a method, marks the test with a timeout value in milliseconds. \r\n            The test will be run in a separate thread and is cancelled if the timeout \r\n            is exceeded. Used on a method or assembly, sets the default timeout \r\n            for all contained test methods.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TimeoutAttribute.#ctor(System.Int32)\">\r\n            <summary>\r\n            Construct a TimeoutAttribute given a time in milliseconds\r\n            </summary>\r\n            <param name=\"timeout\">The timeout value in milliseconds</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RequiresSTAAttribute\">\r\n            <summary>\r\n            Marks a test that must run in the STA, causing it\r\n            to run in a separate thread if necessary.\r\n            \r\n            On methods, you may also use STAThreadAttribute\r\n            to serve the same purpose.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RequiresSTAAttribute.#ctor\">\r\n            <summary>\r\n            Construct a RequiresSTAAttribute\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RequiresMTAAttribute\">\r\n            <summary>\r\n            Marks a test that must run in the MTA, causing it\r\n            to run in a separate thread if necessary.\r\n            \r\n            On methods, you may also use MTAThreadAttribute\r\n            to serve the same purpose.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RequiresMTAAttribute.#ctor\">\r\n            <summary>\r\n            Construct a RequiresMTAAttribute\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.RequiresThreadAttribute\">\r\n            <summary>\r\n            Marks a test that must run on a separate thread.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RequiresThreadAttribute.#ctor\">\r\n            <summary>\r\n            Construct a RequiresThreadAttribute\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.RequiresThreadAttribute.#ctor(System.Threading.ApartmentState)\">\r\n            <summary>\r\n            Construct a RequiresThreadAttribute, specifying the apartment\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ValueSourceAttribute\">\r\n            <summary>\r\n            ValueSourceAttribute indicates the source to be used to\r\n            provide data for one parameter of a test method.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValueSourceAttribute.#ctor(System.String)\">\r\n            <summary>\r\n            Construct with the name of the factory - for use with languages\r\n            that don't support params arrays.\r\n            </summary>\r\n            <param name=\"sourceName\">The name of the data source to be used</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ValueSourceAttribute.#ctor(System.Type,System.String)\">\r\n            <summary>\r\n            Construct with a Type and name - for use with languages\r\n            that don't support params arrays.\r\n            </summary>\r\n            <param name=\"sourceType\">The Type that will provide data</param>\r\n            <param name=\"sourceName\">The name of the method, property or field that will provide data</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ValueSourceAttribute.SourceName\">\r\n            <summary>\r\n            The name of a the method, property or fiend to be used as a source\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.ValueSourceAttribute.SourceType\">\r\n            <summary>\r\n            A Type to be used as a source\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AttributeExistsConstraint\">\r\n            <summary>\r\n            AttributeExistsConstraint tests for the presence of a\r\n            specified attribute on  a Type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.Constraint\">\r\n            <summary>\r\n            The Constraint class is the base of all built-in constraints\r\n            within NUnit. It provides the operator overloads used to combine \r\n            constraints.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.IResolveConstraint\">\r\n            <summary>\r\n            The IConstraintExpression interface is implemented by all\r\n            complete and resolvable constraints and expressions.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.IResolveConstraint.Resolve\">\r\n            <summary>\r\n            Return the top-level constraint for this expression\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.Constraint.UNSET\">\r\n            <summary>\r\n            Static UnsetObject used to detect derived constraints\r\n            failing to set the actual value.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.Constraint.actual\">\r\n            <summary>\r\n            The actual value being tested against a constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.Constraint.displayName\">\r\n            <summary>\r\n            The display name of this Constraint for use by ToString()\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.Constraint.argcnt\">\r\n            <summary>\r\n            Argument fields used by ToString();\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.Constraint.builder\">\r\n            <summary>\r\n            The builder holding this constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.#ctor\">\r\n            <summary>\r\n            Construct a constraint with no arguments\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Construct a constraint with one argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.#ctor(System.Object,System.Object)\">\r\n            <summary>\r\n            Construct a constraint with two arguments\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.SetBuilder(NUnit.Framework.Constraints.ConstraintBuilder)\">\r\n            <summary>\r\n            Sets the ConstraintBuilder holding this constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.WriteMessageTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the failure message to the MessageWriter provided\r\n            as an argument. The default implementation simply passes\r\n            the constraint and the actual value to the writer, which\r\n            then displays the constraint description and the value.\r\n            \r\n            Constraints that need to provide additional details,\r\n            such as where the error occured can override this.\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter on which to display the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.Matches(NUnit.Framework.Constraints.ActualValueDelegate)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by an\r\n            ActualValueDelegate that returns the value to be tested.\r\n            The default implementation simply evaluates the delegate\r\n            but derived classes may override it to provide for delayed \r\n            processing.\r\n            </summary>\r\n            <param name=\"del\">An ActualValueDelegate</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.Matches``1(``0@)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given reference.\r\n            The default implementation simply dereferences the value but\r\n            derived classes may override it to provide for delayed processing.\r\n            </summary>\r\n            <param name=\"actual\">A reference to the value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.ToString\">\r\n            <summary>\r\n            Default override of ToString returns the constraint DisplayName\r\n            followed by any arguments within angle brackets.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of this constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.op_BitwiseAnd(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            This operator creates a constraint that is satisfied only if both \r\n            argument constraints are satisfied.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.op_BitwiseOr(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            This operator creates a constraint that is satisfied if either \r\n            of the argument constraints is satisfied.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.op_LogicalNot(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            This operator creates a constraint that is satisfied if the \r\n            argument constraint is not satisfied.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.After(System.Int32)\">\r\n            <summary>\r\n            Returns a DelayedConstraint with the specified delay time.\r\n            </summary>\r\n            <param name=\"delayInMilliseconds\">The delay in milliseconds.</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Constraint.After(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Returns a DelayedConstraint with the specified delay time\r\n            and polling interval.\r\n            </summary>\r\n            <param name=\"delayInMilliseconds\">The delay in milliseconds.</param>\r\n            <param name=\"pollingInterval\">The interval at which to test the constraint.</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Constraint.DisplayName\">\r\n            <summary>\r\n            The display name of this Constraint for use by ToString().\r\n            The default value is the name of the constraint with\r\n            trailing \"Constraint\" removed. Derived classes may set\r\n            this to another name in their constructors.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Constraint.And\">\r\n            <summary>\r\n            Returns a ConstraintExpression by appending And\r\n            to the current constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Constraint.With\">\r\n            <summary>\r\n            Returns a ConstraintExpression by appending And\r\n            to the current constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Constraint.Or\">\r\n            <summary>\r\n            Returns a ConstraintExpression by appending Or\r\n            to the current constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.Constraint.UnsetObject\">\r\n            <summary>\r\n            Class used to detect any derived constraints\r\n            that fail to set the actual value in their\r\n            Matches override.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeExistsConstraint.#ctor(System.Type)\">\r\n            <summary>\r\n            Constructs an AttributeExistsConstraint for a specific attribute Type\r\n            </summary>\r\n            <param name=\"type\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeExistsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Tests whether the object provides the expected attribute.\r\n            </summary>\r\n            <param name=\"actual\">A Type, MethodInfo, or other ICustomAttributeProvider</param>\r\n            <returns>True if the expected attribute is present, otherwise false</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeExistsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Writes the description of the constraint to the specified writer\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AttributeConstraint\">\r\n            <summary>\r\n            AttributeConstraint tests that a specified attribute is present\r\n            on a Type or other provider and that the value of the attribute\r\n            satisfies some other constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PrefixConstraint\">\r\n            <summary>\r\n            Abstract base class used for prefixes\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.PrefixConstraint.baseConstraint\">\r\n            <summary>\r\n            The base constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PrefixConstraint.#ctor(NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Construct given a base constraint\r\n            </summary>\r\n            <param name=\"resolvable\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeConstraint.#ctor(System.Type,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Constructs an AttributeConstraint for a specified attriute\r\n            Type and base constraint.\r\n            </summary>\r\n            <param name=\"type\"></param>\r\n            <param name=\"baseConstraint\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Determines whether the Type or other provider has the \r\n            expected attribute and if its value matches the\r\n            additional constraint specified.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Writes a description of the attribute to the specified writer.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Writes the actual value supplied to the specified writer.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns a string representation of the constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.BasicConstraint\">\r\n            <summary>\r\n            BasicConstraint is the abstract base for constraints that\r\n            perform a simple comparison to a constant value.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BasicConstraint.#ctor(System.Object,System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:BasicConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected.</param>\r\n            <param name=\"description\">The description.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BasicConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BasicConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NullConstraint\">\r\n            <summary>\r\n            NullConstraint tests that the actual value is null\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NullConstraint.#ctor\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:NullConstraint\"/> class.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.TrueConstraint\">\r\n            <summary>\r\n            TrueConstraint tests that the actual value is true\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.TrueConstraint.#ctor\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:TrueConstraint\"/> class.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.FalseConstraint\">\r\n            <summary>\r\n            FalseConstraint tests that the actual value is false\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FalseConstraint.#ctor\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:FalseConstraint\"/> class.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NaNConstraint\">\r\n            <summary>\r\n            NaNConstraint tests that the actual value is a double or float NaN\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NaNConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test that the actual value is an NaN\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NaNConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a specified writer\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.BinaryConstraint\">\r\n            <summary>\r\n            BinaryConstraint is the abstract base of all constraints\r\n            that combine two other constraints in some fashion.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.BinaryConstraint.left\">\r\n            <summary>\r\n            The first constraint being combined\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.BinaryConstraint.right\">\r\n            <summary>\r\n            The second constraint being combined\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinaryConstraint.#ctor(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Construct a BinaryConstraint from two other constraints\r\n            </summary>\r\n            <param name=\"left\">The first constraint</param>\r\n            <param name=\"right\">The second constraint</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AndConstraint\">\r\n            <summary>\r\n            AndConstraint succeeds only if both members succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AndConstraint.#ctor(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Create an AndConstraint from two other constraints\r\n            </summary>\r\n            <param name=\"left\">The first constraint</param>\r\n            <param name=\"right\">The second constraint</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AndConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Apply both member constraints to an actual value, succeeding \r\n            succeeding only if both of them succeed.\r\n            </summary>\r\n            <param name=\"actual\">The actual value</param>\r\n            <returns>True if the constraints both succeeded</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AndConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description for this contraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to receive the description</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AndConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.OrConstraint\">\r\n            <summary>\r\n            OrConstraint succeeds if either member succeeds\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.OrConstraint.#ctor(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Create an OrConstraint from two other constraints\r\n            </summary>\r\n            <param name=\"left\">The first constraint</param>\r\n            <param name=\"right\">The second constraint</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.OrConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Apply the member constraints to an actual value, succeeding \r\n            succeeding as soon as one of them succeeds.\r\n            </summary>\r\n            <param name=\"actual\">The actual value</param>\r\n            <returns>True if either constraint succeeded</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.OrConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description for this contraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to receive the description</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionConstraint\">\r\n            <summary>\r\n            CollectionConstraint is the abstract base class for\r\n            constraints that operate on collections.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionConstraint.#ctor\">\r\n            <summary>\r\n            Construct an empty CollectionConstraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Construct a CollectionConstraint\r\n            </summary>\r\n            <param name=\"arg\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionConstraint.IsEmpty(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Determines whether the specified enumerable is empty.\r\n            </summary>\r\n            <param name=\"enumerable\">The enumerable.</param>\r\n            <returns>\r\n            \t<c>true</c> if the specified enumerable is empty; otherwise, <c>false</c>.\r\n            </returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Protected method to be implemented by derived classes\r\n            </summary>\r\n            <param name=\"collection\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionItemsEqualConstraint\">\r\n            <summary>\r\n            CollectionItemsEqualConstraint is the abstract base class for all\r\n            collection constraints that apply some notion of item equality\r\n            as a part of their operation.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.#ctor\">\r\n            <summary>\r\n            Construct an empty CollectionConstraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Construct a CollectionConstraint\r\n            </summary>\r\n            <param name=\"arg\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.Using(System.Collections.IComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.Using``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.Using``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied Comparison object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.Using(System.Collections.IEqualityComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IEqualityComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.Using``1(System.Collections.Generic.IEqualityComparer{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IEqualityComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.ItemsEqual(System.Object,System.Object)\">\r\n            <summary>\r\n            Compares two collection members for equality\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.Tally(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Return a new CollectionTally for use in making tests\r\n            </summary>\r\n            <param name=\"c\">The collection to be included in the tally</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.CollectionItemsEqualConstraint.IgnoreCase\">\r\n            <summary>\r\n            Flag the constraint to ignore case and return self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EmptyCollectionConstraint\">\r\n            <summary>\r\n            EmptyCollectionConstraint tests whether a collection is empty. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyCollectionConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Check that the collection is empty\r\n            </summary>\r\n            <param name=\"collection\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyCollectionConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.UniqueItemsConstraint\">\r\n            <summary>\r\n            UniqueItemsConstraint tests whether all the items in a \r\n            collection are unique.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.UniqueItemsConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Check that all items are unique.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.UniqueItemsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionContainsConstraint\">\r\n            <summary>\r\n            CollectionContainsConstraint is used to test whether a collection\r\n            contains an expected object as a member.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionContainsConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Construct a CollectionContainsConstraint\r\n            </summary>\r\n            <param name=\"expected\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionContainsConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Test whether the expected item is contained in the collection\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionContainsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a descripton of the constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionEquivalentConstraint\">\r\n            <summary>\r\n            CollectionEquivalentCOnstraint is used to determine whether two\r\n            collections are equivalent.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionEquivalentConstraint.#ctor(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Construct a CollectionEquivalentConstraint\r\n            </summary>\r\n            <param name=\"expected\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionEquivalentConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Test whether two collections are equivalent\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionEquivalentConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionSubsetConstraint\">\r\n            <summary>\r\n            CollectionSubsetConstraint is used to determine whether\r\n            one collection is a subset of another\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionSubsetConstraint.#ctor(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Construct a CollectionSubsetConstraint\r\n            </summary>\r\n            <param name=\"expected\">The collection that the actual value is expected to be a subset of</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionSubsetConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Test whether the actual collection is a subset of \r\n            the expected collection provided.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionSubsetConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionOrderedConstraint\">\r\n            <summary>\r\n            CollectionOrderedConstraint is used to test whether a collection is ordered.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.#ctor\">\r\n            <summary>\r\n            Construct a CollectionOrderedConstraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.Using(System.Collections.IComparer)\">\r\n            <summary>\r\n            Modifies the constraint to use an IComparer and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.Using``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Modifies the constraint to use an IComparer&lt;T&gt; and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.Using``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Modifies the constraint to use a Comparison&lt;T&gt; and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.By(System.String)\">\r\n            <summary>\r\n            Modifies the constraint to test ordering by the value of\r\n            a specified property and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.doMatch(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Test whether the collection is ordered\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of the constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOrderedConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of the constraint.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.CollectionOrderedConstraint.Descending\">\r\n            <summary>\r\n             If used performs a reverse comparison\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionTally\">\r\n            <summary>\r\n            CollectionTally counts (tallies) the number of\r\n            occurences of each object in one or more enumerations.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionTally.#ctor(NUnit.Framework.Constraints.NUnitEqualityComparer,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Construct a CollectionTally object from a comparer and a collection\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionTally.TryRemove(System.Object)\">\r\n            <summary>\r\n            Try to remove an object from the tally\r\n            </summary>\r\n            <param name=\"o\">The object to remove</param>\r\n            <returns>True if successful, false if the object was not found</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionTally.TryRemove(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Try to remove a set of objects from the tally\r\n            </summary>\r\n            <param name=\"c\">The objects to remove</param>\r\n            <returns>True if successful, false if any object was not found</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.CollectionTally.Count\">\r\n            <summary>\r\n            The number of objects remaining in the tally\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ComparisonAdapter\">\r\n            <summary>\r\n            ComparisonAdapter class centralizes all comparisons of\r\n            values in NUnit, adapting to the use of any provided\r\n            IComparer, IComparer&lt;T&gt; or Comparison&lt;T&gt;\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.For(System.Collections.IComparer)\">\r\n            <summary>\r\n            Returns a ComparisonAdapter that wraps an IComparer\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.For``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Returns a ComparisonAdapter that wraps an IComparer&lt;T&gt;\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.For``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Returns a ComparisonAdapter that wraps a Comparison&lt;T&gt;\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.Compare(System.Object,System.Object)\">\r\n            <summary>\r\n            Compares two objects\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ComparisonAdapter.Default\">\r\n            <summary>\r\n            Gets the default ComparisonAdapter, which wraps an\r\n            NUnitComparer object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.ComparerAdapter.#ctor(System.Collections.IComparer)\">\r\n            <summary>\r\n            Construct a ComparisonAdapter for an IComparer\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.ComparerAdapter.Compare(System.Object,System.Object)\">\r\n            <summary>\r\n            Compares two objects\r\n            </summary>\r\n            <param name=\"expected\"></param>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.DefaultComparisonAdapter.#ctor\">\r\n            <summary>\r\n            Construct a default ComparisonAdapter\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ComparisonAdapter.ComparerAdapter`1\">\r\n            <summary>\r\n            ComparisonAdapter&lt;T&gt; extends ComparisonAdapter and\r\n            allows use of an IComparer&lt;T&gt; or Comparison&lt;T&gt;\r\n            to actually perform the comparison.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.ComparerAdapter`1.#ctor(System.Collections.Generic.IComparer{`0})\">\r\n            <summary>\r\n            Construct a ComparisonAdapter for an IComparer&lt;T&gt;\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.ComparerAdapter`1.Compare(System.Object,System.Object)\">\r\n            <summary>\r\n            Compare a Type T to an object\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.ComparisonAdapterForComparison`1.#ctor(System.Comparison{`0})\">\r\n            <summary>\r\n            Construct a ComparisonAdapter for a Comparison&lt;T&gt;\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonAdapter.ComparisonAdapterForComparison`1.Compare(System.Object,System.Object)\">\r\n            <summary>\r\n            Compare a Type T to an object\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ComparisonConstraint\">\r\n            <summary>\r\n            Abstract base class for constraints that compare values to\r\n            determine if one is greater than, equal to or less than\r\n            the other.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ComparisonConstraint.expected\">\r\n            <summary>\r\n            The value against which a comparison is to be made\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ComparisonConstraint.ltOK\">\r\n            <summary>\r\n            If true, less than returns success\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ComparisonConstraint.eqOK\">\r\n            <summary>\r\n            if true, equal returns success\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ComparisonConstraint.gtOK\">\r\n            <summary>\r\n            if true, greater than returns success\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ComparisonConstraint.predicate\">\r\n            <summary>\r\n            The predicate used as a part of the description\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ComparisonConstraint.comparer\">\r\n            <summary>\r\n            ComparisonAdapter to be used in making the comparison\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonConstraint.#ctor(System.Object,System.Boolean,System.Boolean,System.Boolean,System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ComparisonConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"value\">The value against which to make a comparison.</param>\r\n            <param name=\"ltOK\">if set to <c>true</c> less succeeds.</param>\r\n            <param name=\"eqOK\">if set to <c>true</c> equal succeeds.</param>\r\n            <param name=\"gtOK\">if set to <c>true</c> greater succeeds.</param>\r\n            <param name=\"predicate\">String used in describing the constraint.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonConstraint.Using(System.Collections.IComparer)\">\r\n            <summary>\r\n            Modifies the constraint to use an IComparer and returns self\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonConstraint.Using``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Modifies the constraint to use an IComparer&lt;T&gt; and returns self\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ComparisonConstraint.Using``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Modifies the constraint to use a Comparison&lt;T&gt; and returns self\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.GreaterThanConstraint\">\r\n            <summary>\r\n            Tests whether a value is greater than the value supplied to its constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.GreaterThanConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:GreaterThanConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.GreaterThanOrEqualConstraint\">\r\n            <summary>\r\n            Tests whether a value is greater than or equal to the value supplied to its constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.GreaterThanOrEqualConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:GreaterThanOrEqualConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.LessThanConstraint\">\r\n            <summary>\r\n            Tests whether a value is less than the value supplied to its constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.LessThanConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:LessThanConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.LessThanOrEqualConstraint\">\r\n            <summary>\r\n            Tests whether a value is less than or equal to the value supplied to its constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.LessThanOrEqualConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:LessThanOrEqualConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ActualValueDelegate\">\r\n            <summary>\r\n            Delegate used to delay evaluation of the actual value\r\n            to be used in evaluating a constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintBuilder\">\r\n            <summary>\r\n            ConstraintBuilder maintains the stacks that are used in\r\n            processing a ConstraintExpression. An OperatorStack\r\n            is used to hold operators that are waiting for their\r\n            operands to be reognized. a ConstraintStack holds \r\n            input constraints as well as the results of each\r\n            operator applied.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.#ctor\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ConstraintBuilder\"/> class.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.Append(NUnit.Framework.Constraints.ConstraintOperator)\">\r\n            <summary>\r\n            Appends the specified operator to the expression by first\r\n            reducing the operator stack and then pushing the new\r\n            operator on the stack.\r\n            </summary>\r\n            <param name=\"op\">The operator to push.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.Append(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Appends the specified constraint to the expresson by pushing\r\n            it on the constraint stack.\r\n            </summary>\r\n            <param name=\"constraint\">The constraint to push.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.SetTopOperatorRightContext(System.Object)\">\r\n            <summary>\r\n            Sets the top operator right context.\r\n            </summary>\r\n            <param name=\"rightContext\">The right context.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.ReduceOperatorStack(System.Int32)\">\r\n            <summary>\r\n            Reduces the operator stack until the topmost item\r\n            precedence is greater than or equal to the target precedence.\r\n            </summary>\r\n            <param name=\"targetPrecedence\">The target precedence.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.Resolve\">\r\n            <summary>\r\n            Resolves this instance, returning a Constraint. If the builder\r\n            is not currently in a resolvable state, an exception is thrown.\r\n            </summary>\r\n            <returns>The resolved constraint</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintBuilder.IsResolvable\">\r\n            <summary>\r\n            Gets a value indicating whether this instance is resolvable.\r\n            </summary>\r\n            <value>\r\n            \t<c>true</c> if this instance is resolvable; otherwise, <c>false</c>.\r\n            </value>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack\">\r\n            <summary>\r\n            OperatorStack is a type-safe stack for holding ConstraintOperators\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.#ctor(NUnit.Framework.Constraints.ConstraintBuilder)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:OperatorStack\"/> class.\r\n            </summary>\r\n            <param name=\"builder\">The builder.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.Push(NUnit.Framework.Constraints.ConstraintOperator)\">\r\n            <summary>\r\n            Pushes the specified operator onto the stack.\r\n            </summary>\r\n            <param name=\"op\">The op.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.Pop\">\r\n            <summary>\r\n            Pops the topmost operator from the stack.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.Empty\">\r\n            <summary>\r\n            Gets a value indicating whether this <see cref=\"T:OpStack\"/> is empty.\r\n            </summary>\r\n            <value><c>true</c> if empty; otherwise, <c>false</c>.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintBuilder.OperatorStack.Top\">\r\n            <summary>\r\n            Gets the topmost operator without modifying the stack.\r\n            </summary>\r\n            <value>The top.</value>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack\">\r\n            <summary>\r\n            ConstraintStack is a type-safe stack for holding Constraints\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.#ctor(NUnit.Framework.Constraints.ConstraintBuilder)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ConstraintStack\"/> class.\r\n            </summary>\r\n            <param name=\"builder\">The builder.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.Push(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Pushes the specified constraint. As a side effect,\r\n            the constraint's builder field is set to the \r\n            ConstraintBuilder owning this stack.\r\n            </summary>\r\n            <param name=\"constraint\">The constraint.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.Pop\">\r\n            <summary>\r\n            Pops this topmost constrait from the stack.\r\n            As a side effect, the constraint's builder\r\n            field is set to null.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.Empty\">\r\n            <summary>\r\n            Gets a value indicating whether this <see cref=\"T:ConstraintStack\"/> is empty.\r\n            </summary>\r\n            <value><c>true</c> if empty; otherwise, <c>false</c>.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.Top\">\r\n            <summary>\r\n            Gets the topmost constraint without modifying the stack.\r\n            </summary>\r\n            <value>The topmost constraint</value>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintExpression\">\r\n            <summary>\r\n            ConstraintExpression represents a compound constraint in the \r\n            process of being constructed from a series of syntactic elements.\r\n            \r\n            Individual elements are appended to the expression as they are\r\n            reognized. Once an actual Constraint is appended, the expression\r\n            returns a resolvable Constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintExpressionBase\">\r\n            <summary>\r\n            ConstraintExpressionBase is the abstract base class for the \r\n            generated ConstraintExpression class, which represents a \r\n            compound constraint in the process of being constructed \r\n            from a series of syntactic elements.\r\n            \r\n            NOTE: ConstraintExpressionBase is aware of some of its\r\n            derived classes, which is an apparent violation of \r\n            encapsulation. Ideally, these classes would be a \r\n            single class, but they must be separated in order to\r\n            allow parts to be generated under .NET 1.x and to\r\n            provide proper user feedback in syntactically \r\n            aware IDEs.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ConstraintExpressionBase.builder\">\r\n            <summary>\r\n            The ConstraintBuilder holding the elements recognized so far\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpressionBase.#ctor\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ConstraintExpressionBase\"/> class.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpressionBase.#ctor(NUnit.Framework.Constraints.ConstraintBuilder)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ConstraintExpressionBase\"/> \r\n            class passing in a ConstraintBuilder, which may be pre-populated.\r\n            </summary>\r\n            <param name=\"builder\">The builder.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpressionBase.ToString\">\r\n            <summary>\r\n            Returns a string representation of the expression as it\r\n            currently stands. This should only be used for testing,\r\n            since it has the side-effect of resolving the expression.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpressionBase.Append(NUnit.Framework.Constraints.ConstraintOperator)\">\r\n            <summary>\r\n            Appends an operator to the expression and returns the\r\n            resulting expression itself.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpressionBase.Append(NUnit.Framework.Constraints.SelfResolvingOperator)\">\r\n            <summary>\r\n            Appends a self-resolving operator to the expression and\r\n            returns a new ResolvableConstraintExpression.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpressionBase.Append(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Appends a constraint to the expression and returns that\r\n            constraint, which is associated with the current state\r\n            of the expression being built.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.#ctor\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ConstraintExpression\"/> class.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.#ctor(NUnit.Framework.Constraints.ConstraintBuilder)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ConstraintExpression\"/> \r\n            class passing in a ConstraintBuilder, which may be pre-populated.\r\n            </summary>\r\n            <param name=\"builder\">The builder.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Property(System.String)\">\r\n            <summary>\r\n            Returns a new PropertyConstraintExpression, which will either\r\n            test for the existence of the named property on the object\r\n            being tested or apply any following constraint to that property.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Attribute(System.Type)\">\r\n            <summary>\r\n            Returns a new AttributeConstraint checking for the\r\n            presence of a particular attribute on an object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Attribute``1\">\r\n            <summary>\r\n            Returns a new AttributeConstraint checking for the\r\n            presence of a particular attribute on an object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Matches(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns the constraint provided as an argument - used to allow custom\r\n            custom constraints to easily participate in the syntax.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Matches``1(System.Predicate{``0})\">\r\n            <summary>\r\n            Returns the constraint provided as an argument - used to allow custom\r\n            custom constraints to easily participate in the syntax.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.EqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests two items for equality\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.SameAs(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests that two references are the same object\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.GreaterThan(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.GreaterThanOrEqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.AtLeast(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.LessThan(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.LessThanOrEqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.AtMost(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.TypeOf(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual\r\n            value is of the exact type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.TypeOf``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual\r\n            value is of the exact type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.InstanceOf(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.InstanceOf``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.InstanceOfType(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.InstanceOfType``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.AssignableFrom(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.AssignableFrom``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.AssignableTo(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.AssignableTo``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.EquivalentTo(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is a collection containing the same elements as the \r\n            collection supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.SubsetOf(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is a subset of the collection supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Member(System.Object)\">\r\n            <summary>\r\n            Returns a new CollectionContainsConstraint checking for the\r\n            presence of a particular object in the collection.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Contains(System.Object)\">\r\n            <summary>\r\n            Returns a new CollectionContainsConstraint checking for the\r\n            presence of a particular object in the collection.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Contains(System.String)\">\r\n            <summary>\r\n            Returns a new ContainsConstraint. This constraint\r\n            will, in turn, make use of the appropriate second-level\r\n            constraint, depending on the type of the actual argument. \r\n            This overload is only used if the item sought is a string,\r\n            since any other type implies that we are looking for a \r\n            collection member.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.StringContaining(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.ContainsSubstring(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.StartsWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.StringStarting(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.EndsWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.StringEnding(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.Matches(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value matches the Regex pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.StringMatching(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value matches the Regex pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.SamePath(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same as an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.SubPath(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same path or under an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.SamePathOrUnder(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same path or under an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintExpression.InRange(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value falls \r\n            within a specified range.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Not\">\r\n            <summary>\r\n            Returns a ConstraintExpression that negates any\r\n            following constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.No\">\r\n            <summary>\r\n            Returns a ConstraintExpression that negates any\r\n            following constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.All\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Some\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if at least one of them succeeds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.None\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them fail.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Length\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Length property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Count\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Count property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Message\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Message property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.InnerException\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the InnerException property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.With\">\r\n            <summary>\r\n            With is currently a NOP - reserved for future use.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Null\">\r\n            <summary>\r\n            Returns a constraint that tests for null\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.True\">\r\n            <summary>\r\n            Returns a constraint that tests for True\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.False\">\r\n            <summary>\r\n            Returns a constraint that tests for False\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.NaN\">\r\n            <summary>\r\n            Returns a constraint that tests for NaN\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Empty\">\r\n            <summary>\r\n            Returns a constraint that tests for empty\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Unique\">\r\n            <summary>\r\n            Returns a constraint that tests whether a collection \r\n            contains all unique items.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.BinarySerializable\">\r\n            <summary>\r\n            Returns a constraint that tests whether an object graph is serializable in binary format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.XmlSerializable\">\r\n            <summary>\r\n            Returns a constraint that tests whether an object graph is serializable in xml format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintExpression.Ordered\">\r\n            <summary>\r\n            Returns a constraint that tests whether a collection is ordered\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintFactory\">\r\n            <summary>\r\n            Helper class with properties and methods that supply\r\n            a number of constraints used in Asserts.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Property(System.String)\">\r\n            <summary>\r\n            Returns a new PropertyConstraintExpression, which will either\r\n            test for the existence of the named property on the object\r\n            being tested or apply any following constraint to that property.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Attribute(System.Type)\">\r\n            <summary>\r\n            Returns a new AttributeConstraint checking for the\r\n            presence of a particular attribute on an object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Attribute``1\">\r\n            <summary>\r\n            Returns a new AttributeConstraint checking for the\r\n            presence of a particular attribute on an object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.EqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests two items for equality\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.SameAs(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests that two references are the same object\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.GreaterThan(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.GreaterThanOrEqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.AtLeast(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.LessThan(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.LessThanOrEqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.AtMost(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.TypeOf(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual\r\n            value is of the exact type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.TypeOf``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual\r\n            value is of the exact type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.InstanceOf(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.InstanceOf``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.InstanceOfType(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.InstanceOfType``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.AssignableFrom(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.AssignableFrom``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.AssignableTo(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.AssignableTo``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.EquivalentTo(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is a collection containing the same elements as the \r\n            collection supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.SubsetOf(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is a subset of the collection supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Member(System.Object)\">\r\n            <summary>\r\n            Returns a new CollectionContainsConstraint checking for the\r\n            presence of a particular object in the collection.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Contains(System.Object)\">\r\n            <summary>\r\n            Returns a new CollectionContainsConstraint checking for the\r\n            presence of a particular object in the collection.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Contains(System.String)\">\r\n            <summary>\r\n            Returns a new ContainsConstraint. This constraint\r\n            will, in turn, make use of the appropriate second-level\r\n            constraint, depending on the type of the actual argument. \r\n            This overload is only used if the item sought is a string,\r\n            since any other type implies that we are looking for a \r\n            collection member.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.StringContaining(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.ContainsSubstring(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.DoesNotContain(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.StartsWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.StringStarting(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.DoesNotStartWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.EndsWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.StringEnding(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.DoesNotEndWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.Matches(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value matches the Regex pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.StringMatching(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value matches the Regex pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.DoesNotMatch(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value matches the pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.SamePath(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same as an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.SubPath(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same path or under an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.SamePathOrUnder(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same path or under an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintFactory.InRange(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value falls \r\n            within a specified range.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Not\">\r\n            <summary>\r\n            Returns a ConstraintExpression that negates any\r\n            following constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.No\">\r\n            <summary>\r\n            Returns a ConstraintExpression that negates any\r\n            following constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.All\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Some\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if at least one of them succeeds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.None\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them fail.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Length\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Length property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Count\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Count property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Message\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Message property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.InnerException\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the InnerException property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Null\">\r\n            <summary>\r\n            Returns a constraint that tests for null\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.True\">\r\n            <summary>\r\n            Returns a constraint that tests for True\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.False\">\r\n            <summary>\r\n            Returns a constraint that tests for False\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.NaN\">\r\n            <summary>\r\n            Returns a constraint that tests for NaN\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Empty\">\r\n            <summary>\r\n            Returns a constraint that tests for empty\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Unique\">\r\n            <summary>\r\n            Returns a constraint that tests whether a collection \r\n            contains all unique items.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.BinarySerializable\">\r\n            <summary>\r\n            Returns a constraint that tests whether an object graph is serializable in binary format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.XmlSerializable\">\r\n            <summary>\r\n            Returns a constraint that tests whether an object graph is serializable in xml format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintFactory.Ordered\">\r\n            <summary>\r\n            Returns a constraint that tests whether a collection is ordered\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ConstraintOperator\">\r\n            <summary>\r\n            The ConstraintOperator class is used internally by a\r\n            ConstraintBuilder to represent an operator that \r\n            modifies or combines constraints. \r\n            \r\n            Constraint operators use left and right precedence\r\n            values to determine whether the top operator on the\r\n            stack should be reduced before pushing a new operator.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ConstraintOperator.left_precedence\">\r\n            <summary>\r\n            The precedence value used when the operator\r\n            is about to be pushed to the stack.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ConstraintOperator.right_precedence\">\r\n            <summary>\r\n            The precedence value used when the operator\r\n            is on the top of the stack.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ConstraintOperator.Reduce(NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack)\">\r\n            <summary>\r\n            Reduce produces a constraint from the operator and \r\n            any arguments. It takes the arguments from the constraint \r\n            stack and pushes the resulting constraint on it.\r\n            </summary>\r\n            <param name=\"stack\"></param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintOperator.LeftContext\">\r\n            <summary>\r\n            The syntax element preceding this operator\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintOperator.RightContext\">\r\n            <summary>\r\n            The syntax element folowing this operator\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintOperator.LeftPrecedence\">\r\n            <summary>\r\n            The precedence value used when the operator\r\n            is about to be pushed to the stack.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ConstraintOperator.RightPrecedence\">\r\n            <summary>\r\n            The precedence value used when the operator\r\n            is on the top of the stack.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PrefixOperator\">\r\n            <summary>\r\n            PrefixOperator takes a single constraint and modifies\r\n            it's action in some way.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PrefixOperator.Reduce(NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack)\">\r\n            <summary>\r\n            Reduce produces a constraint from the operator and \r\n            any arguments. It takes the arguments from the constraint \r\n            stack and pushes the resulting constraint on it.\r\n            </summary>\r\n            <param name=\"stack\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PrefixOperator.ApplyPrefix(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns the constraint created by applying this\r\n            prefix to another constraint.\r\n            </summary>\r\n            <param name=\"constraint\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NotOperator\">\r\n            <summary>\r\n            Negates the test of the constraint it wraps.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NotOperator.#ctor\">\r\n            <summary>\r\n            Constructs a new NotOperator\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NotOperator.ApplyPrefix(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns a NotConstraint applied to its argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.CollectionOperator\">\r\n            <summary>\r\n            Abstract base for operators that indicate how to\r\n            apply a constraint to items in a collection.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.CollectionOperator.#ctor\">\r\n            <summary>\r\n            Constructs a CollectionOperator\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AllOperator\">\r\n            <summary>\r\n            Represents a constraint that succeeds if all the \r\n            members of a collection match a base constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AllOperator.ApplyPrefix(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns a constraint that will apply the argument\r\n            to the members of a collection, succeeding if\r\n            they all succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SomeOperator\">\r\n            <summary>\r\n            Represents a constraint that succeeds if any of the \r\n            members of a collection match a base constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SomeOperator.ApplyPrefix(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns a constraint that will apply the argument\r\n            to the members of a collection, succeeding if\r\n            any of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NoneOperator\">\r\n            <summary>\r\n            Represents a constraint that succeeds if none of the \r\n            members of a collection match a base constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NoneOperator.ApplyPrefix(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns a constraint that will apply the argument\r\n            to the members of a collection, succeeding if\r\n            none of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.WithOperator\">\r\n            <summary>\r\n            Represents a constraint that simply wraps the\r\n            constraint provided as an argument, without any\r\n            further functionality, but which modifes the\r\n            order of evaluation because of its precedence.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.WithOperator.#ctor\">\r\n            <summary>\r\n            Constructor for the WithOperator\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.WithOperator.ApplyPrefix(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Returns a constraint that wraps its argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SelfResolvingOperator\">\r\n            <summary>\r\n            Abstract base class for operators that are able to reduce to a \r\n            constraint whether or not another syntactic element follows.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PropOperator\">\r\n            <summary>\r\n            Operator used to test for the presence of a named Property\r\n            on an object and optionally apply further tests to the\r\n            value of that property.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropOperator.#ctor(System.String)\">\r\n            <summary>\r\n            Constructs a PropOperator for a particular named property\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropOperator.Reduce(NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack)\">\r\n            <summary>\r\n            Reduce produces a constraint from the operator and \r\n            any arguments. It takes the arguments from the constraint \r\n            stack and pushes the resulting constraint on it.\r\n            </summary>\r\n            <param name=\"stack\"></param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.PropOperator.Name\">\r\n            <summary>\r\n            Gets the name of the property to which the operator applies\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AttributeOperator\">\r\n            <summary>\r\n            Operator that tests for the presence of a particular attribute\r\n            on a type and optionally applies further tests to the attribute.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeOperator.#ctor(System.Type)\">\r\n            <summary>\r\n            Construct an AttributeOperator for a particular Type\r\n            </summary>\r\n            <param name=\"type\">The Type of attribute tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AttributeOperator.Reduce(NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack)\">\r\n            <summary>\r\n            Reduce produces a constraint from the operator and \r\n            any arguments. It takes the arguments from the constraint \r\n            stack and pushes the resulting constraint on it.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ThrowsOperator\">\r\n            <summary>\r\n            Operator that tests that an exception is thrown and\r\n            optionally applies further tests to the exception.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsOperator.#ctor\">\r\n            <summary>\r\n            Construct a ThrowsOperator\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsOperator.Reduce(NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack)\">\r\n            <summary>\r\n            Reduce produces a constraint from the operator and \r\n            any arguments. It takes the arguments from the constraint \r\n            stack and pushes the resulting constraint on it.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.BinaryOperator\">\r\n            <summary>\r\n            Abstract base class for all binary operators\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinaryOperator.Reduce(NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack)\">\r\n            <summary>\r\n            Reduce produces a constraint from the operator and \r\n            any arguments. It takes the arguments from the constraint \r\n            stack and pushes the resulting constraint on it.\r\n            </summary>\r\n            <param name=\"stack\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinaryOperator.ApplyOperator(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Abstract method that produces a constraint by applying\r\n            the operator to its left and right constraint arguments.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.BinaryOperator.LeftPrecedence\">\r\n            <summary>\r\n            Gets the left precedence of the operator\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.BinaryOperator.RightPrecedence\">\r\n            <summary>\r\n            Gets the right precedence of the operator\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AndOperator\">\r\n            <summary>\r\n            Operator that requires both it's arguments to succeed\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AndOperator.#ctor\">\r\n            <summary>\r\n            Construct an AndOperator\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AndOperator.ApplyOperator(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Apply the operator to produce an AndConstraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.OrOperator\">\r\n            <summary>\r\n            Operator that requires at least one of it's arguments to succeed\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.OrOperator.#ctor\">\r\n            <summary>\r\n            Construct an OrOperator\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.OrOperator.ApplyOperator(NUnit.Framework.Constraints.Constraint,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Apply the operator to produce an OrConstraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ContainsConstraint\">\r\n            <summary>\r\n            ContainsConstraint tests a whether a string contains a substring\r\n            or a collection contains an object. It postpones the decision of\r\n            which test to use until the type of the actual argument is known.\r\n            This allows testing whether a string is contained in a collection\r\n            or as a substring of another string using the same syntax.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ContainsConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.Using(System.Collections.IComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.Using``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.Using``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied Comparison object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.Using(System.Collections.IEqualityComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IEqualityComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ContainsConstraint.Using``1(System.Collections.Generic.IEqualityComparer{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IEqualityComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ContainsConstraint.IgnoreCase\">\r\n            <summary>\r\n            Flag the constraint to ignore case and return self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.DelayedConstraint\">\r\n            <summary>\r\n             Applies a delay to the match so that a match can be evaluated in the future.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.#ctor(NUnit.Framework.Constraints.Constraint,System.Int32)\">\r\n            <summary>\r\n             Creates a new DelayedConstraint\r\n            </summary>\r\n            <param name=\"baseConstraint\">The inner constraint two decorate</param>\r\n            <param name=\"delayInMilliseconds\">The time interval after which the match is performed</param>\r\n            <exception cref=\"T:System.InvalidOperationException\">If the value of <paramref name=\"delayInMilliseconds\"/> is less than 0</exception>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.#ctor(NUnit.Framework.Constraints.Constraint,System.Int32,System.Int32)\">\r\n            <summary>\r\n             Creates a new DelayedConstraint\r\n            </summary>\r\n            <param name=\"baseConstraint\">The inner constraint two decorate</param>\r\n            <param name=\"delayInMilliseconds\">The time interval after which the match is performed</param>\r\n            <param name=\"pollingInterval\">The time interval used for polling</param>\r\n            <exception cref=\"T:System.InvalidOperationException\">If the value of <paramref name=\"delayInMilliseconds\"/> is less than 0</exception>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for if the base constraint fails, false if it succeeds</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.Matches(NUnit.Framework.Constraints.ActualValueDelegate)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a delegate\r\n            </summary>\r\n            <param name=\"del\">The delegate whose value is to be tested</param>\r\n            <returns>True for if the base constraint fails, false if it succeeds</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.Matches``1(``0@)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given reference.\r\n            Overridden to wait for the specified delay period before\r\n            calling the base constraint with the dereferenced value.\r\n            </summary>\r\n            <param name=\"actual\">A reference to the value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a MessageWriter.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.DelayedConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of the constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EmptyDirectoryContraint\">\r\n            <summary>\r\n            EmptyDirectoryConstraint is used to test that a directory is empty\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyDirectoryContraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyDirectoryContraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyDirectoryContraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EmptyConstraint\">\r\n            <summary>\r\n            EmptyConstraint tests a whether a string or collection is empty,\r\n            postponing the decision about which test is applied until the\r\n            type of the actual argument is known.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EqualConstraint\">\r\n            <summary>\r\n            EqualConstraint is able to compare an actual value with the\r\n            expected value provided in its constructor. Two objects are \r\n            considered equal if both are null, or if both have the same \r\n            value. NUnit has special semantics for some object types.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.EqualConstraint.clipStrings\">\r\n            <summary>\r\n            If true, strings in error messages will be clipped\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.EqualConstraint.comparer\">\r\n            <summary>\r\n            NUnitEqualityComparer used to test equality.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:NUnit.Framework.Constraints.EqualConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Within(System.Object)\">\r\n            <summary>\r\n            Flag the constraint to use a tolerance when determining equality.\r\n            </summary>\r\n            <param name=\"amount\">Tolerance value to be used</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Comparer(System.Collections.IComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Using(System.Collections.IComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Using``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Using``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied Comparison object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Using(System.Collections.IEqualityComparer)\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IEqualityComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Using``1(System.Collections.Generic.IEqualityComparer{``0})\">\r\n            <summary>\r\n            Flag the constraint to use the supplied IEqualityComparer object.\r\n            </summary>\r\n            <param name=\"comparer\">The IComparer object to use.</param>\r\n            <returns>Self.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.WriteMessageTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a failure message. Overridden to provide custom \r\n            failure messages for EqualConstraint.\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to write to</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write description of this constraint\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to write to</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.DisplayCollectionDifferences(NUnit.Framework.Constraints.MessageWriter,System.Collections.ICollection,System.Collections.ICollection,System.Int32)\">\r\n            <summary>\r\n            Display the failure information for two collections that did not match.\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter on which to display</param>\r\n            <param name=\"expected\">The expected collection.</param>\r\n            <param name=\"actual\">The actual collection</param>\r\n            <param name=\"depth\">The depth of this failure in a set of nested collections</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.DisplayCollectionTypesAndSizes(NUnit.Framework.Constraints.MessageWriter,System.Collections.ICollection,System.Collections.ICollection,System.Int32)\">\r\n            <summary>\r\n            Displays a single line showing the types and sizes of the expected\r\n            and actual collections or arrays. If both are identical, the value is \r\n            only shown once.\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter on which to display</param>\r\n            <param name=\"expected\">The expected collection or array</param>\r\n            <param name=\"actual\">The actual collection or array</param>\r\n            <param name=\"indent\">The indentation level for the message line</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualConstraint.DisplayFailurePoint(NUnit.Framework.Constraints.MessageWriter,System.Collections.ICollection,System.Collections.ICollection,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Displays a single line showing the point in the expected and actual\r\n            arrays at which the comparison failed. If the arrays have different\r\n            structures or dimensions, both values are shown.\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter on which to display</param>\r\n            <param name=\"expected\">The expected array</param>\r\n            <param name=\"actual\">The actual array</param>\r\n            <param name=\"failurePoint\">Index of the failure point in the underlying collections</param>\r\n            <param name=\"indent\">The indentation level for the message line</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.IgnoreCase\">\r\n            <summary>\r\n            Flag the constraint to ignore case and return self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.NoClip\">\r\n            <summary>\r\n            Flag the constraint to suppress string clipping \r\n            and return self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.AsCollection\">\r\n            <summary>\r\n            Flag the constraint to compare arrays as collections\r\n            and return self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Ulps\">\r\n            <summary>\r\n            Switches the .Within() modifier to interpret its tolerance as\r\n            a distance in representable values (see remarks).\r\n            </summary>\r\n            <returns>Self.</returns>\r\n            <remarks>\r\n            Ulp stands for \"unit in the last place\" and describes the minimum\r\n            amount a given value can change. For any integers, an ulp is 1 whole\r\n            digit. For floating point values, the accuracy of which is better\r\n            for smaller numbers and worse for larger numbers, an ulp depends\r\n            on the size of the number. Using ulps for comparison of floating\r\n            point results instead of fixed tolerances is safer because it will\r\n            automatically compensate for the added inaccuracy of larger numbers.\r\n            </remarks>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Percent\">\r\n            <summary>\r\n            Switches the .Within() modifier to interpret its tolerance as\r\n            a percentage that the actual values is allowed to deviate from\r\n            the expected value.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Days\">\r\n            <summary>\r\n            Causes the tolerance to be interpreted as a TimeSpan in days.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Hours\">\r\n            <summary>\r\n            Causes the tolerance to be interpreted as a TimeSpan in hours.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Minutes\">\r\n            <summary>\r\n            Causes the tolerance to be interpreted as a TimeSpan in minutes.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Seconds\">\r\n            <summary>\r\n            Causes the tolerance to be interpreted as a TimeSpan in seconds.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Milliseconds\">\r\n            <summary>\r\n            Causes the tolerance to be interpreted as a TimeSpan in milliseconds.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.EqualConstraint.Ticks\">\r\n            <summary>\r\n            Causes the tolerance to be interpreted as a TimeSpan in clock ticks.\r\n            </summary>\r\n            <returns>Self</returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EqualityAdapter\">\r\n            <summary>\r\n            EqualityAdapter class handles all equality comparisons\r\n            that use an IEqualityComparer, IEqualityComparer&lt;T&gt;\r\n            or a ComparisonAdapter.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualityAdapter.ObjectsEqual(System.Object,System.Object)\">\r\n            <summary>\r\n            Compares two objects, returning true if they are equal\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualityAdapter.For(System.Collections.IComparer)\">\r\n            <summary>\r\n            Returns an EqualityAdapter that wraps an IComparer.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualityAdapter.For(System.Collections.IEqualityComparer)\">\r\n            <summary>\r\n            Returns an EqualityAdapter that wraps an IEqualityComparer.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualityAdapter.For``1(System.Collections.Generic.IEqualityComparer{``0})\">\r\n            <summary>\r\n            Returns an EqualityAdapter that wraps an IEqualityComparer&lt;T&gt;.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualityAdapter.For``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Returns an EqualityAdapter that wraps an IComparer&lt;T&gt;.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EqualityAdapter.For``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Returns an EqualityAdapter that wraps a Comparison&lt;T&gt;.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.FloatingPointNumerics\">\r\n            <summary>Helper routines for working with floating point numbers</summary>\r\n            <remarks>\r\n              <para>\r\n                The floating point comparison code is based on this excellent article:\r\n                http://www.cygnus-software.com/papers/comparingfloats/comparingfloats.htm\r\n              </para>\r\n              <para>\r\n                \"ULP\" means Unit in the Last Place and in the context of this library refers to\r\n                the distance between two adjacent floating point numbers. IEEE floating point\r\n                numbers can only represent a finite subset of natural numbers, with greater\r\n                accuracy for smaller numbers and lower accuracy for very large numbers.\r\n              </para>\r\n              <para>\r\n                If a comparison is allowed \"2 ulps\" of deviation, that means the values are\r\n                allowed to deviate by up to 2 adjacent floating point values, which might be\r\n                as low as 0.0000001 for small numbers or as high as 10.0 for large numbers.\r\n              </para>\r\n            </remarks>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FloatingPointNumerics.AreAlmostEqualUlps(System.Single,System.Single,System.Int32)\">\r\n            <summary>Compares two floating point values for equality</summary>\r\n            <param name=\"left\">First floating point value to be compared</param>\r\n            <param name=\"right\">Second floating point value t be compared</param>\r\n            <param name=\"maxUlps\">\r\n              Maximum number of representable floating point values that are allowed to\r\n              be between the left and the right floating point values\r\n            </param>\r\n            <returns>True if both numbers are equal or close to being equal</returns>\r\n            <remarks>\r\n              <para>\r\n                Floating point values can only represent a finite subset of natural numbers.\r\n                For example, the values 2.00000000 and 2.00000024 can be stored in a float,\r\n                but nothing inbetween them.\r\n              </para>\r\n              <para>\r\n                This comparison will count how many possible floating point values are between\r\n                the left and the right number. If the number of possible values between both\r\n                numbers is less than or equal to maxUlps, then the numbers are considered as\r\n                being equal.\r\n              </para>\r\n              <para>\r\n                Implementation partially follows the code outlined here:\r\n                http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/\r\n              </para>\r\n            </remarks>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FloatingPointNumerics.AreAlmostEqualUlps(System.Double,System.Double,System.Int64)\">\r\n            <summary>Compares two double precision floating point values for equality</summary>\r\n            <param name=\"left\">First double precision floating point value to be compared</param>\r\n            <param name=\"right\">Second double precision floating point value t be compared</param>\r\n            <param name=\"maxUlps\">\r\n              Maximum number of representable double precision floating point values that are\r\n              allowed to be between the left and the right double precision floating point values\r\n            </param>\r\n            <returns>True if both numbers are equal or close to being equal</returns>\r\n            <remarks>\r\n              <para>\r\n                Double precision floating point values can only represent a limited series of\r\n                natural numbers. For example, the values 2.0000000000000000 and 2.0000000000000004\r\n                can be stored in a double, but nothing inbetween them.\r\n              </para>\r\n              <para>\r\n                This comparison will count how many possible double precision floating point\r\n                values are between the left and the right number. If the number of possible\r\n                values between both numbers is less than or equal to maxUlps, then the numbers\r\n                are considered as being equal.\r\n              </para>\r\n              <para>\r\n                Implementation partially follows the code outlined here:\r\n                http://www.anttirt.net/2007/08/19/proper-floating-point-comparisons/\r\n              </para>\r\n            </remarks>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FloatingPointNumerics.ReinterpretAsInt(System.Single)\">\r\n            <summary>\r\n              Reinterprets the memory contents of a floating point value as an integer value\r\n            </summary>\r\n            <param name=\"value\">\r\n              Floating point value whose memory contents to reinterpret\r\n            </param>\r\n            <returns>\r\n              The memory contents of the floating point value interpreted as an integer\r\n            </returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FloatingPointNumerics.ReinterpretAsLong(System.Double)\">\r\n            <summary>\r\n              Reinterprets the memory contents of a double precision floating point\r\n              value as an integer value\r\n            </summary>\r\n            <param name=\"value\">\r\n              Double precision floating point value whose memory contents to reinterpret\r\n            </param>\r\n            <returns>\r\n              The memory contents of the double precision floating point value\r\n              interpreted as an integer\r\n            </returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FloatingPointNumerics.ReinterpretAsFloat(System.Int32)\">\r\n            <summary>\r\n              Reinterprets the memory contents of an integer as a floating point value\r\n            </summary>\r\n            <param name=\"value\">Integer value whose memory contents to reinterpret</param>\r\n            <returns>\r\n              The memory contents of the integer value interpreted as a floating point value\r\n            </returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.FloatingPointNumerics.ReinterpretAsDouble(System.Int64)\">\r\n            <summary>\r\n              Reinterprets the memory contents of an integer value as a double precision\r\n              floating point value\r\n            </summary>\r\n            <param name=\"value\">Integer whose memory contents to reinterpret</param>\r\n            <returns>\r\n              The memory contents of the integer interpreted as a double precision\r\n              floating point value\r\n            </returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion\">\r\n            <summary>Union of a floating point variable and an integer</summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.Float\">\r\n            <summary>The union's value as a floating point variable</summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.Int\">\r\n            <summary>The union's value as an integer</summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.FloatingPointNumerics.FloatIntUnion.UInt\">\r\n            <summary>The union's value as an unsigned integer</summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion\">\r\n            <summary>Union of a double precision floating point variable and a long</summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion.Double\">\r\n            <summary>The union's value as a double precision floating point variable</summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion.Long\">\r\n            <summary>The union's value as a long</summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.FloatingPointNumerics.DoubleLongUnion.ULong\">\r\n            <summary>The union's value as an unsigned long</summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.MessageWriter\">\r\n            <summary>\r\n            MessageWriter is the abstract base for classes that write\r\n            constraint descriptions and messages in some form. The\r\n            class has separate methods for writing various components\r\n            of a message, allowing implementations to tailor the\r\n            presentation as needed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.#ctor\">\r\n            <summary>\r\n            Construct a MessageWriter given a culture\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteMessageLine(System.String,System.Object[])\">\r\n            <summary>\r\n            Method to write single line  message with optional args, usually\r\n            written to precede the general failure message.\r\n            </summary>\r\n            <param name=\"message\">The message to be written</param>\r\n            <param name=\"args\">Any arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteMessageLine(System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Method to write single line  message with optional args, usually\r\n            written to precede the general failure message, at a givel \r\n            indentation level.\r\n            </summary>\r\n            <param name=\"level\">The indentation level of the message</param>\r\n            <param name=\"message\">The message to be written</param>\r\n            <param name=\"args\">Any arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.DisplayDifferences(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Display Expected and Actual lines for a constraint. This\r\n            is called by MessageWriter's default implementation of \r\n            WriteMessageTo and provides the generic two-line display. \r\n            </summary>\r\n            <param name=\"constraint\">The constraint that failed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.DisplayDifferences(System.Object,System.Object)\">\r\n            <summary>\r\n            Display Expected and Actual lines for given values. This\r\n            method may be called by constraints that need more control over\r\n            the display of actual and expected values than is provided\r\n            by the default implementation.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value causing the failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.DisplayDifferences(System.Object,System.Object,NUnit.Framework.Constraints.Tolerance)\">\r\n            <summary>\r\n            Display Expected and Actual lines for given values, including\r\n            a tolerance value on the Expected line.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value causing the failure</param>\r\n            <param name=\"tolerance\">The tolerance within which the test was made</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.DisplayStringDifferences(System.String,System.String,System.Int32,System.Boolean,System.Boolean)\">\r\n            <summary>\r\n            Display the expected and actual string values on separate lines.\r\n            If the mismatch parameter is >=0, an additional line is displayed\r\n            line containing a caret that points to the mismatch point.\r\n            </summary>\r\n            <param name=\"expected\">The expected string value</param>\r\n            <param name=\"actual\">The actual string value</param>\r\n            <param name=\"mismatch\">The point at which the strings don't match or -1</param>\r\n            <param name=\"ignoreCase\">If true, case is ignored in locating the point where the strings differ</param>\r\n            <param name=\"clipping\">If true, the strings should be clipped to fit the line</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteConnector(System.String)\">\r\n            <summary>\r\n            Writes the text for a connector.\r\n            </summary>\r\n            <param name=\"connector\">The connector.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WritePredicate(System.String)\">\r\n            <summary>\r\n            Writes the text for a predicate.\r\n            </summary>\r\n            <param name=\"predicate\">The predicate.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteExpectedValue(System.Object)\">\r\n            <summary>\r\n            Writes the text for an expected value.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteModifier(System.String)\">\r\n            <summary>\r\n            Writes the text for a modifier\r\n            </summary>\r\n            <param name=\"modifier\">The modifier.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteActualValue(System.Object)\">\r\n            <summary>\r\n            Writes the text for an actual value.\r\n            </summary>\r\n            <param name=\"actual\">The actual value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteValue(System.Object)\">\r\n            <summary>\r\n            Writes the text for a generalized value.\r\n            </summary>\r\n            <param name=\"val\">The value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MessageWriter.WriteCollectionElements(System.Collections.ICollection,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Writes the text for a collection value,\r\n            starting at a particular point, to a max length\r\n            </summary>\r\n            <param name=\"collection\">The collection containing elements to write.</param>\r\n            <param name=\"start\">The starting point of the elements to write</param>\r\n            <param name=\"max\">The maximum number of elements to write</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.MessageWriter.MaxLineLength\">\r\n            <summary>\r\n            Abstract method to get the max line length\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.MsgUtils\">\r\n            <summary>\r\n            Static methods used in creating messages\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.MsgUtils.ELLIPSIS\">\r\n            <summary>\r\n            Static string used when strings are clipped\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.GetTypeRepresentation(System.Object)\">\r\n            <summary>\r\n            Returns the representation of a type as used in NUnitLite.\r\n            This is the same as Type.ToString() except for arrays,\r\n            which are displayed with their declared sizes.\r\n            </summary>\r\n            <param name=\"obj\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.EscapeControlChars(System.String)\">\r\n            <summary>\r\n            Converts any control characters in a string \r\n            to their escaped representation.\r\n            </summary>\r\n            <param name=\"s\">The string to be converted</param>\r\n            <returns>The converted string</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.GetArrayIndicesAsString(System.Int32[])\">\r\n            <summary>\r\n            Return the a string representation for a set of indices into an array\r\n            </summary>\r\n            <param name=\"indices\">Array of indices for which a string is needed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.GetArrayIndicesFromCollectionIndex(System.Collections.ICollection,System.Int32)\">\r\n            <summary>\r\n            Get an array of indices representing the point in a collection or\r\n            array corresponding to a single int index into the collection.\r\n            </summary>\r\n            <param name=\"collection\">The collection to which the indices apply</param>\r\n            <param name=\"index\">Index in the collection</param>\r\n            <returns>Array of indices</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.ClipString(System.String,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Clip a string to a given length, starting at a particular offset, returning the clipped\r\n            string with ellipses representing the removed parts\r\n            </summary>\r\n            <param name=\"s\">The string to be clipped</param>\r\n            <param name=\"maxStringLength\">The maximum permitted length of the result string</param>\r\n            <param name=\"clipStart\">The point at which to start clipping</param>\r\n            <returns>The clipped string</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.ClipExpectedAndActual(System.String@,System.String@,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Clip the expected and actual strings in a coordinated fashion, \r\n            so that they may be displayed together.\r\n            </summary>\r\n            <param name=\"expected\"></param>\r\n            <param name=\"actual\"></param>\r\n            <param name=\"maxDisplayLength\"></param>\r\n            <param name=\"mismatch\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.MsgUtils.FindMismatchPosition(System.String,System.String,System.Int32,System.Boolean)\">\r\n            <summary>\r\n            Shows the position two strings start to differ.  Comparison \r\n            starts at the start index.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"istart\">The index in the strings at which comparison should start</param>\r\n            <param name=\"ignoreCase\">Boolean indicating whether case should be ignored</param>\r\n            <returns>-1 if no mismatch found, or the index where mismatch found</returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.Numerics\">\r\n            <summary>\r\n            The Numerics class contains common operations on numeric values.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Numerics.IsNumericType(System.Object)\">\r\n            <summary>\r\n            Checks the type of the object, returning true if\r\n            the object is a numeric type.\r\n            </summary>\r\n            <param name=\"obj\">The object to check</param>\r\n            <returns>true if the object is a numeric type</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Numerics.IsFloatingPointNumeric(System.Object)\">\r\n            <summary>\r\n            Checks the type of the object, returning true if\r\n            the object is a floating point numeric type.\r\n            </summary>\r\n            <param name=\"obj\">The object to check</param>\r\n            <returns>true if the object is a floating point numeric type</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Numerics.IsFixedPointNumeric(System.Object)\">\r\n            <summary>\r\n            Checks the type of the object, returning true if\r\n            the object is a fixed point numeric type.\r\n            </summary>\r\n            <param name=\"obj\">The object to check</param>\r\n            <returns>true if the object is a fixed point numeric type</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Numerics.AreEqual(System.Object,System.Object,NUnit.Framework.Constraints.Tolerance@)\">\r\n            <summary>\r\n            Test two numeric values for equality, performing the usual numeric \r\n            conversions and using a provided or default tolerance. If the tolerance \r\n            provided is Empty, this method may set it to a default tolerance.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"tolerance\">A reference to the tolerance in effect</param>\r\n            <returns>True if the values are equal</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Numerics.Compare(System.Object,System.Object)\">\r\n            <summary>\r\n            Compare two numeric values, performing the usual numeric conversions.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <returns>The relationship of the values to each other</returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NUnitComparer\">\r\n            <summary>\r\n            NUnitComparer encapsulates NUnit's default behavior\r\n            in comparing two objects.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NUnitComparer.Compare(System.Object,System.Object)\">\r\n            <summary>\r\n            Compares two objects\r\n            </summary>\r\n            <param name=\"x\"></param>\r\n            <param name=\"y\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitComparer.Default\">\r\n            <summary>\r\n            Returns the default NUnitComparer.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NUnitEqualityComparer\">\r\n            <summary>\r\n            NUnitEqualityComparer encapsulates NUnit's handling of\r\n            equality tests between objects.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.NUnitEqualityComparer.caseInsensitive\">\r\n            <summary>\r\n            If true, all string comparisons will ignore case\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.NUnitEqualityComparer.compareAsCollection\">\r\n            <summary>\r\n            If true, arrays will be treated as collections, allowing\r\n            those of different dimensions to be compared\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.NUnitEqualityComparer.tolerance\">\r\n            <summary>\r\n            If non-zero, equality comparisons within the specified \r\n            tolerance will succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.NUnitEqualityComparer.externalComparer\">\r\n            <summary>\r\n            Comparison object used in comparisons for some constraints.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NUnitEqualityComparer.ObjectsEqual(System.Object,System.Object)\">\r\n            <summary>\r\n            Compares two objects for equality.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NUnitEqualityComparer.ArraysEqual(System.Array,System.Array)\">\r\n            <summary>\r\n            Helper method to compare two arrays\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NUnitEqualityComparer.DirectoriesEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Method to compare two DirectoryInfo objects\r\n            </summary>\r\n            <param name=\"x\">first directory to compare</param>\r\n            <param name=\"y\">second directory to compare</param>\r\n            <returns>true if equivalent, false if not</returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitEqualityComparer.Default\">\r\n            <summary>\r\n            Returns the default NUnitEqualityComparer\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitEqualityComparer.IgnoreCase\">\r\n            <summary>\r\n            Gets and sets a flag indicating whether case should\r\n            be ignored in determining equality.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitEqualityComparer.CompareAsCollection\">\r\n            <summary>\r\n            Gets and sets a flag indicating that arrays should be\r\n            compared as collections, without regard to their shape.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitEqualityComparer.ExternalComparer\">\r\n            <summary>\r\n            Gets and sets an external comparer to be used to\r\n            test for equality. It is applied to members of\r\n            collections, in place of NUnit's own logic.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitEqualityComparer.Tolerance\">\r\n            <summary>\r\n            Gets and sets a tolerance used to compare objects of \r\n            certin types.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoints\">\r\n            <summary>\r\n            Gets the list of failure points for the last Match performed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PathConstraint\">\r\n            <summary>\r\n            PathConstraint serves as the abstract base of constraints\r\n            that operate on paths and provides several helper methods.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.PathConstraint.expectedPath\">\r\n            <summary>\r\n            The expected path used in the constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.PathConstraint.actualPath\">\r\n            <summary>\r\n            The actual path being tested\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.PathConstraint.caseInsensitive\">\r\n            <summary>\r\n            Flag indicating whether a caseInsensitive comparison should be made\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Construct a PathConstraint for a give expected path\r\n            </summary>\r\n            <param name=\"expected\">The expected path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.IsMatch(System.String,System.String)\">\r\n            <summary>\r\n            Returns true if the expected path and actual path match\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of this constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.Canonicalize(System.String)\">\r\n            <summary>\r\n            Canonicalize the provided path\r\n            </summary>\r\n            <param name=\"path\"></param>\r\n            <returns>The path in standardized form</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.IsSamePath(System.String,System.String,System.Boolean)\">\r\n            <summary>\r\n            Test whether two paths are the same\r\n            </summary>\r\n            <param name=\"path1\">The first path</param>\r\n            <param name=\"path2\">The second path</param>\r\n            <param name=\"ignoreCase\">Indicates whether case should be ignored</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.IsSubPath(System.String,System.String,System.Boolean)\">\r\n            <summary>\r\n            Test whether one path is under another path\r\n            </summary>\r\n            <param name=\"path1\">The first path - supposed to be the parent path</param>\r\n            <param name=\"path2\">The second path - supposed to be the child path</param>\r\n            <param name=\"ignoreCase\">Indicates whether case should be ignored</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PathConstraint.IsSamePathOrUnder(System.String,System.String)\">\r\n            <summary>\r\n            Test whether one path is the same as or under another path\r\n            </summary>\r\n            <param name=\"path1\">The first path - supposed to be the parent path</param>\r\n            <param name=\"path2\">The second path - supposed to be the child path</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.PathConstraint.IgnoreCase\">\r\n            <summary>\r\n            Modifies the current instance to be case-insensitve\r\n            and returns it.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.PathConstraint.RespectCase\">\r\n            <summary>\r\n            Modifies the current instance to be case-sensitve\r\n            and returns it.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SamePathConstraint\">\r\n            <summary>\r\n            Summary description for SamePathConstraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SamePathConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:SamePathConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SamePathConstraint.IsMatch(System.String,System.String)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"expectedPath\">The expected path</param>\r\n            <param name=\"actualPath\">The actual path</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SamePathConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SubPathConstraint\">\r\n            <summary>\r\n            SubPathConstraint tests that the actual path is under the expected path\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SubPathConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:SubPathConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SubPathConstraint.IsMatch(System.String,System.String)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"expectedPath\">The expected path</param>\r\n            <param name=\"actualPath\">The actual path</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SubPathConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SamePathOrUnderConstraint\">\r\n            <summary>\r\n            SamePathOrUnderConstraint tests that one path is under another\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SamePathOrUnderConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:SamePathOrUnderConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SamePathOrUnderConstraint.IsMatch(System.String,System.String)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"expectedPath\">The expected path</param>\r\n            <param name=\"actualPath\">The actual path</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SamePathOrUnderConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PredicateConstraint`1\">\r\n            <summary>\r\n            Predicate constraint wraps a Predicate in a constraint,\r\n            returning success if the predicate is true.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PredicateConstraint`1.#ctor(System.Predicate{`0})\">\r\n            <summary>\r\n            Construct a PredicateConstraint from a predicate\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PredicateConstraint`1.Matches(System.Object)\">\r\n            <summary>\r\n            Determines whether the predicate succeeds when applied\r\n            to the actual value.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PredicateConstraint`1.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Writes the description to a MessageWriter\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NotConstraint\">\r\n            <summary>\r\n            NotConstraint negates the effect of some other constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NotConstraint.#ctor(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:NotConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"baseConstraint\">The base constraint to be negated.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NotConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for if the base constraint fails, false if it succeeds</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NotConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NotConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a MessageWriter.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AllItemsConstraint\">\r\n            <summary>\r\n            AllItemsConstraint applies another constraint to each\r\n            item in a collection, succeeding if they all succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AllItemsConstraint.#ctor(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Construct an AllItemsConstraint on top of an existing constraint\r\n            </summary>\r\n            <param name=\"itemConstraint\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AllItemsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Apply the item constraint to each item in the collection,\r\n            failing if any item fails.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AllItemsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SomeItemsConstraint\">\r\n            <summary>\r\n            SomeItemsConstraint applies another constraint to each\r\n            item in a collection, succeeding if any of them succeeds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SomeItemsConstraint.#ctor(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Construct a SomeItemsConstraint on top of an existing constraint\r\n            </summary>\r\n            <param name=\"itemConstraint\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SomeItemsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Apply the item constraint to each item in the collection,\r\n            succeeding if any item succeeds.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SomeItemsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NoItemConstraint\">\r\n            <summary>\r\n            NoItemConstraint applies another constraint to each\r\n            item in a collection, failing if any of them succeeds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NoItemConstraint.#ctor(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Construct a SomeItemsConstraint on top of an existing constraint\r\n            </summary>\r\n            <param name=\"itemConstraint\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NoItemConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Apply the item constraint to each item in the collection,\r\n            failing if any item fails.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NoItemConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\"></param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PropertyExistsConstraint\">\r\n            <summary>\r\n            PropertyExistsConstraint tests that a named property\r\n            exists on the object provided through Match.\r\n            \r\n            Originally, PropertyConstraint provided this feature\r\n            in addition to making optional tests on the vaue\r\n            of the property. The two constraints are now separate.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyExistsConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:PropertyExistConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"name\">The name of the property.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyExistsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the property exists for a given object\r\n            </summary>\r\n            <param name=\"actual\">The object to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyExistsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyExistsConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyExistsConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of the constraint.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.PropertyConstraint\">\r\n            <summary>\r\n            PropertyConstraint extracts a named property and uses\r\n            its value as the actual value for a chained constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyConstraint.#ctor(System.String,NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:PropertyConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"name\">The name.</param>\r\n            <param name=\"baseConstraint\">The constraint to apply to the property.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.PropertyConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of the constraint.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.RangeConstraint\">\r\n            <summary>\r\n            RangeConstraint tests whethe two values are within a \r\n            specified range.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RangeConstraint.#ctor(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:RangeConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"from\">From.</param>\r\n            <param name=\"to\">To.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RangeConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RangeConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RangeConstraint.Using(System.Collections.IComparer)\">\r\n            <summary>\r\n            Modifies the constraint to use an IComparer and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RangeConstraint.Using``1(System.Collections.Generic.IComparer{``0})\">\r\n            <summary>\r\n            Modifies the constraint to use an IComparer&lt;T&gt; and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RangeConstraint.Using``1(System.Comparison{``0})\">\r\n            <summary>\r\n            Modifies the constraint to use a Comparison&lt;T&gt; and returns self.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ResolvableConstraintExpression\">\r\n            <summary>\r\n            ResolvableConstraintExpression is used to represent a compound\r\n            constraint being constructed at a point where the last operator\r\n            may either terminate the expression or may have additional \r\n            qualifying constraints added to it. \r\n            \r\n            It is used, for example, for a Property element or for\r\n            an Exception element, either of which may be optionally\r\n            followed by constraints that apply to the property or \r\n            exception.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ResolvableConstraintExpression.#ctor\">\r\n            <summary>\r\n            Create a new instance of ResolvableConstraintExpression\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ResolvableConstraintExpression.#ctor(NUnit.Framework.Constraints.ConstraintBuilder)\">\r\n            <summary>\r\n            Create a new instance of ResolvableConstraintExpression,\r\n            passing in a pre-populated ConstraintBuilder.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ResolvableConstraintExpression.NUnit#Framework#Constraints#IResolveConstraint#Resolve\">\r\n            <summary>\r\n            Resolve the current expression to a Constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ResolvableConstraintExpression.And\">\r\n            <summary>\r\n            Appends an And Operator to the expression\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ResolvableConstraintExpression.Or\">\r\n            <summary>\r\n            Appends an Or operator to the expression.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ReusableConstraint\">\r\n            <summary>\r\n            ReusableConstraint wraps a resolved constraint so that it\r\n            may be saved and reused as needed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ReusableConstraint.#ctor(NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Construct a ReusableConstraint\r\n            </summary>\r\n            <param name=\"c\">The constraint or expression to be reused</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ReusableConstraint.op_Implicit(NUnit.Framework.Constraints.Constraint)~NUnit.Framework.Constraints.ReusableConstraint\">\r\n            <summary>\r\n            Conversion operator from a normal constraint to a ReusableConstraint.\r\n            </summary>\r\n            <param name=\"c\">The original constraint to be wrapped as a ReusableConstraint</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ReusableConstraint.ToString\">\r\n            <summary>\r\n            Returns the string representation of the constraint.\r\n            </summary>\r\n            <returns>A string representing the constraint</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ReusableConstraint.Resolve\">\r\n            <summary>\r\n            Resolves the ReusableConstraint by returning the constraint\r\n            that it originally wrapped.\r\n            </summary>\r\n            <returns>A resolved constraint</returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SameAsConstraint\">\r\n            <summary>\r\n            SameAsConstraint tests whether an object is identical to\r\n            the object passed to its constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SameAsConstraint.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:SameAsConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected object.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SameAsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SameAsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.BinarySerializableConstraint\">\r\n            <summary>\r\n            BinarySerializableConstraint tests whether \r\n            an object is serializable in binary format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinarySerializableConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinarySerializableConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinarySerializableConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.BinarySerializableConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.XmlSerializableConstraint\">\r\n            <summary>\r\n            BinarySerializableConstraint tests whether \r\n            an object is serializable in binary format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.XmlSerializableConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.XmlSerializableConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.XmlSerializableConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.XmlSerializableConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of this constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.StringConstraint\">\r\n            <summary>\r\n            StringConstraint is the abstract base for constraints\r\n            that operate on strings. It supports the IgnoreCase\r\n            modifier for string operations.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.StringConstraint.expected\">\r\n            <summary>\r\n            The expected value\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.StringConstraint.caseInsensitive\">\r\n            <summary>\r\n            Indicates whether tests should be case-insensitive\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.StringConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Constructs a StringConstraint given an expected value\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.StringConstraint.IgnoreCase\">\r\n            <summary>\r\n            Modify the constraint to ignore case in matching.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EmptyStringConstraint\">\r\n            <summary>\r\n            EmptyStringConstraint tests whether a string is empty.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyStringConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EmptyStringConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.NullOrEmptyStringConstraint\">\r\n            <summary>\r\n            NullEmptyStringConstraint tests whether a string is either null or empty.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NullOrEmptyStringConstraint.#ctor\">\r\n            <summary>\r\n            Constructs a new NullOrEmptyStringConstraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NullOrEmptyStringConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.NullOrEmptyStringConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.SubstringConstraint\">\r\n            <summary>\r\n            SubstringConstraint can test whether a string contains\r\n            the expected substring.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SubstringConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:SubstringConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SubstringConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.SubstringConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.StartsWithConstraint\">\r\n            <summary>\r\n            StartsWithConstraint can test whether a string starts\r\n            with an expected substring.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.StartsWithConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:StartsWithConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.StartsWithConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is matched by the actual value.\r\n            This is a template method, which calls the IsMatch method\r\n            of the derived class.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.StartsWithConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.EndsWithConstraint\">\r\n            <summary>\r\n            EndsWithConstraint can test whether a string ends\r\n            with an expected substring.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EndsWithConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:EndsWithConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EndsWithConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is matched by the actual value.\r\n            This is a template method, which calls the IsMatch method\r\n            of the derived class.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.EndsWithConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.RegexConstraint\">\r\n            <summary>\r\n            RegexConstraint can test whether a string matches\r\n            the pattern provided.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RegexConstraint.#ctor(System.String)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:RegexConstraint\"/> class.\r\n            </summary>\r\n            <param name=\"pattern\">The pattern.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RegexConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True for success, false for failure</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.RegexConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ThrowsConstraint\">\r\n            <summary>\r\n            ThrowsConstraint is used to test the exception thrown by \r\n            a delegate by applying a constraint to it.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsConstraint.#ctor(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:ThrowsConstraint\"/> class,\r\n            using a constraint to be applied to the exception.\r\n            </summary>\r\n            <param name=\"baseConstraint\">A constraint to apply to the caught exception.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Executes the code of the delegate and captures any exception.\r\n            If a non-null base constraint was provided, it applies that\r\n            constraint to the exception.\r\n            </summary>\r\n            <param name=\"actual\">A delegate representing the code to be tested</param>\r\n            <returns>True if an exception is thrown and the constraint succeeds, otherwise false</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsConstraint.Matches(NUnit.Framework.Constraints.ActualValueDelegate)\">\r\n            <summary>\r\n            Converts an ActualValueDelegate to a TestDelegate\r\n            before calling the primary overload.\r\n            </summary>\r\n            <param name=\"del\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsConstraint.GetStringRepresentation\">\r\n            <summary>\r\n            Returns the string representation of this constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.ThrowsConstraint.ActualException\">\r\n            <summary>\r\n            Get the actual exception thrown - used by Assert.Throws.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ThrowsNothingConstraint\">\r\n            <summary>\r\n            ThrowsNothingConstraint tests that a delegate does not\r\n            throw an exception.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsNothingConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether the constraint is satisfied by a given value\r\n            </summary>\r\n            <param name=\"actual\">The value to be tested</param>\r\n            <returns>True if no exception is thrown, otherwise false</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsNothingConstraint.Matches(NUnit.Framework.Constraints.ActualValueDelegate)\">\r\n            <summary>\r\n            Converts an ActualValueDelegate to a TestDelegate\r\n            before calling the primary overload.\r\n            </summary>\r\n            <param name=\"del\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsNothingConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the constraint description to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the description is displayed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ThrowsNothingConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. The default implementation simply writes\r\n            the raw value of actual, leaving it to the writer to\r\n            perform any formatting.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ToleranceMode\">\r\n            <summary>\r\n            Modes in which the tolerance value for a comparison can\r\n            be interpreted.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ToleranceMode.None\">\r\n            <summary>\r\n            The tolerance was created with a value, without specifying \r\n            how the value would be used. This is used to prevent setting\r\n            the mode more than once and is generally changed to Linear\r\n            upon execution of the test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ToleranceMode.Linear\">\r\n            <summary>\r\n            The tolerance is used as a numeric range within which\r\n            two compared values are considered to be equal.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ToleranceMode.Percent\">\r\n            <summary>\r\n            Interprets the tolerance as the percentage by which\r\n            the two compared values my deviate from each other.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.ToleranceMode.Ulps\">\r\n            <summary>\r\n            Compares two values based in their distance in\r\n            representable numbers.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.Tolerance\">\r\n            <summary>\r\n            The Tolerance class generalizes the notion of a tolerance\r\n            within which an equality test succeeds. Normally, it is\r\n            used with numeric types, but it can be used with any\r\n            type that supports taking a difference between two \r\n            objects and comparing that difference to a value.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Tolerance.#ctor(System.Object)\">\r\n            <summary>\r\n            Constructs a linear tolerance of a specdified amount\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Tolerance.#ctor(System.Object,NUnit.Framework.Constraints.ToleranceMode)\">\r\n            <summary>\r\n            Constructs a tolerance given an amount and ToleranceMode\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.Tolerance.CheckLinearAndNumeric\">\r\n            <summary>\r\n            Tests that the current Tolerance is linear with a \r\n            numeric value, throwing an exception if it is not.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Empty\">\r\n            <summary>\r\n            Returns an empty Tolerance object, equivalent to \r\n            specifying an exact match.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Mode\">\r\n            <summary>\r\n            Gets the ToleranceMode for the current Tolerance\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Value\">\r\n            <summary>\r\n            Gets the value of the current Tolerance instance.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Percent\">\r\n            <summary>\r\n            Returns a new tolerance, using the current amount as a percentage.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Ulps\">\r\n            <summary>\r\n            Returns a new tolerance, using the current amount in Ulps.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Days\">\r\n            <summary>\r\n            Returns a new tolerance with a TimeSpan as the amount, using \r\n            the current amount as a number of days.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Hours\">\r\n            <summary>\r\n            Returns a new tolerance with a TimeSpan as the amount, using \r\n            the current amount as a number of hours.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Minutes\">\r\n            <summary>\r\n            Returns a new tolerance with a TimeSpan as the amount, using \r\n            the current amount as a number of minutes.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Seconds\">\r\n            <summary>\r\n            Returns a new tolerance with a TimeSpan as the amount, using \r\n            the current amount as a number of seconds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Milliseconds\">\r\n            <summary>\r\n            Returns a new tolerance with a TimeSpan as the amount, using \r\n            the current amount as a number of milliseconds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.Ticks\">\r\n            <summary>\r\n            Returns a new tolerance with a TimeSpan as the amount, using \r\n            the current amount as a number of clock ticks.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Constraints.Tolerance.IsEmpty\">\r\n            <summary>\r\n            Returns true if the current tolerance is empty.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.TypeConstraint\">\r\n            <summary>\r\n            TypeConstraint is the abstract base for constraints\r\n            that take a Type as their expected value.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.Constraints.TypeConstraint.expectedType\">\r\n            <summary>\r\n            The expected Type used by the constraint\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.TypeConstraint.#ctor(System.Type)\">\r\n            <summary>\r\n            Construct a TypeConstraint for a given Type\r\n            </summary>\r\n            <param name=\"type\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.TypeConstraint.WriteActualValueTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the actual value for a failing constraint test to a\r\n            MessageWriter. TypeConstraints override this method to write\r\n            the name of the type.\r\n            </summary>\r\n            <param name=\"writer\">The writer on which the actual value is displayed</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.ExactTypeConstraint\">\r\n            <summary>\r\n            ExactTypeConstraint is used to test that an object\r\n            is of the exact type provided in the constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ExactTypeConstraint.#ctor(System.Type)\">\r\n            <summary>\r\n            Construct an ExactTypeConstraint for a given Type\r\n            </summary>\r\n            <param name=\"type\">The expected Type.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ExactTypeConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test that an object is of the exact type specified\r\n            </summary>\r\n            <param name=\"actual\">The actual value.</param>\r\n            <returns>True if the tested object is of the exact type provided, otherwise false.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.ExactTypeConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write the description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to use</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.InstanceOfTypeConstraint\">\r\n            <summary>\r\n            InstanceOfTypeConstraint is used to test that an object\r\n            is of the same type provided or derived from it.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.InstanceOfTypeConstraint.#ctor(System.Type)\">\r\n            <summary>\r\n            Construct an InstanceOfTypeConstraint for the type provided\r\n            </summary>\r\n            <param name=\"type\">The expected Type</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.InstanceOfTypeConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether an object is of the specified type or a derived type\r\n            </summary>\r\n            <param name=\"actual\">The object to be tested</param>\r\n            <returns>True if the object is of the provided type or derives from it, otherwise false.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.InstanceOfTypeConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to use</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AssignableFromConstraint\">\r\n            <summary>\r\n            AssignableFromConstraint is used to test that an object\r\n            can be assigned from a given Type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AssignableFromConstraint.#ctor(System.Type)\">\r\n            <summary>\r\n            Construct an AssignableFromConstraint for the type provided\r\n            </summary>\r\n            <param name=\"type\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AssignableFromConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether an object can be assigned from the specified type\r\n            </summary>\r\n            <param name=\"actual\">The object to be tested</param>\r\n            <returns>True if the object can be assigned a value of the expected Type, otherwise false.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AssignableFromConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to use</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Constraints.AssignableToConstraint\">\r\n            <summary>\r\n            AssignableToConstraint is used to test that an object\r\n            can be assigned to a given Type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AssignableToConstraint.#ctor(System.Type)\">\r\n            <summary>\r\n            Construct an AssignableToConstraint for the type provided\r\n            </summary>\r\n            <param name=\"type\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AssignableToConstraint.Matches(System.Object)\">\r\n            <summary>\r\n            Test whether an object can be assigned to the specified type\r\n            </summary>\r\n            <param name=\"actual\">The object to be tested</param>\r\n            <returns>True if the object can be assigned a value of the expected Type, otherwise false.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Constraints.AssignableToConstraint.WriteDescriptionTo(NUnit.Framework.Constraints.MessageWriter)\">\r\n            <summary>\r\n            Write a description of this constraint to a MessageWriter\r\n            </summary>\r\n            <param name=\"writer\">The MessageWriter to use</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.AssertionException\">\r\n            <summary>\r\n            Thrown when an assertion failed.\r\n            </summary>\r\n            \r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionException.#ctor(System.String)\">\r\n            <param name=\"message\">The error message that explains \r\n            the reason for the exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionException.#ctor(System.String,System.Exception)\">\r\n            <param name=\"message\">The error message that explains \r\n            the reason for the exception</param>\r\n            <param name=\"inner\">The exception that caused the \r\n            current exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)\">\r\n            <summary>\r\n            Serialization Constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.IgnoreException\">\r\n            <summary>\r\n            Thrown when an assertion failed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IgnoreException.#ctor(System.String)\">\r\n            <param name=\"message\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IgnoreException.#ctor(System.String,System.Exception)\">\r\n            <param name=\"message\">The error message that explains \r\n            the reason for the exception</param>\r\n            <param name=\"inner\">The exception that caused the \r\n            current exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IgnoreException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)\">\r\n            <summary>\r\n            Serialization Constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.InconclusiveException\">\r\n            <summary>\r\n            Thrown when a test executes inconclusively.\r\n            </summary>\r\n            \r\n        </member>\r\n        <member name=\"M:NUnit.Framework.InconclusiveException.#ctor(System.String)\">\r\n            <param name=\"message\">The error message that explains \r\n            the reason for the exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.InconclusiveException.#ctor(System.String,System.Exception)\">\r\n            <param name=\"message\">The error message that explains \r\n            the reason for the exception</param>\r\n            <param name=\"inner\">The exception that caused the \r\n            current exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.InconclusiveException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)\">\r\n            <summary>\r\n            Serialization Constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SuccessException\">\r\n            <summary>\r\n            Thrown when an assertion failed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.SuccessException.#ctor(System.String)\">\r\n            <param name=\"message\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.SuccessException.#ctor(System.String,System.Exception)\">\r\n            <param name=\"message\">The error message that explains \r\n            the reason for the exception</param>\r\n            <param name=\"inner\">The exception that caused the \r\n            current exception</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.SuccessException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)\">\r\n            <summary>\r\n            Serialization Constructor\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestDelegate\">\r\n            <summary>\r\n            Delegate used by tests that execute code and\r\n            capture any thrown exception.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Assert\">\r\n            <summary>\r\n            The Assert class contains a collection of static methods that\r\n            implement the most common assertions used in NUnit.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.#ctor\">\r\n            <summary>\r\n            We don't actually want any instances of this object, but some people\r\n            like to inherit from it to add other static methods. Hence, the\r\n            protected constructor disallows any instances of this object. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Equals(System.Object,System.Object)\">\r\n            <summary>\r\n            The Equals method throws an AssertionException. This is done \r\n            to make sure there is no mistake by calling this function.\r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.ReferenceEquals(System.Object,System.Object)\">\r\n            <summary>\r\n            override the default ReferenceEquals to throw an AssertionException. This \r\n            implementation makes sure there is no mistake in calling this function \r\n            as part of Assert. \r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AssertDoublesAreEqual(System.Double,System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Helper for Assert.AreEqual(double expected, double actual, ...)\r\n            allowing code generation to work consistently.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Pass(System.String,System.Object[])\">\r\n            <summary>\r\n            Throws a <see cref=\"T:NUnit.Framework.SuccessException\"/> with the message and arguments \r\n            that are passed in. This allows a test to be cut short, with a result\r\n            of success returned to NUnit.\r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.AssertionException\"/> with.</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Pass(System.String)\">\r\n            <summary>\r\n            Throws a <see cref=\"T:NUnit.Framework.SuccessException\"/> with the message and arguments \r\n            that are passed in. This allows a test to be cut short, with a result\r\n            of success returned to NUnit.\r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.AssertionException\"/> with.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Pass\">\r\n            <summary>\r\n            Throws a <see cref=\"T:NUnit.Framework.SuccessException\"/> with the message and arguments \r\n            that are passed in. This allows a test to be cut short, with a result\r\n            of success returned to NUnit.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Fail(System.String,System.Object[])\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.AssertionException\"/> with the message and arguments \r\n            that are passed in. This is used by the other Assert functions. \r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.AssertionException\"/> with.</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Fail(System.String)\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.AssertionException\"/> with the message that is \r\n            passed in. This is used by the other Assert functions. \r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.AssertionException\"/> with.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Fail\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.AssertionException\"/>. \r\n            This is used by the other Assert functions. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Ignore(System.String,System.Object[])\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.IgnoreException\"/> with the message and arguments \r\n            that are passed in.  This causes the test to be reported as ignored.\r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.AssertionException\"/> with.</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Ignore(System.String)\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.IgnoreException\"/> with the message that is \r\n            passed in. This causes the test to be reported as ignored. \r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.AssertionException\"/> with.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Ignore\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.IgnoreException\"/>. \r\n            This causes the test to be reported as ignored. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Inconclusive(System.String,System.Object[])\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.InconclusiveException\"/> with the message and arguments \r\n            that are passed in.  This causes the test to be reported as inconclusive.\r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.InconclusiveException\"/> with.</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Inconclusive(System.String)\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.InconclusiveException\"/> with the message that is \r\n            passed in. This causes the test to be reported as inconclusive. \r\n            </summary>\r\n            <param name=\"message\">The message to initialize the <see cref=\"T:NUnit.Framework.InconclusiveException\"/> with.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Inconclusive\">\r\n            <summary>\r\n            Throws an <see cref=\"T:NUnit.Framework.InconclusiveException\"/>. \r\n            This causes the test to be reported as Inconclusive. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That``1(``0@,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That``1(``0@,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That``1(``0@,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display if the condition is false</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display if the condition is false</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.That(NUnit.Framework.TestDelegate,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Asserts that the code represented by a delegate throws an exception\r\n            that satisfies the constraint provided.\r\n            </summary>\r\n            <param name=\"code\">A TestDelegate to be executed</param>\r\n            <param name=\"constraint\">A ThrowsConstraint used in the test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws(NUnit.Framework.Constraints.IResolveConstraint,NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <param name=\"expression\">A constraint to be satisfied by the exception</param>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws(NUnit.Framework.Constraints.IResolveConstraint,NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <param name=\"expression\">A constraint to be satisfied by the exception</param>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws(NUnit.Framework.Constraints.IResolveConstraint,NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <param name=\"expression\">A constraint to be satisfied by the exception</param>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws(System.Type,NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <param name=\"expectedExceptionType\">The exception Type expected</param>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws(System.Type,NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <param name=\"expectedExceptionType\">The exception Type expected</param>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws(System.Type,NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <param name=\"expectedExceptionType\">The exception Type expected</param>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws``1(NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <typeparam name=\"T\">Type of the expected exception</typeparam>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws``1(NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <typeparam name=\"T\">Type of the expected exception</typeparam>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Throws``1(NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate throws a particular exception when called.\r\n            </summary>\r\n            <typeparam name=\"T\">Type of the expected exception</typeparam>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch(NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception when called\r\n            and returns it.\r\n            </summary>\r\n            <param name=\"code\">A TestDelegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch(NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception when called\r\n            and returns it.\r\n            </summary>\r\n            <param name=\"code\">A TestDelegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch(NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception when called\r\n            and returns it.\r\n            </summary>\r\n            <param name=\"code\">A TestDelegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch(System.Type,NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception of a certain Type\r\n            or one derived from it when called and returns it.\r\n            </summary>\r\n            <param name=\"expectedExceptionType\">The expected Exception Type</param>\r\n            <param name=\"code\">A TestDelegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch(System.Type,NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception of a certain Type\r\n            or one derived from it when called and returns it.\r\n            </summary>\r\n            <param name=\"expectedExceptionType\">The expected Exception Type</param>\r\n            <param name=\"code\">A TestDelegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch(System.Type,NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception of a certain Type\r\n            or one derived from it when called and returns it.\r\n            </summary>\r\n            <param name=\"expectedExceptionType\">The expected Exception Type</param>\r\n            <param name=\"code\">A TestDelegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch``1(NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception of a certain Type\r\n            or one derived from it when called and returns it.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Exception Type</typeparam>\r\n            <param name=\"code\">A TestDelegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch``1(NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception of a certain Type\r\n            or one derived from it when called and returns it.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Exception Type</typeparam>\r\n            <param name=\"code\">A TestDelegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Catch``1(NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate throws an exception of a certain Type\r\n            or one derived from it when called and returns it.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Exception Type</typeparam>\r\n            <param name=\"code\">A TestDelegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.DoesNotThrow(NUnit.Framework.TestDelegate,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that a delegate does not throw an exception\r\n            </summary>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.DoesNotThrow(NUnit.Framework.TestDelegate,System.String)\">\r\n            <summary>\r\n            Verifies that a delegate does not throw an exception.\r\n            </summary>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.DoesNotThrow(NUnit.Framework.TestDelegate)\">\r\n            <summary>\r\n            Verifies that a delegate does not throw an exception.\r\n            </summary>\r\n            <param name=\"code\">A TestSnippet delegate</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.True(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.True(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.True(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsTrue(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsTrue(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsTrue(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.False(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is false. If the condition is true the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.False(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is false. If the condition is true the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.False(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is false. If the condition is true the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsFalse(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is false. If the condition is true the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsFalse(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is false. If the condition is true the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsFalse(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is false. If the condition is true the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.NotNull(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the object that is passed in is not equal to <code>null</code>\r\n            If the object is <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.NotNull(System.Object,System.String)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is not equal to <code>null</code>\r\n            If the object is <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.NotNull(System.Object)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is not equal to <code>null</code>\r\n            If the object is <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotNull(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the object that is passed in is not equal to <code>null</code>\r\n            If the object is <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotNull(System.Object,System.String)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is not equal to <code>null</code>\r\n            If the object is <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotNull(System.Object)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is not equal to <code>null</code>\r\n            If the object is <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Null(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the object that is passed in is equal to <code>null</code>\r\n            If the object is not <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Null(System.Object,System.String)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is equal to <code>null</code>\r\n            If the object is not <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Null(System.Object)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is equal to <code>null</code>\r\n            If the object is not <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNull(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the object that is passed in is equal to <code>null</code>\r\n            If the object is not <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNull(System.Object,System.String)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is equal to <code>null</code>\r\n            If the object is not <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNull(System.Object)\">\r\n            <summary>\r\n            Verifies that the object that is passed in is equal to <code>null</code>\r\n            If the object is not <code>null</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"anObject\">The object that is to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNaN(System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the double that is passed in is an <code>NaN</code> value.\r\n            If the object is not <code>NaN</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"aDouble\">The value that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNaN(System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that the double that is passed in is an <code>NaN</code> value.\r\n            If the object is not <code>NaN</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"aDouble\">The value that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNaN(System.Double)\">\r\n            <summary>\r\n            Verifies that the double that is passed in is an <code>NaN</code> value.\r\n            If the object is not <code>NaN</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"aDouble\">The value that is to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNaN(System.Nullable{System.Double},System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the double that is passed in is an <code>NaN</code> value.\r\n            If the object is not <code>NaN</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"aDouble\">The value that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNaN(System.Nullable{System.Double},System.String)\">\r\n            <summary>\r\n            Verifies that the double that is passed in is an <code>NaN</code> value.\r\n            If the object is not <code>NaN</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"aDouble\">The value that is to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNaN(System.Nullable{System.Double})\">\r\n            <summary>\r\n            Verifies that the double that is passed in is an <code>NaN</code> value.\r\n            If the object is not <code>NaN</code> then an <see cref=\"T:NUnit.Framework.AssertionException\"/>\r\n            is thrown.\r\n            </summary>\r\n            <param name=\"aDouble\">The value that is to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsEmpty(System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that a string is empty - that is equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsEmpty(System.String,System.String)\">\r\n            <summary>\r\n            Assert that a string is empty - that is equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsEmpty(System.String)\">\r\n            <summary>\r\n            Assert that a string is empty - that is equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsEmpty(System.Collections.ICollection,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing ICollection</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsEmpty(System.Collections.ICollection,System.String)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing ICollection</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsEmpty(System.Collections.ICollection)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing ICollection</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotEmpty(System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that a string is not empty - that is not equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotEmpty(System.String,System.String)\">\r\n            <summary>\r\n            Assert that a string is not empty - that is not equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotEmpty(System.String)\">\r\n            <summary>\r\n            Assert that a string is not empty - that is not equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that an array, list or other collection is not empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing ICollection</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection,System.String)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is not empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing ICollection</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotEmpty(System.Collections.ICollection)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is not empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing ICollection</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNullOrEmpty(System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that a string is either null or equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNullOrEmpty(System.String,System.String)\">\r\n            <summary>\r\n            Assert that a string is either null or equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNullOrEmpty(System.String)\">\r\n            <summary>\r\n            Assert that a string is either null or equal to string.Empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotNullOrEmpty(System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that a string is not null or empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotNullOrEmpty(System.String,System.String)\">\r\n            <summary>\r\n            Assert that a string is not null or empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotNullOrEmpty(System.String)\">\r\n            <summary>\r\n            Assert that a string is not null or empty\r\n            </summary>\r\n            <param name=\"aString\">The string to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object may be assigned a  value of a given Type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type.</param>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object may be assigned a  value of a given Type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type.</param>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsAssignableFrom(System.Type,System.Object)\">\r\n            <summary>\r\n            Asserts that an object may be assigned a  value of a given Type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type.</param>\r\n            <param name=\"actual\">The object under examination</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsAssignableFrom``1(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object may be assigned a  value of a given Type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type.</typeparam>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsAssignableFrom``1(System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object may be assigned a  value of a given Type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type.</typeparam>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsAssignableFrom``1(System.Object)\">\r\n            <summary>\r\n            Asserts that an object may be assigned a  value of a given Type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type.</typeparam>\r\n            <param name=\"actual\">The object under examination</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object may not be assigned a  value of a given Type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type.</param>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object may not be assigned a  value of a given Type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type.</param>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotAssignableFrom(System.Type,System.Object)\">\r\n            <summary>\r\n            Asserts that an object may not be assigned a  value of a given Type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type.</param>\r\n            <param name=\"actual\">The object under examination</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotAssignableFrom``1(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object may not be assigned a  value of a given Type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type.</typeparam>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotAssignableFrom``1(System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object may not be assigned a  value of a given Type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type.</typeparam>\r\n            <param name=\"actual\">The object under examination</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotAssignableFrom``1(System.Object)\">\r\n            <summary>\r\n            Asserts that an object may not be assigned a  value of a given Type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type.</typeparam>\r\n            <param name=\"actual\">The object under examination</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOf(System.Type,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOf(System.Type,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOf(System.Type,System.Object)\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOfType(System.Type,System.Object)\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOf``1(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type</typeparam>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOf``1(System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type</typeparam>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsInstanceOf``1(System.Object)\">\r\n            <summary>\r\n            Asserts that an object is an instance of a given type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type</typeparam>\r\n            <param name=\"actual\">The object being examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOf(System.Type,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOf(System.Type,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOf(System.Type,System.Object)\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOfType(System.Type,System.Object)\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <param name=\"expected\">The expected Type</param>\r\n            <param name=\"actual\">The object being examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOf``1(System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type</typeparam>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOf``1(System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type</typeparam>\r\n            <param name=\"actual\">The object being examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.IsNotInstanceOf``1(System.Object)\">\r\n            <summary>\r\n            Asserts that an object is not an instance of a given type.\r\n            </summary>\r\n            <typeparam name=\"T\">The expected Type</typeparam>\r\n            <param name=\"actual\">The object being examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Int32,System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Int32,System.Int32,System.String)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Int64,System.Int64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Int64,System.Int64,System.String)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Int64,System.Int64)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.UInt32,System.UInt32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.UInt32,System.UInt32,System.String)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.UInt32,System.UInt32)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.UInt64,System.UInt64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.UInt64,System.UInt64,System.String)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.UInt64,System.UInt64)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal,System.String)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Decimal,System.Decimal)\">\r\n            <summary>\r\n            Verifies that two values are equal. If they are not, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Double,System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two doubles are equal considering a delta. If the\r\n            expected value is infinity then the delta value is ignored. If \r\n            they are not equal then an <see cref=\"T:NUnit.Framework.AssertionException\"/> is\r\n            thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Double,System.Double,System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that two doubles are equal considering a delta. If the\r\n            expected value is infinity then the delta value is ignored. If \r\n            they are not equal then an <see cref=\"T:NUnit.Framework.AssertionException\"/> is\r\n            thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Double,System.Double,System.Double)\">\r\n            <summary>\r\n            Verifies that two doubles are equal considering a delta. If the\r\n            expected value is infinity then the delta value is ignored. If \r\n            they are not equal then an <see cref=\"T:NUnit.Framework.AssertionException\"/> is\r\n            thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Double,System.Nullable{System.Double},System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two doubles are equal considering a delta. If the\r\n            expected value is infinity then the delta value is ignored. If \r\n            they are not equal then an <see cref=\"T:NUnit.Framework.AssertionException\"/> is\r\n            thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Double,System.Nullable{System.Double},System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that two doubles are equal considering a delta. If the\r\n            expected value is infinity then the delta value is ignored. If \r\n            they are not equal then an <see cref=\"T:NUnit.Framework.AssertionException\"/> is\r\n            thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Double,System.Nullable{System.Double},System.Double)\">\r\n            <summary>\r\n            Verifies that two doubles are equal considering a delta. If the\r\n            expected value is infinity then the delta value is ignored. If \r\n            they are not equal then an <see cref=\"T:NUnit.Framework.AssertionException\"/> is\r\n            thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"delta\">The maximum acceptable difference between the\r\n            the expected and the actual</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Object,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two objects are equal.  Two objects are considered\r\n            equal if both are null, or if both have the same value. NUnit\r\n            has special semantics for some object types.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The value that is expected</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Object,System.Object,System.String)\">\r\n            <summary>\r\n            Verifies that two objects are equal.  Two objects are considered\r\n            equal if both are null, or if both have the same value. NUnit\r\n            has special semantics for some object types.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The value that is expected</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreEqual(System.Object,System.Object)\">\r\n            <summary>\r\n            Verifies that two objects are equal.  Two objects are considered\r\n            equal if both are null, or if both have the same value. NUnit\r\n            has special semantics for some object types.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The value that is expected</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Int32,System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Int32,System.Int32,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Int64,System.Int64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Int64,System.Int64,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Int64,System.Int64)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.UInt32,System.UInt32)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.UInt64,System.UInt64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.UInt64,System.UInt64,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.UInt64,System.UInt64)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Decimal,System.Decimal)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Single,System.Single,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Single,System.Single,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Single,System.Single)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Double,System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Double,System.Double)\">\r\n            <summary>\r\n            Verifies that two values are not equal. If they are equal, then an \r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Object,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two objects are not equal.  Two objects are considered\r\n            equal if both are null, or if both have the same value. NUnit\r\n            has special semantics for some object types.\r\n            If they are equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The value that is expected</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Object,System.Object,System.String)\">\r\n            <summary>\r\n            Verifies that two objects are not equal.  Two objects are considered\r\n            equal if both are null, or if both have the same value. NUnit\r\n            has special semantics for some object types.\r\n            If they are equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The value that is expected</param>\r\n            <param name=\"actual\">The actual value</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotEqual(System.Object,System.Object)\">\r\n            <summary>\r\n            Verifies that two objects are not equal.  Two objects are considered\r\n            equal if both are null, or if both have the same value. NUnit\r\n            has special semantics for some object types.\r\n            If they are equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The value that is expected</param>\r\n            <param name=\"actual\">The actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreSame(System.Object,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two objects refer to the same object. If they\r\n            are not the same an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The actual object</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreSame(System.Object,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that two objects refer to the same object. If they\r\n            are not the same an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The actual object</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreSame(System.Object,System.Object)\">\r\n            <summary>\r\n            Asserts that two objects refer to the same object. If they\r\n            are not the same an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The actual object</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotSame(System.Object,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two objects do not refer to the same object. If they\r\n            are the same an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The actual object</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotSame(System.Object,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that two objects do not refer to the same object. If they\r\n            are the same an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The actual object</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.AreNotSame(System.Object,System.Object)\">\r\n            <summary>\r\n            Asserts that two objects do not refer to the same object. If they\r\n            are the same an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The actual object</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Int32,System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Int32,System.Int32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.UInt32,System.UInt32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.UInt32,System.UInt32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.UInt32,System.UInt32)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Int64,System.Int64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Int64,System.Int64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Int64,System.Int64)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.UInt64,System.UInt64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.UInt64,System.UInt64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.UInt64,System.UInt64)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Decimal,System.Decimal,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Decimal,System.Decimal,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Decimal,System.Decimal)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Double,System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Double,System.Double)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Single,System.Single,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Single,System.Single,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.Single,System.Single)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.IComparable,System.IComparable,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.IComparable,System.IComparable,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Greater(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Verifies that the first value is greater than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Int32,System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Int32,System.Int32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.UInt32,System.UInt32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.UInt32,System.UInt32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.UInt32,System.UInt32)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Int64,System.Int64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Int64,System.Int64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Int64,System.Int64)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.UInt64,System.UInt64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.UInt64,System.UInt64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.UInt64,System.UInt64)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Decimal,System.Decimal,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Decimal,System.Decimal,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Decimal,System.Decimal)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Double,System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Double,System.Double)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Single,System.Single,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Single,System.Single,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.Single,System.Single)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.IComparable,System.IComparable,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.IComparable,System.IComparable,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Less(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Verifies that the first value is less than the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Int32,System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Int32,System.Int32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.UInt32,System.UInt32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.UInt32,System.UInt32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.UInt32,System.UInt32)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Int64,System.Int64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Int64,System.Int64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Int64,System.Int64)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.UInt64,System.UInt64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.UInt64,System.UInt64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.UInt64,System.UInt64)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Decimal,System.Decimal,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Decimal,System.Decimal,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Decimal,System.Decimal)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Double,System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Double,System.Double)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Single,System.Single,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Single,System.Single,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.Single,System.Single)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.IComparable,System.IComparable,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.IComparable,System.IComparable,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.GreaterOrEqual(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Verifies that the first value is greater than or equal tothe second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be greater</param>\r\n            <param name=\"arg2\">The second value, expected to be less</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Int32,System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Int32,System.Int32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Int32,System.Int32)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.UInt32,System.UInt32,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.UInt32,System.UInt32,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.UInt32,System.UInt32)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Int64,System.Int64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Int64,System.Int64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Int64,System.Int64)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.UInt64,System.UInt64,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.UInt64,System.UInt64,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.UInt64,System.UInt64)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Decimal,System.Decimal,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Decimal,System.Decimal,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Decimal,System.Decimal)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Double,System.Double,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Double,System.Double,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Double,System.Double)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Single,System.Single,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Single,System.Single,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.Single,System.Single)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.IComparable,System.IComparable,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.IComparable,System.IComparable,System.String)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.LessOrEqual(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Verifies that the first value is less than or equal to the second\r\n            value. If it is not, then an\r\n            <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown. \r\n            </summary>\r\n            <param name=\"arg1\">The first value, expected to be less</param>\r\n            <param name=\"arg2\">The second value, expected to be greater</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Contains(System.Object,System.Collections.ICollection,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that an object is contained in a list.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The list to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Array of objects to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Contains(System.Object,System.Collections.ICollection,System.String)\">\r\n            <summary>\r\n            Asserts that an object is contained in a list.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The list to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assert.Contains(System.Object,System.Collections.ICollection)\">\r\n            <summary>\r\n            Asserts that an object is contained in a list.\r\n            </summary>\r\n            <param name=\"expected\">The expected object</param>\r\n            <param name=\"actual\">The list to be examined</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Assert.Counter\">\r\n            <summary>\r\n            Gets the number of assertions executed so far and \r\n            resets the counter to zero.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.AssertionHelper\">\r\n            <summary>\r\n            AssertionHelper is an optional base class for user tests,\r\n            allowing the use of shorter names for constraints and\r\n            asserts and avoiding conflict with the definition of \r\n            <see cref=\"T:NUnit.Framework.Is\"/>, from which it inherits much of its\r\n            behavior, in certain mock object frameworks.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(System.Object,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure. Works\r\n            identically to <see cref=\"M:NUnit.Framework.Assert.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint)\"/>\r\n            </summary>\r\n            <param name=\"constraint\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure. Works\r\n            identically to <see cref=\"M:NUnit.Framework.Assert.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String)\"/>\r\n            </summary>\r\n            <param name=\"constraint\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure. Works\r\n            identically to <see cref=\"M:NUnit.Framework.Assert.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\"/>\r\n            </summary>\r\n            <param name=\"constraint\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect``1(``0@,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"constraint\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect``1(``0@,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"constraint\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect``1(``0@,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an assertion exception on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>. Works Identically to \r\n            <see cref=\"M:NUnit.Framework.Assert.That(System.Boolean,System.String,System.Object[])\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display if the condition is false</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>. Works Identically to \r\n            <see cref=\"M:NUnit.Framework.Assert.That(System.Boolean,System.String)\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display if the condition is false</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/>. Works Identically to <see cref=\"M:NUnit.Framework.Assert.That(System.Boolean)\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Expect(NUnit.Framework.TestDelegate,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Asserts that the code represented by a delegate throws an exception\r\n            that satisfies the constraint provided.\r\n            </summary>\r\n            <param name=\"code\">A TestDelegate to be executed</param>\r\n            <param name=\"constraint\">A ThrowsConstraint used in the test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.AssertionHelper.Map(System.Collections.ICollection)\">\r\n            <summary>\r\n            Returns a ListMapper based on a collection.\r\n            </summary>\r\n            <param name=\"original\">The original collection</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Assume\">\r\n            <summary>\r\n            Provides static methods to express the assumptions\r\n            that must be met for a test to give a meaningful\r\n            result. If an assumption is not met, the test\r\n            should produce an inconclusive result.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.Equals(System.Object,System.Object)\">\r\n            <summary>\r\n            The Equals method throws an AssertionException. This is done \r\n            to make sure there is no mistake by calling this function.\r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.ReferenceEquals(System.Object,System.Object)\">\r\n            <summary>\r\n            override the default ReferenceEquals to throw an AssertionException. This \r\n            implementation makes sure there is no mistake in calling this function \r\n            as part of Assert. \r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(System.Object,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(NUnit.Framework.Constraints.ActualValueDelegate,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to an actual value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"del\">An ActualValueDelegate returning the value to be tested</param>\r\n            <param name=\"expr\">A Constraint expression to be applied</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That``1(``0@,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That``1(``0@,NUnit.Framework.Constraints.IResolveConstraint,System.String)\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That``1(``0@,NUnit.Framework.Constraints.IResolveConstraint,System.String,System.Object[])\">\r\n            <summary>\r\n            Apply a constraint to a referenced value, succeeding if the constraint\r\n            is satisfied and throwing an InconclusiveException on failure.\r\n            </summary>\r\n            <param name=\"expression\">A Constraint expression to be applied</param>\r\n            <param name=\"actual\">The actual value to test</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(System.Boolean,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.InconclusiveException\"/>.\r\n            </summary> \r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display if the condition is false</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(System.Boolean,System.String)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the method throws\r\n            an <see cref=\"T:NUnit.Framework.InconclusiveException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n            <param name=\"message\">The message to display if the condition is false</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(System.Boolean)\">\r\n            <summary>\r\n            Asserts that a condition is true. If the condition is false the \r\n            method throws an <see cref=\"T:NUnit.Framework.InconclusiveException\"/>.\r\n            </summary>\r\n            <param name=\"condition\">The evaluated condition</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Assume.That(NUnit.Framework.TestDelegate,NUnit.Framework.Constraints.IResolveConstraint)\">\r\n            <summary>\r\n            Asserts that the code represented by a delegate throws an exception\r\n            that satisfies the constraint provided.\r\n            </summary>\r\n            <param name=\"code\">A TestDelegate to be executed</param>\r\n            <param name=\"constraint\">A ThrowsConstraint used in the test</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.CollectionAssert\">\r\n            <summary>\r\n            A set of Assert methods operationg on one or more collections\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.Equals(System.Object,System.Object)\">\r\n            <summary>\r\n            The Equals method throws an AssertionException. This is done \r\n            to make sure there is no mistake by calling this function.\r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.ReferenceEquals(System.Object,System.Object)\">\r\n            <summary>\r\n            override the default ReferenceEquals to throw an AssertionException. This \r\n            implementation makes sure there is no mistake in calling this function \r\n            as part of Assert. \r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.IEnumerable,System.Type)\">\r\n            <summary>\r\n            Asserts that all items contained in collection are of the type specified by expectedType.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable containing objects to be considered</param>\r\n            <param name=\"expectedType\">System.Type that all objects in collection must be instances of</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.IEnumerable,System.Type,System.String)\">\r\n            <summary>\r\n            Asserts that all items contained in collection are of the type specified by expectedType.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable containing objects to be considered</param>\r\n            <param name=\"expectedType\">System.Type that all objects in collection must be instances of</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreInstancesOfType(System.Collections.IEnumerable,System.Type,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that all items contained in collection are of the type specified by expectedType.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable containing objects to be considered</param>\r\n            <param name=\"expectedType\">System.Type that all objects in collection must be instances of</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreNotNull(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that all items contained in collection are not equal to null.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable containing objects to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreNotNull(System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that all items contained in collection are not equal to null.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable containing objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreNotNull(System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that all items contained in collection are not equal to null.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreUnique(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Ensures that every object contained in collection exists within the collection\r\n            once and only once.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreUnique(System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Ensures that every object contained in collection exists within the collection\r\n            once and only once.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AllItemsAreUnique(System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Ensures that every object contained in collection exists within the collection\r\n            once and only once.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEqual(System.Collections.IEnumerable,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that expected and actual are exactly equal.  The collections must have the same count, \r\n            and contain the exact same objects in the same order.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.Collections.IComparer)\">\r\n            <summary>\r\n            Asserts that expected and actual are exactly equal.  The collections must have the same count, \r\n            and contain the exact same objects in the same order.\r\n            If comparer is not null then it will be used to compare the objects.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"comparer\">The IComparer to use in comparing objects from each IEnumerable</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that expected and actual are exactly equal.  The collections must have the same count, \r\n            and contain the exact same objects in the same order.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.Collections.IComparer,System.String)\">\r\n            <summary>\r\n            Asserts that expected and actual are exactly equal.  The collections must have the same count, \r\n            and contain the exact same objects in the same order.\r\n            If comparer is not null then it will be used to compare the objects.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"comparer\">The IComparer to use in comparing objects from each IEnumerable</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that expected and actual are exactly equal.  The collections must have the same count, \r\n            and contain the exact same objects in the same order.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.Collections.IComparer,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that expected and actual are exactly equal.  The collections must have the same count, \r\n            and contain the exact same objects in the same order.\r\n            If comparer is not null then it will be used to compare the objects.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"comparer\">The IComparer to use in comparing objects from each IEnumerable</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEquivalent(System.Collections.IEnumerable,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEquivalent(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreEquivalent(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that expected and actual are equivalent, containing the same objects but the match may be in any order.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.IEnumerable,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that expected and actual are not exactly equal.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.Collections.IComparer)\">\r\n            <summary>\r\n            Asserts that expected and actual are not exactly equal.\r\n            If comparer is not null then it will be used to compare the objects.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"comparer\">The IComparer to use in comparing objects from each IEnumerable</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that expected and actual are not exactly equal.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.Collections.IComparer,System.String)\">\r\n            <summary>\r\n            Asserts that expected and actual are not exactly equal.\r\n            If comparer is not null then it will be used to compare the objects.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"comparer\">The IComparer to use in comparing objects from each IEnumerable</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that expected and actual are not exactly equal.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEqual(System.Collections.IEnumerable,System.Collections.IEnumerable,System.Collections.IComparer,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that expected and actual are not exactly equal.\r\n            If comparer is not null then it will be used to compare the objects.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"comparer\">The IComparer to use in comparing objects from each IEnumerable</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEquivalent(System.Collections.IEnumerable,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that expected and actual are not equivalent.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEquivalent(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that expected and actual are not equivalent.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.AreNotEquivalent(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that expected and actual are not equivalent.\r\n            </summary>\r\n            <param name=\"expected\">The first IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">The second IEnumerable of objects to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.Contains(System.Collections.IEnumerable,System.Object)\">\r\n            <summary>\r\n            Asserts that collection contains actual as an item.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">Object to be found within collection</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.Contains(System.Collections.IEnumerable,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that collection contains actual as an item.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">Object to be found within collection</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.Contains(System.Collections.IEnumerable,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that collection contains actual as an item.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">Object to be found within collection</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.DoesNotContain(System.Collections.IEnumerable,System.Object)\">\r\n            <summary>\r\n            Asserts that collection does not contain actual as an item.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">Object that cannot exist within collection</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.DoesNotContain(System.Collections.IEnumerable,System.Object,System.String)\">\r\n            <summary>\r\n            Asserts that collection does not contain actual as an item.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">Object that cannot exist within collection</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.DoesNotContain(System.Collections.IEnumerable,System.Object,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that collection does not contain actual as an item.\r\n            </summary>\r\n            <param name=\"collection\">IEnumerable of objects to be considered</param>\r\n            <param name=\"actual\">Object that cannot exist within collection</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that superset is not a subject of subset.\r\n            </summary>\r\n            <param name=\"subset\">The IEnumerable superset to be considered</param>\r\n            <param name=\"superset\">The IEnumerable subset to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that superset is not a subject of subset.\r\n            </summary>\r\n            <param name=\"subset\">The IEnumerable superset to be considered</param>\r\n            <param name=\"superset\">The IEnumerable subset to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsNotSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that superset is not a subject of subset.\r\n            </summary>\r\n            <param name=\"subset\">The IEnumerable superset to be considered</param>\r\n            <param name=\"superset\">The IEnumerable subset to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Asserts that superset is a subset of subset.\r\n            </summary>\r\n            <param name=\"subset\">The IEnumerable superset to be considered</param>\r\n            <param name=\"superset\">The IEnumerable subset to be considered</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Asserts that superset is a subset of subset.\r\n            </summary>\r\n            <param name=\"subset\">The IEnumerable superset to be considered</param>\r\n            <param name=\"superset\">The IEnumerable subset to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsSubsetOf(System.Collections.IEnumerable,System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that superset is a subset of subset.\r\n            </summary>\r\n            <param name=\"subset\">The IEnumerable superset to be considered</param>\r\n            <param name=\"superset\">The IEnumerable subset to be considered</param>\r\n            <param name=\"message\">The message that will be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsEmpty(System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsEmpty(System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsEmpty(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Assert that an array,list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsNotEmpty(System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsNotEmpty(System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsNotEmpty(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Assert that an array,list or other collection is empty\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsOrdered(System.Collections.IEnumerable,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that an array, list or other collection is ordered\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsOrdered(System.Collections.IEnumerable,System.String)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is ordered\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsOrdered(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is ordered\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsOrdered(System.Collections.IEnumerable,System.Collections.IComparer,System.String,System.Object[])\">\r\n            <summary>\r\n            Assert that an array, list or other collection is ordered\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"comparer\">A custom comparer to perform the comparisons</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsOrdered(System.Collections.IEnumerable,System.Collections.IComparer,System.String)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is ordered\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"comparer\">A custom comparer to perform the comparisons</param>\r\n            <param name=\"message\">The message to be displayed on failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.CollectionAssert.IsOrdered(System.Collections.IEnumerable,System.Collections.IComparer)\">\r\n            <summary>\r\n            Assert that an array, list or other collection is ordered\r\n            </summary>\r\n            <param name=\"collection\">An array, list or other collection implementing IEnumerable</param>\r\n            <param name=\"comparer\">A custom comparer to perform the comparisons</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Contains\">\r\n            <summary>\r\n            Static helper class used in the constraint-based syntax\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Contains.Substring(System.String)\">\r\n            <summary>\r\n            Creates a new SubstringConstraint\r\n            </summary>\r\n            <param name=\"substring\">The value of the substring</param>\r\n            <returns>A SubstringConstraint</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Contains.Item(System.Object)\">\r\n            <summary>\r\n            Creates a new CollectionContainsConstraint.\r\n            </summary>\r\n            <param name=\"item\">The item that should be found.</param>\r\n            <returns>A new CollectionContainsConstraint</returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.DirectoryAssert\">\r\n            <summary>\r\n            Summary description for DirectoryAssert\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.Equals(System.Object,System.Object)\">\r\n            <summary>\r\n            The Equals method throws an AssertionException. This is done \r\n            to make sure there is no mistake by calling this function.\r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.ReferenceEquals(System.Object,System.Object)\">\r\n            <summary>\r\n            override the default ReferenceEquals to throw an AssertionException. This \r\n            implementation makes sure there is no mistake in calling this function \r\n            as part of Assert. \r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.#ctor\">\r\n            <summary>\r\n            We don't actually want any instances of this object, but some people\r\n            like to inherit from it to add other static methods. Hence, the\r\n            protected constructor disallows any instances of this object. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two directories are equal.  Two directories are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory containing the value that is expected</param>\r\n            <param name=\"actual\">A directory containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String)\">\r\n            <summary>\r\n            Verifies that two directories are equal.  Two directories are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory containing the value that is expected</param>\r\n            <param name=\"actual\">A directory containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Verifies that two directories are equal.  Two directories are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory containing the value that is expected</param>\r\n            <param name=\"actual\">A directory containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreEqual(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two directories are equal.  Two directories are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory path string containing the value that is expected</param>\r\n            <param name=\"actual\">A directory path string containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreEqual(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Verifies that two directories are equal.  Two directories are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory path string containing the value that is expected</param>\r\n            <param name=\"actual\">A directory path string containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreEqual(System.String,System.String)\">\r\n            <summary>\r\n            Verifies that two directories are equal.  Two directories are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory path string containing the value that is expected</param>\r\n            <param name=\"actual\">A directory path string containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreNotEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two directories are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory containing the value that is expected</param>\r\n            <param name=\"actual\">A directory containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreNotEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String)\">\r\n            <summary>\r\n            Asserts that two directories are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory containing the value that is expected</param>\r\n            <param name=\"actual\">A directory containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreNotEqual(System.IO.DirectoryInfo,System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Asserts that two directories are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory containing the value that is expected</param>\r\n            <param name=\"actual\">A directory containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreNotEqual(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two directories are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory path string containing the value that is expected</param>\r\n            <param name=\"actual\">A directory path string containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreNotEqual(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two directories are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory path string containing the value that is expected</param>\r\n            <param name=\"actual\">A directory path string containing the actual value</param>\r\n            <param name=\"message\">The message to display if directories are equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.AreNotEqual(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two directories are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A directory path string containing the value that is expected</param>\r\n            <param name=\"actual\">A directory path string containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsEmpty(System.IO.DirectoryInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that the directory is empty. If it is not empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsEmpty(System.IO.DirectoryInfo,System.String)\">\r\n            <summary>\r\n            Asserts that the directory is empty. If it is not empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsEmpty(System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Asserts that the directory is empty. If it is not empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsEmpty(System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that the directory is empty. If it is not empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsEmpty(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that the directory is empty. If it is not empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsEmpty(System.String)\">\r\n            <summary>\r\n            Asserts that the directory is empty. If it is not empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotEmpty(System.IO.DirectoryInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that the directory is not empty. If it is empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotEmpty(System.IO.DirectoryInfo,System.String)\">\r\n            <summary>\r\n            Asserts that the directory is not empty. If it is empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotEmpty(System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Asserts that the directory is not empty. If it is empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotEmpty(System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that the directory is not empty. If it is empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotEmpty(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that the directory is not empty. If it is empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"message\">The message to display if directories are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotEmpty(System.String)\">\r\n            <summary>\r\n            Asserts that the directory is not empty. If it is empty\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsWithin(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that path contains actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsWithin(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String)\">\r\n            <summary>\r\n            Asserts that path contains actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsWithin(System.IO.DirectoryInfo,System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Asserts that path contains actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsWithin(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that path contains actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsWithin(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that path contains actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsWithin(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that path contains actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotWithin(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that path does not contain actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotWithin(System.IO.DirectoryInfo,System.IO.DirectoryInfo,System.String)\">\r\n            <summary>\r\n            Asserts that path does not contain actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotWithin(System.IO.DirectoryInfo,System.IO.DirectoryInfo)\">\r\n            <summary>\r\n            Asserts that path does not contain actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotWithin(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that path does not contain actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotWithin(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that path does not contain actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n            <param name=\"message\">The message to display if directory is not within the path</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.DirectoryAssert.IsNotWithin(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that path does not contain actual as a subdirectory or\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"directory\">A directory to search</param>\r\n            <param name=\"actual\">sub-directory asserted to exist under directory</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.FileAssert\">\r\n            <summary>\r\n            Summary description for FileAssert.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.Equals(System.Object,System.Object)\">\r\n            <summary>\r\n            The Equals method throws an AssertionException. This is done \r\n            to make sure there is no mistake by calling this function.\r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.ReferenceEquals(System.Object,System.Object)\">\r\n            <summary>\r\n            override the default ReferenceEquals to throw an AssertionException. This \r\n            implementation makes sure there is no mistake in calling this function \r\n            as part of Assert. \r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.#ctor\">\r\n            <summary>\r\n            We don't actually want any instances of this object, but some people\r\n            like to inherit from it to add other static methods. Hence, the\r\n            protected constructor disallows any instances of this object. \r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.IO.Stream,System.IO.Stream,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two Streams are equal.  Two Streams are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected Stream</param>\r\n            <param name=\"actual\">The actual Stream</param>\r\n            <param name=\"message\">The message to display if Streams are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.IO.Stream,System.IO.Stream,System.String)\">\r\n            <summary>\r\n            Verifies that two Streams are equal.  Two Streams are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected Stream</param>\r\n            <param name=\"actual\">The actual Stream</param>\r\n            <param name=\"message\">The message to display if objects are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.IO.Stream,System.IO.Stream)\">\r\n            <summary>\r\n            Verifies that two Streams are equal.  Two Streams are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected Stream</param>\r\n            <param name=\"actual\">The actual Stream</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.IO.FileInfo,System.IO.FileInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two files are equal.  Two files are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A file containing the value that is expected</param>\r\n            <param name=\"actual\">A file containing the actual value</param>\r\n            <param name=\"message\">The message to display if Streams are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.IO.FileInfo,System.IO.FileInfo,System.String)\">\r\n            <summary>\r\n            Verifies that two files are equal.  Two files are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A file containing the value that is expected</param>\r\n            <param name=\"actual\">A file containing the actual value</param>\r\n            <param name=\"message\">The message to display if objects are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.IO.FileInfo,System.IO.FileInfo)\">\r\n            <summary>\r\n            Verifies that two files are equal.  Two files are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A file containing the value that is expected</param>\r\n            <param name=\"actual\">A file containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Verifies that two files are equal.  Two files are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The path to a file containing the value that is expected</param>\r\n            <param name=\"actual\">The path to a file containing the actual value</param>\r\n            <param name=\"message\">The message to display if Streams are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Verifies that two files are equal.  Two files are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The path to a file containing the value that is expected</param>\r\n            <param name=\"actual\">The path to a file containing the actual value</param>\r\n            <param name=\"message\">The message to display if objects are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreEqual(System.String,System.String)\">\r\n            <summary>\r\n            Verifies that two files are equal.  Two files are considered\r\n            equal if both are null, or if both have the same value byte for byte.\r\n            If they are not equal an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The path to a file containing the value that is expected</param>\r\n            <param name=\"actual\">The path to a file containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.IO.Stream,System.IO.Stream,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two Streams are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected Stream</param>\r\n            <param name=\"actual\">The actual Stream</param>\r\n            <param name=\"message\">The message to be displayed when the two Stream are the same.</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.IO.Stream,System.IO.Stream,System.String)\">\r\n            <summary>\r\n            Asserts that two Streams are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected Stream</param>\r\n            <param name=\"actual\">The actual Stream</param>\r\n            <param name=\"message\">The message to be displayed when the Streams are the same.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.IO.Stream,System.IO.Stream)\">\r\n            <summary>\r\n            Asserts that two Streams are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The expected Stream</param>\r\n            <param name=\"actual\">The actual Stream</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.IO.FileInfo,System.IO.FileInfo,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two files are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A file containing the value that is expected</param>\r\n            <param name=\"actual\">A file containing the actual value</param>\r\n            <param name=\"message\">The message to display if Streams are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.IO.FileInfo,System.IO.FileInfo,System.String)\">\r\n            <summary>\r\n            Asserts that two files are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A file containing the value that is expected</param>\r\n            <param name=\"actual\">A file containing the actual value</param>\r\n            <param name=\"message\">The message to display if objects are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.IO.FileInfo,System.IO.FileInfo)\">\r\n            <summary>\r\n            Asserts that two files are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">A file containing the value that is expected</param>\r\n            <param name=\"actual\">A file containing the actual value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two files are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The path to a file containing the value that is expected</param>\r\n            <param name=\"actual\">The path to a file containing the actual value</param>\r\n            <param name=\"message\">The message to display if Streams are not equal</param>\r\n            <param name=\"args\">Arguments to be used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two files are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The path to a file containing the value that is expected</param>\r\n            <param name=\"actual\">The path to a file containing the actual value</param>\r\n            <param name=\"message\">The message to display if objects are not equal</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.FileAssert.AreNotEqual(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two files are not equal. If they are equal\r\n            an <see cref=\"T:NUnit.Framework.AssertionException\"/> is thrown.\r\n            </summary>\r\n            <param name=\"expected\">The path to a file containing the value that is expected</param>\r\n            <param name=\"actual\">The path to a file containing the actual value</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.GlobalSettings\">\r\n            <summary>\r\n            GlobalSettings is a place for setting default values used\r\n            by the framework in performing asserts.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.GlobalSettings.DefaultFloatingPointTolerance\">\r\n            <summary>\r\n            Default tolerance for floating point equality\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Has\">\r\n            <summary>\r\n            Helper class with properties and methods that supply\r\n            a number of constraints used in Asserts.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Has.Property(System.String)\">\r\n            <summary>\r\n            Returns a new PropertyConstraintExpression, which will either\r\n            test for the existence of the named property on the object\r\n            being tested or apply any following constraint to that property.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Has.Attribute(System.Type)\">\r\n            <summary>\r\n            Returns a new AttributeConstraint checking for the\r\n            presence of a particular attribute on an object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Has.Attribute``1\">\r\n            <summary>\r\n            Returns a new AttributeConstraint checking for the\r\n            presence of a particular attribute on an object.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Has.Member(System.Object)\">\r\n            <summary>\r\n            Returns a new CollectionContainsConstraint checking for the\r\n            presence of a particular object in the collection.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.No\">\r\n            <summary>\r\n            Returns a ConstraintExpression that negates any\r\n            following constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.All\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.Some\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if at least one of them succeeds.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.None\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them fail.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.Length\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Length property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.Count\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Count property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.Message\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the Message property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Has.InnerException\">\r\n            <summary>\r\n            Returns a new ConstraintExpression, which will apply the following\r\n            constraint to the InnerException property of the object being tested.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.IExpectException\">\r\n            <summary>\r\n            Interface implemented by a user fixture in order to\r\n            validate any expected exceptions. It is only called\r\n            for test methods marked with the ExpectedException\r\n            attribute.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.IExpectException.HandleException(System.Exception)\">\r\n            <summary>\r\n            Method to handle an expected exception\r\n            </summary>\r\n            <param name=\"ex\">The exception to be handled</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Is\">\r\n            <summary>\r\n            Helper class with properties and methods that supply\r\n            a number of constraints used in Asserts.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.EqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests two items for equality\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.SameAs(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests that two references are the same object\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.GreaterThan(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.GreaterThanOrEqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.AtLeast(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is greater than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.LessThan(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.LessThanOrEqualTo(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.AtMost(System.Object)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the\r\n            actual value is less than or equal to the suppled argument\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.TypeOf(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual\r\n            value is of the exact type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.TypeOf``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual\r\n            value is of the exact type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.InstanceOf(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.InstanceOf``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.InstanceOfType(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.InstanceOfType``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is of the type supplied as an argument or a derived type.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.AssignableFrom(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.AssignableFrom``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.AssignableTo(System.Type)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.AssignableTo``1\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is assignable from the type supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.EquivalentTo(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is a collection containing the same elements as the \r\n            collection supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.SubsetOf(System.Collections.IEnumerable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value\r\n            is a subset of the collection supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.StringContaining(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.StringStarting(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.StringEnding(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.StringMatching(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value matches the Regex pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.SamePath(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same as an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.SubPath(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same path or under an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.SamePathOrUnder(System.String)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the path provided \r\n            is the same path or under an expected path after canonicalization.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Is.InRange(System.IComparable,System.IComparable)\">\r\n            <summary>\r\n            Returns a constraint that tests whether the actual value falls \r\n            within a specified range.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.Not\">\r\n            <summary>\r\n            Returns a ConstraintExpression that negates any\r\n            following constraint.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.All\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.Null\">\r\n            <summary>\r\n            Returns a constraint that tests for null\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.True\">\r\n            <summary>\r\n            Returns a constraint that tests for True\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.False\">\r\n            <summary>\r\n            Returns a constraint that tests for False\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.NaN\">\r\n            <summary>\r\n            Returns a constraint that tests for NaN\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.Empty\">\r\n            <summary>\r\n            Returns a constraint that tests for empty\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.Unique\">\r\n            <summary>\r\n            Returns a constraint that tests whether a collection \r\n            contains all unique items.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.BinarySerializable\">\r\n            <summary>\r\n            Returns a constraint that tests whether an object graph is serializable in binary format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.XmlSerializable\">\r\n            <summary>\r\n            Returns a constraint that tests whether an object graph is serializable in xml format.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Is.Ordered\">\r\n            <summary>\r\n            Returns a constraint that tests whether a collection is ordered\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Iz\">\r\n            <summary>\r\n            The Iz class is a synonym for Is intended for use in VB,\r\n            which regards Is as a keyword.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.List\">\r\n            <summary>\r\n            The List class is a helper class with properties and methods\r\n            that supply a number of constraints used with lists and collections.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.List.Map(System.Collections.ICollection)\">\r\n            <summary>\r\n            List.Map returns a ListMapper, which can be used to map\r\n            the original collection to another collection.\r\n            </summary>\r\n            <param name=\"actual\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.ListMapper\">\r\n            <summary>\r\n            ListMapper is used to transform a collection used as an actual argument\r\n            producing another collection to be used in the assertion.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ListMapper.#ctor(System.Collections.ICollection)\">\r\n            <summary>\r\n            Construct a ListMapper based on a collection\r\n            </summary>\r\n            <param name=\"original\">The collection to be transformed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.ListMapper.Property(System.String)\">\r\n            <summary>\r\n            Produces a collection containing all the values of a property\r\n            </summary>\r\n            <param name=\"name\">The collection of property values</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Randomizer\">\r\n            <summary>\r\n            Randomizer returns a set of random values in a repeatable\r\n            way, to allow re-running of tests if necessary.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.GetRandomizer(System.Reflection.MemberInfo)\">\r\n            <summary>\r\n            Get a randomizer for a particular member, returning\r\n            one that has already been created if it exists.\r\n            This ensures that the same values are generated\r\n            each time the tests are reloaded.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.GetRandomizer(System.Reflection.ParameterInfo)\">\r\n            <summary>\r\n            Get a randomizer for a particular parameter, returning\r\n            one that has already been created if it exists.\r\n            This ensures that the same values are generated\r\n            each time the tests are reloaded.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.#ctor\">\r\n            <summary>\r\n            Construct a randomizer using a random seed\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.#ctor(System.Int32)\">\r\n            <summary>\r\n            Construct a randomizer using a specified seed\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.GetDoubles(System.Int32)\">\r\n            <summary>\r\n            Return an array of random doubles between 0.0 and 1.0.\r\n            </summary>\r\n            <param name=\"count\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.GetDoubles(System.Double,System.Double,System.Int32)\">\r\n            <summary>\r\n            Return an array of random doubles with values in a specified range.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Randomizer.GetInts(System.Int32,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Return an array of random ints with values in a specified range.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Randomizer.RandomSeed\">\r\n            <summary>\r\n            Get a random seed for use in creating a randomizer.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.SpecialValue\">\r\n            <summary>\r\n            The SpecialValue enum is used to represent TestCase arguments\r\n            that cannot be used as arguments to an Attribute.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.SpecialValue.Null\">\r\n            <summary>\r\n            Null represents a null value, which cannot be used as an \r\n            argument to an attriute under .NET 1.x\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.StringAssert\">\r\n            <summary>\r\n            Basic Asserts on strings.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.Equals(System.Object,System.Object)\">\r\n            <summary>\r\n            The Equals method throws an AssertionException. This is done \r\n            to make sure there is no mistake by calling this function.\r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.ReferenceEquals(System.Object,System.Object)\">\r\n            <summary>\r\n            override the default ReferenceEquals to throw an AssertionException. This \r\n            implementation makes sure there is no mistake in calling this function \r\n            as part of Assert. \r\n            </summary>\r\n            <param name=\"a\"></param>\r\n            <param name=\"b\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.Contains(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string is found within another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.Contains(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string is found within another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.Contains(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string is found within another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotContain(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string is not found within another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotContain(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string is found within another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotContain(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string is found within another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.StartsWith(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string starts with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.StartsWith(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string starts with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.StartsWith(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string starts with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotStartWith(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string does not start with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotStartWith(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string does not start with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotStartWith(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string does not start with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.EndsWith(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string ends with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.EndsWith(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string ends with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.EndsWith(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string ends with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotEndWith(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string does not end with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotEndWith(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string does not end with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotEndWith(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string does not end with another string.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The string to be examined</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.AreEqualIgnoringCase(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two strings are equal, without regard to case.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.AreEqualIgnoringCase(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two strings are equal, without regard to case.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.AreEqualIgnoringCase(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two strings are equal, without regard to case.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.AreNotEqualIgnoringCase(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that two strings are not equal, without regard to case.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.AreNotEqualIgnoringCase(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two strings are Notequal, without regard to case.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.AreNotEqualIgnoringCase(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that two strings are not equal, without regard to case.\r\n            </summary>\r\n            <param name=\"expected\">The expected string</param>\r\n            <param name=\"actual\">The actual string</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.IsMatch(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string matches an expected regular expression pattern.\r\n            </summary>\r\n            <param name=\"pattern\">The regex pattern to be matched</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.IsMatch(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string matches an expected regular expression pattern.\r\n            </summary>\r\n            <param name=\"pattern\">The regex pattern to be matched</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.IsMatch(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string matches an expected regular expression pattern.\r\n            </summary>\r\n            <param name=\"pattern\">The regex pattern to be matched</param>\r\n            <param name=\"actual\">The actual string</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotMatch(System.String,System.String,System.String,System.Object[])\">\r\n            <summary>\r\n            Asserts that a string does not match an expected regular expression pattern.\r\n            </summary>\r\n            <param name=\"pattern\">The regex pattern to be used</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n            <param name=\"args\">Arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotMatch(System.String,System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string does not match an expected regular expression pattern.\r\n            </summary>\r\n            <param name=\"pattern\">The regex pattern to be used</param>\r\n            <param name=\"actual\">The actual string</param>\r\n            <param name=\"message\">The message to display in case of failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.StringAssert.DoesNotMatch(System.String,System.String)\">\r\n            <summary>\r\n            Asserts that a string does not match an expected regular expression pattern.\r\n            </summary>\r\n            <param name=\"pattern\">The regex pattern to be used</param>\r\n            <param name=\"actual\">The actual string</param>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestCaseData\">\r\n            <summary>\r\n            The TestCaseData class represents a set of arguments\r\n            and other parameter info to be used for a parameterized\r\n            test case. It provides a number of instance modifiers\r\n            for use in initializing the test case.\r\n            \r\n            Note: Instance modifiers are getters that return\r\n            the same instance after modifying it's state.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.arguments\">\r\n            <summary>\r\n            The argument list to be provided to the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.result\">\r\n            <summary>\r\n            The expected result to be returned\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.expectedExceptionType\">\r\n            <summary>\r\n             The expected exception Type\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.expectedExceptionName\">\r\n            <summary>\r\n            The FullName of the expected exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.testName\">\r\n            <summary>\r\n            The name to be used for the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.description\">\r\n            <summary>\r\n            The description of the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.properties\">\r\n            <summary>\r\n            A dictionary of properties, used to add information\r\n            to tests without requiring the class to change.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.isIgnored\">\r\n            <summary>\r\n            If true, indicates that the test case is to be ignored\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestCaseData.ignoreReason\">\r\n            <summary>\r\n            The reason for ignoring a test case\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.#ctor(System.Object[])\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:TestCaseData\"/> class.\r\n            </summary>\r\n            <param name=\"args\">The arguments.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.#ctor(System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:TestCaseData\"/> class.\r\n            </summary>\r\n            <param name=\"arg\">The argument.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.#ctor(System.Object,System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:TestCaseData\"/> class.\r\n            </summary>\r\n            <param name=\"arg1\">The first argument.</param>\r\n            <param name=\"arg2\">The second argument.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.#ctor(System.Object,System.Object,System.Object)\">\r\n            <summary>\r\n            Initializes a new instance of the <see cref=\"T:TestCaseData\"/> class.\r\n            </summary>\r\n            <param name=\"arg1\">The first argument.</param>\r\n            <param name=\"arg2\">The second argument.</param>\r\n            <param name=\"arg3\">The third argument.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.Returns(System.Object)\">\r\n            <summary>\r\n            Sets the expected result for the test\r\n            </summary>\r\n            <param name=\"result\">The expected result</param>\r\n            <returns>A modified TestCaseData</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.Throws(System.Type)\">\r\n            <summary>\r\n            Sets the expected exception type for the test\r\n            </summary>\r\n            <param name=\"exceptionType\">Type of the expected exception.</param>\r\n            <returns>The modified TestCaseData instance</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.Throws(System.String)\">\r\n            <summary>\r\n            Sets the expected exception type for the test\r\n            </summary>\r\n            <param name=\"exceptionName\">FullName of the expected exception.</param>\r\n            <returns>The modified TestCaseData instance</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.SetName(System.String)\">\r\n            <summary>\r\n            Sets the name of the test case\r\n            </summary>\r\n            <returns>The modified TestCaseData instance</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.SetDescription(System.String)\">\r\n            <summary>\r\n            Sets the description for the test case\r\n            being constructed.\r\n            </summary>\r\n            <param name=\"description\">The description.</param>\r\n            <returns>The modified TestCaseData instance.</returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.SetCategory(System.String)\">\r\n            <summary>\r\n            Applies a category to the test\r\n            </summary>\r\n            <param name=\"category\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.SetProperty(System.String,System.String)\">\r\n            <summary>\r\n            Applies a named property to the test\r\n            </summary>\r\n            <param name=\"propName\"></param>\r\n            <param name=\"propValue\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.SetProperty(System.String,System.Int32)\">\r\n            <summary>\r\n            Applies a named property to the test\r\n            </summary>\r\n            <param name=\"propName\"></param>\r\n            <param name=\"propValue\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.SetProperty(System.String,System.Double)\">\r\n            <summary>\r\n            Applies a named property to the test\r\n            </summary>\r\n            <param name=\"propName\"></param>\r\n            <param name=\"propValue\"></param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.Ignore\">\r\n            <summary>\r\n            Ignores this TestCase.\r\n            </summary>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestCaseData.Ignore(System.String)\">\r\n            <summary>\r\n            Ignores this TestCase, specifying the reason.\r\n            </summary>\r\n            <param name=\"reason\">The reason.</param>\r\n            <returns></returns>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.Arguments\">\r\n            <summary>\r\n            Gets the argument list to be provided to the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.Result\">\r\n            <summary>\r\n            Gets the expected result\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.ExpectedException\">\r\n            <summary>\r\n             Gets the expected exception Type\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.ExpectedExceptionName\">\r\n            <summary>\r\n            Gets the FullName of the expected exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.TestName\">\r\n            <summary>\r\n            Gets the name to be used for the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.Description\">\r\n            <summary>\r\n            Gets the description of the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.Ignored\">\r\n            <summary>\r\n            Gets a value indicating whether this <see cref=\"T:NUnit.Framework.ITestCaseData\"/> is ignored.\r\n            </summary>\r\n            <value><c>true</c> if ignored; otherwise, <c>false</c>.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.IgnoreReason\">\r\n            <summary>\r\n            Gets the ignore reason.\r\n            </summary>\r\n            <value>The ignore reason.</value>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.Categories\">\r\n            <summary>\r\n            Gets a list of categories associated with this test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestCaseData.Properties\">\r\n            <summary>\r\n            Gets the property dictionary for this test\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestContext\">\r\n            <summary>\r\n            Provide the context information of the current test\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestContext.#ctor(System.Collections.IDictionary)\">\r\n            <summary>\r\n            Constructs a TestContext using the provided context dictionary\r\n            </summary>\r\n            <param name=\"context\">A context dictionary</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.CurrentContext\">\r\n            <summary>\r\n            Get the current test context. This is created\r\n            as needed. The user may save the context for\r\n            use within a test, but it should not be used\r\n            outside the test for which it is created.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.Test\">\r\n            <summary>\r\n            Gets a TestAdapter representing the currently executing test in this context.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.Result\">\r\n            <summary>\r\n            Gets a ResultAdapter representing the current result for the test \r\n            executing in this context.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.TestDirectory\">\r\n            <summary>\r\n            Gets the current directory for this TestContext\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestContext.TestAdapter\">\r\n            <summary>\r\n            TestAdapter adapts a Test for consumption by\r\n            the user test code.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestContext.TestAdapter.#ctor(System.Collections.IDictionary)\">\r\n            <summary>\r\n            Constructs a TestAdapter for this context\r\n            </summary>\r\n            <param name=\"context\">The context dictionary</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.TestAdapter.Name\">\r\n            <summary>\r\n            The name of the test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.TestAdapter.FullName\">\r\n            <summary>\r\n            The FullName of the test\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.TestAdapter.Properties\">\r\n            <summary>\r\n            The properties of the test.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestContext.ResultAdapter\">\r\n            <summary>\r\n            ResultAdapter adapts a TestResult for consumption by\r\n            the user test code.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TestContext.ResultAdapter.#ctor(System.Collections.IDictionary)\">\r\n            <summary>\r\n            Construct a ResultAdapter for a context\r\n            </summary>\r\n            <param name=\"context\">The context holding the result</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.ResultAdapter.State\">\r\n            <summary>\r\n            The TestState of current test. This maps to the ResultState\r\n            used in nunit.core and is subject to change in the future.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TestContext.ResultAdapter.Status\">\r\n            <summary>\r\n            The TestStatus of current test. This enum will be used\r\n            in future versions of NUnit and so is to be preferred\r\n            to the TestState value.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestState\">\r\n            <summary>\r\n            The ResultState enum indicates the result of running a test\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Inconclusive\">\r\n            <summary>\r\n            The result is inconclusive\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.NotRunnable\">\r\n            <summary>\r\n            The test was not runnable.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Skipped\">\r\n            <summary>\r\n            The test has been skipped. \r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Ignored\">\r\n            <summary>\r\n            The test has been ignored.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Success\">\r\n            <summary>\r\n            The test succeeded\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Failure\">\r\n            <summary>\r\n            The test failed\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Error\">\r\n            <summary>\r\n            The test encountered an unexpected exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestState.Cancelled\">\r\n            <summary>\r\n            The test was cancelled by the user\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TestStatus\">\r\n            <summary>\r\n            The TestStatus enum indicates the result of running a test\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestStatus.Inconclusive\">\r\n            <summary>\r\n            The test was inconclusive\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestStatus.Skipped\">\r\n            <summary>\r\n            The test has skipped \r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestStatus.Passed\">\r\n            <summary>\r\n            The test succeeded\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TestStatus.Failed\">\r\n            <summary>\r\n            The test failed\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Text\">\r\n            <summary>\r\n            Helper class with static methods used to supply constraints\r\n            that operate on strings.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.Contains(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.DoesNotContain(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value contains the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.StartsWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.DoesNotStartWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value starts with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.EndsWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.DoesNotEndWith(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value ends with the substring supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.Matches(System.String)\">\r\n            <summary>\r\n            Returns a constraint that succeeds if the actual\r\n            value matches the Regex pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Text.DoesNotMatch(System.String)\">\r\n            <summary>\r\n            Returns a constraint that fails if the actual\r\n            value matches the pattern supplied as an argument.\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Text.All\">\r\n            <summary>\r\n            Returns a ConstraintExpression, which will apply\r\n            the following constraint to all members of a collection,\r\n            succeeding if all of them succeed.\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.TextMessageWriter\">\r\n            <summary>\r\n            TextMessageWriter writes constraint descriptions and messages\r\n            in displayable form as a text stream. It tailors the display\r\n            of individual message components to form the standard message\r\n            format of NUnit assertion failure messages.\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TextMessageWriter.Pfx_Expected\">\r\n            <summary>\r\n            Prefix used for the expected value line of a message\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TextMessageWriter.Pfx_Actual\">\r\n            <summary>\r\n            Prefix used for the actual value line of a message\r\n            </summary>\r\n        </member>\r\n        <member name=\"F:NUnit.Framework.TextMessageWriter.PrefixLength\">\r\n            <summary>\r\n            Length of a message prefix\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.#ctor\">\r\n            <summary>\r\n            Construct a TextMessageWriter\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.#ctor(System.String,System.Object[])\">\r\n            <summary>\r\n            Construct a TextMessageWriter, specifying a user message\r\n            and optional formatting arguments.\r\n            </summary>\r\n            <param name=\"userMessage\"></param>\r\n            <param name=\"args\"></param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteMessageLine(System.Int32,System.String,System.Object[])\">\r\n            <summary>\r\n            Method to write single line  message with optional args, usually\r\n            written to precede the general failure message, at a givel \r\n            indentation level.\r\n            </summary>\r\n            <param name=\"level\">The indentation level of the message</param>\r\n            <param name=\"message\">The message to be written</param>\r\n            <param name=\"args\">Any arguments used in formatting the message</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.DisplayDifferences(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Display Expected and Actual lines for a constraint. This\r\n            is called by MessageWriter's default implementation of \r\n            WriteMessageTo and provides the generic two-line display. \r\n            </summary>\r\n            <param name=\"constraint\">The constraint that failed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.DisplayDifferences(System.Object,System.Object)\">\r\n            <summary>\r\n            Display Expected and Actual lines for given values. This\r\n            method may be called by constraints that need more control over\r\n            the display of actual and expected values than is provided\r\n            by the default implementation.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value causing the failure</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.DisplayDifferences(System.Object,System.Object,NUnit.Framework.Constraints.Tolerance)\">\r\n            <summary>\r\n            Display Expected and Actual lines for given values, including\r\n            a tolerance value on the expected line.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"actual\">The actual value causing the failure</param>\r\n            <param name=\"tolerance\">The tolerance within which the test was made</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.DisplayStringDifferences(System.String,System.String,System.Int32,System.Boolean,System.Boolean)\">\r\n            <summary>\r\n            Display the expected and actual string values on separate lines.\r\n            If the mismatch parameter is >=0, an additional line is displayed\r\n            line containing a caret that points to the mismatch point.\r\n            </summary>\r\n            <param name=\"expected\">The expected string value</param>\r\n            <param name=\"actual\">The actual string value</param>\r\n            <param name=\"mismatch\">The point at which the strings don't match or -1</param>\r\n            <param name=\"ignoreCase\">If true, case is ignored in string comparisons</param>\r\n            <param name=\"clipping\">If true, clip the strings to fit the max line length</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteConnector(System.String)\">\r\n            <summary>\r\n            Writes the text for a connector.\r\n            </summary>\r\n            <param name=\"connector\">The connector.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WritePredicate(System.String)\">\r\n            <summary>\r\n            Writes the text for a predicate.\r\n            </summary>\r\n            <param name=\"predicate\">The predicate.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteModifier(System.String)\">\r\n            <summary>\r\n            Write the text for a modifier.\r\n            </summary>\r\n            <param name=\"modifier\">The modifier.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteExpectedValue(System.Object)\">\r\n            <summary>\r\n            Writes the text for an expected value.\r\n            </summary>\r\n            <param name=\"expected\">The expected value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteActualValue(System.Object)\">\r\n            <summary>\r\n            Writes the text for an actual value.\r\n            </summary>\r\n            <param name=\"actual\">The actual value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteValue(System.Object)\">\r\n            <summary>\r\n            Writes the text for a generalized value.\r\n            </summary>\r\n            <param name=\"val\">The value.</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteCollectionElements(System.Collections.ICollection,System.Int32,System.Int32)\">\r\n            <summary>\r\n            Writes the text for a collection value,\r\n            starting at a particular point, to a max length\r\n            </summary>\r\n            <param name=\"collection\">The collection containing elements to write.</param>\r\n            <param name=\"start\">The starting point of the elements to write</param>\r\n            <param name=\"max\">The maximum number of elements to write</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteExpectedLine(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Write the generic 'Expected' line for a constraint\r\n            </summary>\r\n            <param name=\"constraint\">The constraint that failed</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteExpectedLine(System.Object)\">\r\n            <summary>\r\n            Write the generic 'Expected' line for a given value\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteExpectedLine(System.Object,NUnit.Framework.Constraints.Tolerance)\">\r\n            <summary>\r\n            Write the generic 'Expected' line for a given value\r\n            and tolerance.\r\n            </summary>\r\n            <param name=\"expected\">The expected value</param>\r\n            <param name=\"tolerance\">The tolerance within which the test was made</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteActualLine(NUnit.Framework.Constraints.Constraint)\">\r\n            <summary>\r\n            Write the generic 'Actual' line for a constraint\r\n            </summary>\r\n            <param name=\"constraint\">The constraint for which the actual value is to be written</param>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.TextMessageWriter.WriteActualLine(System.Object)\">\r\n            <summary>\r\n            Write the generic 'Actual' line for a given value\r\n            </summary>\r\n            <param name=\"actual\">The actual value causing a failure</param>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.TextMessageWriter.MaxLineLength\">\r\n            <summary>\r\n            Gets or sets the maximum line length for this writer\r\n            </summary>\r\n        </member>\r\n        <member name=\"T:NUnit.Framework.Throws\">\r\n            <summary>\r\n            Helper class with properties and methods that supply\r\n            constraints that operate on exceptions.\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Throws.TypeOf(System.Type)\">\r\n            <summary>\r\n            Creates a constraint specifying the exact type of exception expected\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Throws.TypeOf``1\">\r\n            <summary>\r\n            Creates a constraint specifying the exact type of exception expected\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Throws.InstanceOf(System.Type)\">\r\n            <summary>\r\n            Creates a constraint specifying the type of exception expected\r\n            </summary>\r\n        </member>\r\n        <member name=\"M:NUnit.Framework.Throws.InstanceOf``1\">\r\n            <summary>\r\n            Creates a constraint specifying the type of exception expected\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Throws.Exception\">\r\n            <summary>\r\n            Creates a constraint specifying an expected exception\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Throws.InnerException\">\r\n            <summary>\r\n            Creates a constraint specifying an exception with a given InnerException\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Throws.TargetInvocationException\">\r\n            <summary>\r\n            Creates a constraint specifying an expected TargetInvocationException\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Throws.ArgumentException\">\r\n            <summary>\r\n            Creates a constraint specifying an expected TargetInvocationException\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Throws.InvalidOperationException\">\r\n            <summary>\r\n            Creates a constraint specifying an expected TargetInvocationException\r\n            </summary>\r\n        </member>\r\n        <member name=\"P:NUnit.Framework.Throws.Nothing\">\r\n            <summary>\r\n            Creates a constraint specifying that no exception is thrown\r\n            </summary>\r\n        </member>\r\n    </members>\r\n</doc>\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/license.txt",
    "content": "Copyright  2002-2008 Charlie Poole\r\nCopyright  2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov\r\nCopyright  2000-2002 Philip A. Craig\r\n\r\nThis software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software.\r\n\r\nPermission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions:\r\n\r\n1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment (see the following) in the product documentation is required.\r\n\r\nPortions Copyright  2002-2008 Charlie Poole or Copyright  2002-2004 James W. Newkirk, Michael C. Two, Alexei A. Vorontsov or Copyright  2000-2002 Philip A. Craig\r\n\r\n2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software.\r\n\r\n3. This notice may not be removed or altered from any source distribution.\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/NUnitTests.VisualState.xml",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<VisualState xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\" ShowCheckBoxes=\"false\">\r\n  <TopNode>[0-1000]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\NUnitTests.nunit</TopNode>\r\n  <SelectedNode>[0-1000]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\NUnitTests.nunit</SelectedNode>\r\n  <ExcludeCategories>false</ExcludeCategories>\r\n  <Nodes>\r\n    <Node UniqueName=\"[0-1000]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\NUnitTests.nunit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2832]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.framework.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2833]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2834]NUnit.Framework\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2835]NUnit.Framework.Constraints\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1001]NUnit.Framework.Constraints.AfterConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1023]NUnit.Framework.Constraints.AndTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1914]NUnit.Framework.Constraints.AssignableFromTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1924]NUnit.Framework.Constraints.AssignableToTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1934]NUnit.Framework.Constraints.AttributeExistsConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1697]NUnit.Framework.Constraints.BinarySerializableTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1144]NUnit.Framework.Constraints.ComparerTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1271]NUnit.Framework.Constraints.EmptyConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1806]NUnit.Framework.Constraints.EndsWithTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1826]NUnit.Framework.Constraints.EndsWithTestIgnoringCase\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1300]NUnit.Framework.Constraints.EqualConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1893]NUnit.Framework.Constraints.ExactTypeTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1060]NUnit.Framework.Constraints.FalseConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1196]NUnit.Framework.Constraints.GreaterThanOrEqualTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1176]NUnit.Framework.Constraints.GreaterThanTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1904]NUnit.Framework.Constraints.InstanceOfTypeTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1234]NUnit.Framework.Constraints.LessThanOrEqualTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1214]NUnit.Framework.Constraints.LessThanTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1398]NUnit.Framework.Constraints.MsgUtilTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1076]NUnit.Framework.Constraints.NaNConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1429]NUnit.Framework.Constraints.NotTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1035]NUnit.Framework.Constraints.NullConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1288]NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1443]NUnit.Framework.Constraints.NumericsTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1477]NUnit.Framework.Constraints.OrTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1643]NUnit.Framework.Constraints.PropertyExistsTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1660]NUnit.Framework.Constraints.PropertyTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1252]NUnit.Framework.Constraints.RangeConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1677]NUnit.Framework.Constraints.ReusableConstraintTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1684]NUnit.Framework.Constraints.SameAsTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1615]NUnit.Framework.Constraints.SamePathOrUnderTest_Linux\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1592]NUnit.Framework.Constraints.SamePathOrUnderTest_Windows\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1507]NUnit.Framework.Constraints.SamePathTest_Linux\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1488]NUnit.Framework.Constraints.SamePathTest_Windows\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1766]NUnit.Framework.Constraints.StartsWithTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1786]NUnit.Framework.Constraints.StartsWithTestIgnoringCase\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1559]NUnit.Framework.Constraints.SubPathTest_Linux\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1529]NUnit.Framework.Constraints.SubPathTest_Windows\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1728]NUnit.Framework.Constraints.SubstringTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1748]NUnit.Framework.Constraints.SubstringTestIgnoringCase\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1846]NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1859]NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1873]NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1044]NUnit.Framework.Constraints.TrueConstraintTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-1711]NUnit.Framework.Constraints.XmlSerializableTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2836]NUnit.Framework.Syntax\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2093]NUnit.Framework.Syntax.InvalidCodeTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2837]NUnit.Framework.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2772]NUnit.Framework.Tests.ValuesAttributeTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3878]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.core.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3879]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3880]NUnit.Core\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3881]NUnit.Core.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2919]NUnit.Core.Tests.CategoryAttributeTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2929]NUnit.Core.Tests.CombinatorialTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2998]NUnit.Core.Tests.CultureSettingAndDetectionTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3021]NUnit.Core.Tests.EventQueueTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3882]NUnit.Core.Tests.Generic\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2838]NUnit.Core.Tests.Generic.DeduceTypeArgsFromArgs&lt;T1,T2&gt;\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2839]NUnit.Core.Tests.Generic.DeduceTypeArgsFromArgs&lt;Double,Int32&gt;(100.0d,42)\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2842]NUnit.Core.Tests.Generic.DeduceTypeArgsFromArgs&lt;Int32,Double&gt;(42,100.0d)\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2845]NUnit.Core.Tests.Generic.SimpleGenericFixture&lt;TList&gt;\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2850]NUnit.Core.Tests.Generic.SimpleGenericMethods\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2866]NUnit.Core.Tests.Generic.TypeParameterUsedWithTestMethod&lt;T&gt;\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-2867]NUnit.Core.Tests.Generic.TypeParameterUsedWithTestMethod&lt;Double&gt;\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3158]NUnit.Core.Tests.PairwiseTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3169]NUnit.Core.Tests.PairwiseTest+LiveTest\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3178]NUnit.Core.Tests.ParameterizedTestFixture\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3195]NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3196]NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42)\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3188]NUnit.Core.Tests.ParameterizedTestFixtureWithNullArguments\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3297]NUnit.Core.Tests.RuntimeFrameworkTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3466]NUnit.Core.Tests.TestCaseAttributeTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3536]NUnit.Core.Tests.TestCaseSourceTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3753]NUnit.Core.Tests.TheoryTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3775]NUnit.Core.Tests.TheoryTests+SqrtTests_DisplayResults\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3817]NUnit.Core.Tests.TypeHelperTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-3844]NUnit.Core.Tests.ValueSourceTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4250]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.util.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4251]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4252]NUnit.Util\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4134]NUnit.Util.Tests.ServiceManagerSetUpFixture\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4110]NUnit.Util.Tests.RuntimeFrameworkSelectorTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4302]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.mocks.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4303]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4304]NUnit.Mocks\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4305]NUnit.Mocks.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4361]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit-console.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4362]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4363]NUnit.ConsoleRunner\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4364]NUnit.ConsoleRunner.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4345]NUnit.ConsoleRunner.Tests.TestNameParserTests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4604]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.uiexception.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4605]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4606]NUnit.UiException\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4607]NUnit.UiException.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4608]NUnit.UiException.Tests.CodeFormatters\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4609]NUnit.UiException.Tests.Controls\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4610]NUnit.UiException.Tests.StackTraceAnalyzers\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4665]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.uikit.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4666]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4667]NUnit.UiKit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4668]NUnit.UiKit.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4687]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit-gui.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4688]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4689]NUnit.Gui\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4690]NUnit.Gui.Tests\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4699]D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.fixtures.tests.dll\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4700]NUnit\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4701]NUnit.Fixtures\" Expanded=\"true\" />\r\n    <Node UniqueName=\"[0-4702]NUnit.Fixtures.Tests\" Expanded=\"true\" />\r\n  </Nodes>\r\n</VisualState>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/NUnitTests.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\r\n<configuration>\r\n<!--\r\n\t This is the configuration file for the NUnitTests.nunit test project. You may\r\n\t need to create a similar configuration file for your own test project. \r\n -->\t \r\n\r\n<!--\r\n\t The <NUnit> section is only needed if you want to use a non-default value\r\n\t for any of the settings. It is commented out below. If you are going to use\r\n   it, you must deifne the NUnit section group and the sections you need.\r\n \r\n   The syntax shown here works for most runtimes. If NUnit fails at startup, you\r\n   can try specifying the name of the assembly containing the NameValueSectionHandler:\r\n   \r\n      <section name=\"TestCaseBuilder\" type=\"System.Configuration.NameValueSectionHandler, System\" />\r\n      \r\n   If that fails, try the fully qualified name of the assembly:\r\n   \r\n      <section name=\"TestCaseBuilder\" type=\"System.Configuration.NameValueSectionHandler, System, \r\n             Version=2.0.50727.832, Culture=neutral, PublicKeyToken=b77a5c561934e089\" />\r\n             \r\n   Unfortunately, this last approach makes your config file non-portable across runtimes.\r\n   -->\r\n\r\n<!--\r\n  <configSections>\r\n\t\t<sectionGroup name=\"NUnit\">\r\n\t\t\t<section name=\"TestCaseBuilder\" type=\"System.Configuration.NameValueSectionHandler\"/>\r\n\t\t\t<section name=\"TestRunner\" type=\"System.Configuration.NameValueSectionHandler\"/>\r\n\t\t</sectionGroup>\r\n\t</configSections>\r\n -->\r\n\r\n  <appSettings>\r\n\t\t<!--   User application and configured property settings go here.-->\r\n\t\t<!--   Example: <add key=\"settingName\" value=\"settingValue\"/> -->\r\n\t\t<add key=\"test.setting\" value=\"54321\" />\r\n\t</appSettings>\r\n\r\n<!-- Sample NUnit section group showing all default values -->\r\n<!--\r\n\t<NUnit>\r\n\t\t<TestCaseBuilder>\r\n\t\t\t<add key=\"OldStyleTestCases\" value=\"false\" />\r\n\t\t</TestCaseBuilder>\r\n\t\t<TestRunner>\r\n\t\t\t<add key=\"ApartmentState\" value=\"MTA\" />\r\n\t\t\t<add key=\"ThreadPriority\" value=\"Normal\" />\r\n      <add key=\"DefaultLogThreshold\" value=\"Info\" />\r\n\t\t</TestRunner>\r\n\t</NUnit>\r\n-->\r\n  \r\n   <!--\r\n    The following <runtime> section allows running nunit tests under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0.\r\n   --> \r\n\t<runtime>\r\n\t\t<assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\t\tappliesTo=\"v1.0.3705\">\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Data\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Drawing\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Windows.Forms\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Xml\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t</assemblyBinding>\r\n\t</runtime>\r\n</configuration> \r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/NUnitTests.nunit",
    "content": "<NUnitProject>\r\n  <Settings appbase=\".\"/>\r\n  <Config name=\"Default\" binpath=\"lib;tests;framework\" runtimeFramework=\"v2.0\">\r\n    <assembly path=\"tests/nunit.framework.tests.dll\" />\r\n    <assembly path=\"tests/nunit.core.tests.dll\" />\r\n    <assembly path=\"tests/nunit.util.tests.dll\" />\r\n    <assembly path=\"tests/nunit.mocks.tests.dll\" />\r\n    <assembly path=\"tests/nunit-console.tests.dll\" />\r\n    <assembly path=\"tests/nunit.uiexception.tests.dll\" />\r\n    <assembly path=\"tests/nunit.uikit.tests.dll\" />\r\n    <assembly path=\"tests/nunit-gui.tests.dll\" />\r\n    <assembly path=\"tests/nunit.fixtures.tests.dll\" />\r\n  </Config>\r\n</NUnitProject>\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/TestResult.xml",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\" standalone=\"no\"?>\r\n<!--This file represents the results of running a test suite-->\r\n<test-results name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\NUnitTests.nunit\" total=\"3001\" errors=\"0\" failures=\"0\" not-run=\"2\" inconclusive=\"13\" ignored=\"0\" skipped=\"2\" invalid=\"0\" date=\"2011-04-02\" time=\"20:08:59\">\r\n  <environment nunit-version=\"2.5.10.11092\" clr-version=\"2.0.50727.4952\" os-version=\"Microsoft Windows NT 6.1.7600.0\" platform=\"Win32NT\" cwd=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\" machine-name=\"CHARLIE-LAPTOP\" user=\"charlie\" user-domain=\"charlie-laptop\" />\r\n  <culture-info current-culture=\"en-US\" current-uiculture=\"en-US\" />\r\n  <test-suite type=\"Project\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\NUnitTests.nunit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"88.847\" asserts=\"0\">\r\n    <results>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.framework.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"17.475\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"17.474\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"Framework\" executed=\"True\" result=\"Success\" success=\"True\" time=\"17.474\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Constraints\" executed=\"True\" result=\"Success\" success=\"True\" time=\"10.349\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"AfterConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"6.316\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadDelegates\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.FailsWithBadDelegates(NUnit.Framework.Constraints.ActualValueDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.502\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.FailsWithBadDelegates(NUnit.Framework.Constraints.ActualValueDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.507\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.FailsWithBadValues(False)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.FailsWithBadValues(0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.509\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ProvidesProperFailureMessage(False,&quot;False&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.501\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ProvidesProperFailureMessage(0,&quot;0&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.SimpleTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.602\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.SimpleTestUsingReference\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.603\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodDelegates\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.502\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.SucceedsWithGoodDelegates(NUnit.Framework.Constraints.ActualValueDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.501\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.502\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.SucceedsWithGoodValues(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.500\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ThatOverload_DoesNotAcceptNegativeDelayValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AfterConstraintTest.ThatOverload_ZeroDelayIsAllowed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AllItemsTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInRange\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInRange_UsingComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInRange_UsingIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInRange_UsingIComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInRangeFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInstancesOfType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreInstancesOfTypeFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreNotNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AllItemsTests.AllItemsAreNotNullFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AndTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.035\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AndTest.CanCombineTestsWithAndOperator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AndTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AndTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AndTest.FailsWithBadValues(37)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AndTest.FailsWithBadValues(53)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AndTest.ProvidesProperFailureMessage(37,&quot;37&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AndTest.ProvidesProperFailureMessage(53,&quot;53&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AndTest.SucceedsWithGoodValues(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssignableFromTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AssignableFromTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AssignableFromTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableFromTest.FailsWithBadValues(NUnit.Framework.Constraints.D2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableFromTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.D2,&quot;&lt;NUnit.Framework.Constraints.D2&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableFromTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.D1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableFromTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.B)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssignableToTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AssignableToTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AssignableToTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableToTest.FailsWithBadValues(NUnit.Framework.Constraints.B)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableToTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.B,&quot;&lt;NUnit.Framework.Constraints.B&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableToTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.D1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.AssignableToTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.D2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AttributeExistsConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.034\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.AttributeExistsOnMethodInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.AttributeTestPropertyValueOnMethodInfo\" description=\"my description\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.FailsWithBadValues(NUnit.Framework.Constraints.D2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.NonAttributeThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.D2,&quot;&lt;NUnit.Framework.Constraints.D2&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.AttributeExistsConstraintTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.AttributeExistsConstraintTest)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"BinarySerializableTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.029\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.FailsWithBadValues(NUnit.Framework.Constraints.InternalClass)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.InternalClass,&quot;&lt;InternalClass&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.SucceedsWithGoodValues(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.SucceedsWithGoodValues(&quot;a&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.SucceedsWithGoodValues(System.Collections.ArrayList)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.BinarySerializableTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.InternalWithSerializableAttributeClass)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionContainsTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.041\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.CanTestContentsOfArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.CanTestContentsOfArrayList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.CanTestContentsOfCollectionNotImplementingIList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.CanTestContentsOfSortedList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.IgnoreCaseIsHonored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.UsesProvidedEqualityComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.UsesProvidedEqualityComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionContainsTests.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionEquivalentTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.EqualCollectionsAreEquivalent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.EquivalentFailsWithDuplicateElementInActual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.EquivalentFailsWithDuplicateElementInExpected\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.EquivalentHandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.EquivalentHonorsIgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.EquivalentIgnoresOrder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionEquivalentTests.WorksWithCollectionsOfArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.049\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_Allows_adjacent_equal_values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_AtLeastOneArgMustImplementIComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_Handles_custom_comparison\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_Handles_custom_comparison2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_Handles_null\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrdered_TypesMustBeComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrderedBy\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrderedBy_Comparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrderedBy_Handles_heterogeneous_classes_as_long_as_the_property_is_of_same_type\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrderedDescending\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.IsOrderedDescending_2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.CollectionOrderedTests.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ComparerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.071\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"EqualItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.030\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4.0d,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4.0d,4.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(null,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4.0d,4.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4.0f,4.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4,4.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4,4.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4.0f,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(4.0f,4.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.EqualItems(null,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SpecialFloatingPointValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.SpecialFloatingPointValues(double.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.SpecialFloatingPointValues(float.NegativeInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.SpecialFloatingPointValues(float.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.SpecialFloatingPointValues(double.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.SpecialFloatingPointValues(double.NegativeInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.SpecialFloatingPointValues(float.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"UnequalItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4.0d,2.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4.0f,2.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4.0f,2.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4,2.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4,2.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4.0d,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4.0d,2.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ComparerTests.UnequalItems(4.0f,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EmptyConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.031\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.FailsWithBadValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.FailsWithBadValues(System.Object[])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.InvalidDataThrowsArgumentException(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.ProvidesProperFailureMessage(&quot;Hello&quot;,&quot;\\&quot;Hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.ProvidesProperFailureMessage(System.Object[],&quot;&lt; 1, 2, 3 &gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.SucceedsWithGoodValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.SucceedsWithGoodValues(System.Object[])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.SucceedsWithGoodValues(System.Collections.ArrayList)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EmptyConstraintTest.SucceedsWithGoodValues(System.Collections.Generic.List`1[System.Int32])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EndsWithTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.FailsWithBadValues(&quot;What the hell?&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.FailsWithBadValues(&quot;hello there&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.FailsWithBadValues(&quot;say hello to fred&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.FailsWithBadValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;\\&quot;goodbye\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ProvidesProperFailureMessage(&quot;What the hell?&quot;,&quot;\\&quot;What the hell?\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ProvidesProperFailureMessage(&quot;hello there&quot;,&quot;\\&quot;hello there\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ProvidesProperFailureMessage(&quot;say hello to fred&quot;,&quot;\\&quot;say hello to fred\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ProvidesProperFailureMessage(&quot;&quot;,&quot;&lt;string.Empty&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.SucceedsWithGoodValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTest.SucceedsWithGoodValues(&quot;I said hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EndsWithTestIgnoringCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.040\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.FailsWithBadValues(&quot;What the hell?&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.FailsWithBadValues(&quot;hello there&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.FailsWithBadValues(&quot;say hello to fred&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.FailsWithBadValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;\\&quot;goodbye\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;What the hell?&quot;,&quot;\\&quot;What the hell?\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;hello there&quot;,&quot;\\&quot;hello there\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;say hello to fred&quot;,&quot;\\&quot;say hello to fred\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;&quot;,&quot;&lt;string.Empty&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.SucceedsWithGoodValues(&quot;HELLO&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EndsWithTestIgnoringCase.SucceedsWithGoodValues(&quot;I said Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.206\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDates\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinDays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinHours\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinMilliseconds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinMinutes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinSeconds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinTicks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDatesWithinTimeSpan\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchDoublesWithRelativeTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDoublesWithRelativeTolerance(10000.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDoublesWithRelativeTolerance(9500.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDoublesWithRelativeTolerance(10500.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchDoublesWithUlpTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDoublesWithUlpTolerance(2E+16.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchDoublesWithUlpTolerance(2E+16.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchSinglesWithRelativeTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSinglesWithRelativeTolerance(10000.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSinglesWithRelativeTolerance(10500.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSinglesWithRelativeTolerance(9500.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchSinglesWithUlpTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSinglesWithUlpTolerance(2E+07.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSinglesWithUlpTolerance(2E+07.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchSpecialFloatingPointValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSpecialFloatingPointValues(double.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSpecialFloatingPointValues(float.NegativeInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSpecialFloatingPointValues(float.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSpecialFloatingPointValues(double.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSpecialFloatingPointValues(double.NegativeInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchSpecialFloatingPointValues(float.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.CanMatchTimeSpanWithinMinutes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfDaysPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfHoursPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfMillisecondsPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfMinutesPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfPercentPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfSecondsPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfTicksPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfUlpsIsUsedOnDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ErrorIfUlpsIsUsedOnIntegralType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfUlpsIsUsedOnIntegralType(1000,1010)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfUlpsIsUsedOnIntegralType(1000UL,1010UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfUlpsIsUsedOnIntegralType(1000,1010)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfUlpsIsUsedOnIntegralType(1000L,1010L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorIfUlpsPrecedesWithin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorWithPercentAndUlpsToleranceModes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ErrorWithUlpsAndPercentToleranceModes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsOnDoublesOutsideOfRelativeTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnDoublesOutsideOfRelativeTolerance(11500.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnDoublesOutsideOfRelativeTolerance(8500.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsOnDoublesOutsideOfUlpTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnDoublesOutsideOfUlpTolerance(2E+16.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnDoublesOutsideOfUlpTolerance(2E+16.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsOnSinglesOutsideOfRelativeTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnSinglesOutsideOfRelativeTolerance(8500.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnSinglesOutsideOfRelativeTolerance(11500.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsOnSinglesOutsideOfUlpTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnSinglesOutsideOfUlpTolerance(2E+07.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsOnSinglesOutsideOfUlpTolerance(2E+07.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsWithBadValues(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsWithBadValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsWithBadValues(double.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.FailsWithBadValues(double.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ProvidesProperFailureMessage(5,&quot;5&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ProvidesProperFailureMessage(&quot;Hello&quot;,&quot;\\&quot;Hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ProvidesProperFailureMessage(double.NaN,&quot;NaN&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.ProvidesProperFailureMessage(double.PositiveInfinity,&quot;Infinity&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.SucceedsWithGoodValues(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.SucceedsWithGoodValues(4.0f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.SucceedsWithGoodValues(4.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.SucceedsWithGoodValues(4.0000m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.UsesProvidedEqualityComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.UsesProvidedEqualityComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualConstraintTest.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualityComparerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualityComparerTests.CanCompareArrayContainingSelfToSelf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualTest.FailedStringMatchShowsFailurePosition\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualTest.LongStringsAreTruncated\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualTest.LongStringsAreTruncatedAtBothEndsIfNecessary\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualTest.LongStringsAreTruncatedAtFrontEndIfNecessary\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.EqualTest.TestPropertyWithPrivateSetter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ExactTypeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.017\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.FailsWithBadValues(NUnit.Framework.Constraints.B)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.FailsWithBadValues(NUnit.Framework.Constraints.D2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.B,&quot;&lt;NUnit.Framework.Constraints.B&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.D2,&quot;&lt;NUnit.Framework.Constraints.D2&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ExactTypeTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.D1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FalseConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.027\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.FailsWithBadValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.FailsWithBadValues(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.FailsWithBadValues(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.ProvidesProperFailureMessage(&quot;hello&quot;,&quot;\\&quot;hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.ProvidesProperFailureMessage(True,&quot;True&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.ProvidesProperFailureMessage(True,&quot;True&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.SucceedsWithGoodValues(False)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.FalseConstraintTest.SucceedsWithGoodValues(False)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FloatingPointNumericsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.FloatingPointNumericsTest.DoubleEqualityWithUlps\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.FloatingPointNumericsTest.FloatEqualityWithUlps\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.FloatingPointNumericsTest.MirroredDoubleReinterpretation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.FloatingPointNumericsTest.MirroredFloatReinterpretation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.FloatingPointNumericsTest.MirroredIntegerReinterpretation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.FloatingPointNumericsTest.MirroredLongReinterpretation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"GreaterThanOrEqualTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.036\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.CanCompareIComparables\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.CanCompareIComparablesOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.ComparisonConstraintTest.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.ComparisonConstraintTest.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.ComparisonConstraintTest.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.FailsWithBadValues(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.InvalidDataThrowsArgumentException(&quot;xxx&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.ProvidesProperFailureMessage(4,&quot;4&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.SucceedsWithGoodValues(6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanOrEqualTest.SucceedsWithGoodValues(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"GreaterThanTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.036\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.CanCompareIComparables\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.CanCompareIComparablesOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ComparisonConstraintTest.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ComparisonConstraintTest.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ComparisonConstraintTest.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.FailsWithBadValues(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.FailsWithBadValues(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.InvalidDataThrowsArgumentException(&quot;xxx&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ProvidesProperFailureMessage(4,&quot;4&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.ProvidesProperFailureMessage(5,&quot;5&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.SucceedsWithGoodValues(6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.GreaterThanTest.SucceedsWithGoodValues(5.001d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"InstanceOfTypeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.017\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.InstanceOfTypeTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.InstanceOfTypeTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.InstanceOfTypeTest.FailsWithBadValues(NUnit.Framework.Constraints.B)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.InstanceOfTypeTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.B,&quot;&lt;NUnit.Framework.Constraints.B&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.InstanceOfTypeTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.D1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.InstanceOfTypeTest.SucceedsWithGoodValues(NUnit.Framework.Constraints.D2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LessThanOrEqualTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.031\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.CanCompareIComparables\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.CanCompareIComparablesOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.ComparisonConstraintTest.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.ComparisonConstraintTest.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.ComparisonConstraintTest.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.FailsWithBadValues(6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.InvalidDataThrowsArgumentException(&quot;xxx&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.ProvidesProperFailureMessage(6,&quot;6&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.SucceedsWithGoodValues(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanOrEqualTest.SucceedsWithGoodValues(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LessThanTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.038\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.CanCompareIComparables\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.CanCompareIComparablesOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ComparisonConstraintTest.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ComparisonConstraintTest.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ComparisonConstraintTest.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.FailsWithBadValues(6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.FailsWithBadValues(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.InvalidDataThrowsArgumentException(&quot;xxx&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ProvidesProperFailureMessage(6,&quot;6&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.ProvidesProperFailureMessage(5,&quot;5&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.SucceedsWithGoodValues(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.LessThanTest.SucceedsWithGoodValues(4.999d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"MsgUtilTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.065\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.ClipExpectedAndActual_StringsDoNotFitInLine\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.ClipExpectedAndActual_StringsFitInLine\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.ClipExpectedAndActual_StringTailsFitInLine\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"EscapeControlCharsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\a&quot;,&quot;\\\\a&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\r\\r\\r&quot;,&quot;\\\\r\\\\r\\\\r&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\r\\n&quot;,&quot;\\\\r\\\\n&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\n\\r&quot;,&quot;\\\\n\\\\r&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;This is a\\rtest message&quot;,&quot;This is a\\\\rtest message&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;&quot;,&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(null,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\t&quot;,&quot;\\\\t&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\t\\n&quot;,&quot;\\\\t\\\\n&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\\\r\\\\n&quot;,&quot;\\\\\\\\r\\\\\\\\n&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\n&quot;,&quot;\\\\n&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\b&quot;,&quot;\\\\b&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\f&quot;,&quot;\\\\f&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\v&quot;,&quot;\\\\v&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\x0085&quot;,&quot;\\\\x0085&quot;)\" description=\"Next line character\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\x2028&quot;,&quot;\\\\x2028&quot;)\" description=\"Line separator character\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\x2029&quot;,&quot;\\\\x2029&quot;)\" description=\"Paragraph separator character\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\n\\n&quot;,&quot;\\\\n\\\\n&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\n\\n\\n&quot;,&quot;\\\\n\\\\n\\\\n&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\r&quot;,&quot;\\\\r&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.EscapeControlCharsTest(&quot;\\r\\r&quot;,&quot;\\\\r\\\\r&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TestClipString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.ClipAtEnd\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.NoClippingNeeded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.ClipAtStart\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.MsgUtilTests.ClipAtStartAndEnd\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NaNConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.042\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(double.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(double.NegativeInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(float.PositiveInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.FailsWithBadValues(float.NegativeInfinity)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(&quot;hello&quot;,&quot;\\&quot;hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(42,&quot;42&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(double.PositiveInfinity,&quot;Infinity&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(double.NegativeInfinity,&quot;-Infinity&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(float.PositiveInfinity,&quot;Infinity&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.ProvidesProperFailureMessage(float.NegativeInfinity,&quot;-Infinity&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.SucceedsWithGoodValues(double.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NaNConstraintTest.SucceedsWithGoodValues(float.NaN)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.028\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NotTest.CanUseNotOperator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NotTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NotTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NotTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NotTest.NotHonorsIgnoreCaseUsingConstructors\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NotTest.NotHonorsIgnoreCaseUsingPrefixNotation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NotTest.NotHonorsTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NotTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NotTest.SucceedsWithGoodValues(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NotTest.SucceedsWithGoodValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NullConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NullConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NullConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullConstraintTest.FailsWithBadValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullConstraintTest.ProvidesProperFailureMessage(&quot;hello&quot;,&quot;\\&quot;hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullConstraintTest.SucceedsWithGoodValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NullOrEmptyStringConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.FailsWithBadValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.InvalidDataThrowsArgumentException(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.ProvidesProperFailureMessage(&quot;Hello&quot;,&quot;\\&quot;Hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.SucceedsWithGoodValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NullOrEmptyStringConstraintTest.SucceedsWithGoodValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NumericsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.079\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchDecimalWithoutToleranceMode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchDecimalWithPercentage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchIntegralsWithPercentage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.029\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(9500L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10500UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(9500UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10000L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10000UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10500L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10000)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(9500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(9500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchIntegralsWithPercentage(10000)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchWithoutToleranceMode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchWithoutToleranceMode(123456789)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchWithoutToleranceMode(123456789UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchWithoutToleranceMode(123456789L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchWithoutToleranceMode(123456789)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchWithoutToleranceMode(1234.568f)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.CanMatchWithoutToleranceMode(1234.5678d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnDecimalAbovePercentage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnDecimalBelowPercentage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsOnIntegralsOutsideOfPercentage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(8500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(8500UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(11500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(11500UL)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(8500L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(11500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(11500L)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.NumericsTest.FailsOnIntegralsOutsideOfPercentage(8500)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"OrTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.OrTest.CanCombineTestsWithOrOperator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.OrTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.OrTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.OrTest.FailsWithBadValues(37)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.OrTest.ProvidesProperFailureMessage(37,&quot;37&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.OrTest.SucceedsWithGoodValues(99)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.OrTest.SucceedsWithGoodValues(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyExistsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.032\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.FailsWithBadValues(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.FailsWithBadValues(System.Collections.ArrayList)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.FailsWithBadValues(System.Int32)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.InvalidDataThrowsException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.ProvidesProperFailureMessage(42,&quot;&lt;System.Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.ProvidesProperFailureMessage(System.Collections.ArrayList,&quot;&lt;System.Collections.ArrayList&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.ProvidesProperFailureMessage(System.Int32,&quot;&lt;System.Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.SucceedsWithGoodValues(System.Int32[])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.SucceedsWithGoodValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyExistsTest.SucceedsWithGoodValues(System.Array)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.035\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.PropertyTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.PropertyTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.FailsWithBadValues(System.Int32[])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.InvalidDataThrowsException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.InvalidDataThrowsException(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.InvalidDataThrowsException(System.Collections.ArrayList)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.PropertyTest.PropertyEqualToValueWithTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.ProvidesProperFailureMessage(System.Int32[],&quot;3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;7&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.SucceedsWithGoodValues(System.Int32[])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.PropertyTest.SucceedsWithGoodValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RangeConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.FailsWithBadValues(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.FailsWithBadValues(43)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.InvalidDataThrowsArgumentException(&quot;xxx&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.ProvidesProperFailureMessage(4,&quot;4&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.ProvidesProperFailureMessage(43,&quot;43&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.SucceedsWithGoodValues(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.SucceedsWithGoodValues(23)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.SucceedsWithGoodValues(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.UsesProvidedComparerOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.UsesProvidedComparisonOfT\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.RangeConstraintTest.UsesProvidedIComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ReusableConstraintTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.ReusableConstraintTests.CanCreateReusableConstraintByImplicitConversion\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-suite type=\"Theory\" name=\"CanReuseReusableConstraintMultipleTimes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ReusableConstraintTests.CanReuseReusableConstraintMultipleTimes(&lt;not &lt;empty&gt;&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ReusableConstraintTests.CanReuseReusableConstraintMultipleTimes(&lt;not &lt;null&gt;&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ReusableConstraintTests.CanReuseReusableConstraintMultipleTimes(&lt;property Length &lt;greaterthan 3&gt;&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ReusableConstraintTests.CanReuseReusableConstraintMultipleTimes(&lt;and &lt;property Length &lt;equal 4&gt;&gt; &lt;startswith &quot;te&quot;&gt;&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SameAsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SameAsTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SameAsTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.FailsWithBadValues(System.Object)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.FailsWithBadValues(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.FailsWithBadValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.ProvidesProperFailureMessage(System.Object,&quot;&lt;System.Object&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.ProvidesProperFailureMessage(3,&quot;3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.ProvidesProperFailureMessage(&quot;Hello&quot;,&quot;\\&quot;Hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SameAsTest.SucceedsWithGoodValues(System.Object)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathOrUnderTest_Linux\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.062\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(123)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(&quot;/Folder1/Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(&quot;/FOLDER1/./junk/../Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(&quot;/FOLDER1/./junk/../Folder2/temp/../Folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(&quot;/folder1/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(&quot;/folder1/./folder2/../folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.FailsWithBadValues(&quot;/folder1&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(123,&quot;123&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(&quot;/Folder1/Folder2&quot;,&quot;\\&quot;/Folder1/Folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(&quot;/FOLDER1/./junk/../Folder2&quot;,&quot;\\&quot;/FOLDER1/./junk/../Folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(&quot;/FOLDER1/./junk/../Folder2/temp/../Folder3&quot;,&quot;\\&quot;/FOLDER1/./junk/../Folder2/temp/../Folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/folder3&quot;,&quot;\\&quot;/folder1/folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/./folder2/../folder3&quot;,&quot;\\&quot;/folder1/./folder2/../folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.ProvidesProperFailureMessage(&quot;/folder1&quot;,&quot;\\&quot;/folder1\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;/folder1/folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;/folder1/./folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;/folder1/junk/../folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;\\\\folder1\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;/folder1/folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;/folder1/./folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;/folder1/junk/../folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Linux.SucceedsWithGoodValues(&quot;\\\\folder1\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathOrUnderTest_Windows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.FailsWithBadValues(123)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.ProvidesProperFailureMessage(123,&quot;123&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\folder3&quot;,&quot;\\&quot;C:\\\\folder1\\\\folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp&quot;,&quot;\\&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\Folder1\\\\Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\.\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\junk\\\\..\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\FOLDER1\\\\.\\\\junk\\\\..\\\\Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:/folder1/folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\junk\\\\..\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\FOLDER1\\\\.\\\\junk\\\\..\\\\Folder2\\\\temp\\\\..\\\\Folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathOrUnderTest_Windows.SucceedsWithGoodValues(&quot;C:/folder1/folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathTest_Linux\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.045\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.FailsWithBadValues(123)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.FailsWithBadValues(&quot;/folder2/file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.FailsWithBadValues(&quot;/folder1/./folder2/../file.temp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.FailsWithBadValues(&quot;/Folder1/File.TMP&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.FailsWithBadValues(&quot;/FOLDER1/./folder2/../File.TMP&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ProvidesProperFailureMessage(123,&quot;123&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ProvidesProperFailureMessage(&quot;/folder2/file.tmp&quot;,&quot;\\&quot;/folder2/file.tmp\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/./folder2/../file.temp&quot;,&quot;\\&quot;/folder1/./folder2/../file.temp\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ProvidesProperFailureMessage(&quot;/Folder1/File.TMP&quot;,&quot;\\&quot;/Folder1/File.TMP\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.ProvidesProperFailureMessage(&quot;/FOLDER1/./folder2/../File.TMP&quot;,&quot;\\&quot;/FOLDER1/./folder2/../File.TMP\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.RootPathEquality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/./file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/folder2/../file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/./folder2/../file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Linux.SucceedsWithGoodValues(&quot;\\\\folder1\\\\file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathTest_Windows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.038\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.FailsWithBadValues(123)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder2\\\\file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.ProvidesProperFailureMessage(123,&quot;123&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder2\\\\file.tmp&quot;,&quot;\\&quot;C:\\\\folder2\\\\file.tmp\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp&quot;,&quot;\\&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.RootPathEquality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\Folder1\\\\File.TMP&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\.\\\\file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\folder2\\\\..\\\\file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\FOLDER1\\\\.\\\\folder2\\\\..\\\\File.TMP&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SamePathTest_Windows.SucceedsWithGoodValues(&quot;C:/folder1/file.tmp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StartsWithTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.037\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.FailsWithBadValues(&quot;HELLO THERE&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.FailsWithBadValues(&quot;I said hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.FailsWithBadValues(&quot;say hello to fred&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.FailsWithBadValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;\\&quot;goodbye\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ProvidesProperFailureMessage(&quot;HELLO THERE&quot;,&quot;\\&quot;HELLO THERE\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ProvidesProperFailureMessage(&quot;I said hello&quot;,&quot;\\&quot;I said hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ProvidesProperFailureMessage(&quot;say hello to fred&quot;,&quot;\\&quot;say hello to fred\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ProvidesProperFailureMessage(&quot;&quot;,&quot;&lt;string.Empty&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.SucceedsWithGoodValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTest.SucceedsWithGoodValues(&quot;hello there&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StartsWithTestIgnoringCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.040\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.FailsWithBadValues(&quot;What the hell?&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.FailsWithBadValues(&quot;I said hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.FailsWithBadValues(&quot;say Hello to fred&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.FailsWithBadValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;\\&quot;goodbye\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;What the hell?&quot;,&quot;\\&quot;What the hell?\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;I said hello&quot;,&quot;\\&quot;I said hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;say Hello to fred&quot;,&quot;\\&quot;say Hello to fred\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ProvidesProperFailureMessage(&quot;&quot;,&quot;&lt;string.Empty&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.SucceedsWithGoodValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.StartsWithTestIgnoringCase.SucceedsWithGoodValues(&quot;HELLO there&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SubPathTest_Linux\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.070\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.025\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(123)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/Folder1/Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/FOLDER1/./junk/../Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/FOLDER1/./junk/../Folder2/temp/../Folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/folder1/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/folder1/./folder2/../folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/folder1&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/folder1/folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/folder1/./folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;/folder1/junk/../folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.FailsWithBadValues(&quot;\\\\folder1\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(123,&quot;123&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/Folder1/Folder2&quot;,&quot;\\&quot;/Folder1/Folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/FOLDER1/./junk/../Folder2&quot;,&quot;\\&quot;/FOLDER1/./junk/../Folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/FOLDER1/./junk/../Folder2/temp/../Folder3&quot;,&quot;\\&quot;/FOLDER1/./junk/../Folder2/temp/../Folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/folder3&quot;,&quot;\\&quot;/folder1/folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/./folder2/../folder3&quot;,&quot;\\&quot;/folder1/./folder2/../folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1&quot;,&quot;\\&quot;/folder1\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/folder2&quot;,&quot;\\&quot;/folder1/folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/./folder2&quot;,&quot;\\&quot;/folder1/./folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;/folder1/junk/../folder2&quot;,&quot;\\&quot;/folder1/junk/../folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.ProvidesProperFailureMessage(&quot;\\\\folder1\\\\folder2&quot;,&quot;\\&quot;\\\\folder1\\\\folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.SubPathOfRoot\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/./folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.SucceedsWithGoodValues(&quot;/folder1/junk/../folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Linux.SucceedsWithGoodValues(&quot;\\\\folder1\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SubPathTest_Windows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.063\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(123)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\Folder1\\\\Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\.\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\folder1\\\\junk\\\\..\\\\folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:\\\\FOLDER1\\\\.\\\\junk\\\\..\\\\Folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.FailsWithBadValues(&quot;C:/folder1/folder2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(123,&quot;123&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\folder3&quot;,&quot;\\&quot;C:\\\\folder1\\\\folder3\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp&quot;,&quot;\\&quot;C:\\\\folder1\\\\.\\\\folder2\\\\..\\\\file.temp\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\folder2&quot;,&quot;\\&quot;C:\\\\folder1\\\\folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\Folder1\\\\Folder2&quot;,&quot;\\&quot;C:\\\\Folder1\\\\Folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\.\\\\folder2&quot;,&quot;\\&quot;C:\\\\folder1\\\\.\\\\folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\folder1\\\\junk\\\\..\\\\folder2&quot;,&quot;\\&quot;C:\\\\folder1\\\\junk\\\\..\\\\folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:\\\\FOLDER1\\\\.\\\\junk\\\\..\\\\Folder2&quot;,&quot;\\&quot;C:\\\\FOLDER1\\\\.\\\\junk\\\\..\\\\Folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.ProvidesProperFailureMessage(&quot;C:/folder1/folder2&quot;,&quot;\\&quot;C:/folder1/folder2\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.SubPathOfRoot\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\.\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\folder1\\\\junk\\\\..\\\\folder2\\\\folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.SucceedsWithGoodValues(&quot;C:\\\\FOLDER1\\\\.\\\\junk\\\\..\\\\Folder2\\\\temp\\\\..\\\\Folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubPathTest_Windows.SucceedsWithGoodValues(&quot;C:/folder1/folder2/folder3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SubstringTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.FailsWithBadValues(&quot;HELLO&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.FailsWithBadValues(&quot;What the hell?&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.FailsWithBadValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;\\&quot;goodbye\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ProvidesProperFailureMessage(&quot;HELLO&quot;,&quot;\\&quot;HELLO\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ProvidesProperFailureMessage(&quot;What the hell?&quot;,&quot;\\&quot;What the hell?\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ProvidesProperFailureMessage(&quot;&quot;,&quot;&lt;string.Empty&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.SucceedsWithGoodValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.SucceedsWithGoodValues(&quot;hello there&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.SucceedsWithGoodValues(&quot;I said hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTest.SucceedsWithGoodValues(&quot;say hello to fred&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SubstringTestIgnoringCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.035\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.FailsWithBadValues(&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.FailsWithBadValues(&quot;What the hell?&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.FailsWithBadValues(&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.ProvidesProperFailureMessage(&quot;goodbye&quot;,&quot;\\&quot;goodbye\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.ProvidesProperFailureMessage(&quot;What the hell?&quot;,&quot;\\&quot;What the hell?\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.ProvidesProperFailureMessage(&quot;&quot;,&quot;&lt;string.Empty&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.SucceedsWithGoodValues(&quot;Hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.SucceedsWithGoodValues(&quot;HellO there&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.SucceedsWithGoodValues(&quot;I said HELLO&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.SubstringTestIgnoringCase.SucceedsWithGoodValues(&quot;say hello to fred&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThrowsConstraintTest_ExactType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;&lt;System.ApplicationException&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;no exception thrown&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;&lt;System.Exception&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_ExactType.SucceedsWithGoodValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThrowsConstraintTest_InstanceOfType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.027\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;&lt;System.ArgumentException&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;no exception thrown&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;&lt;System.Exception&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.SucceedsWithGoodValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_InstanceOfType.SucceedsWithGoodValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThrowsConstraintTest_WithConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.FailsWithBadValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;&lt;System.ApplicationException&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;no exception thrown&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.ProvidesProperFailureMessage(NUnit.Framework.TestDelegate,&quot;&lt;System.Exception&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.ThrowsConstraintTest_WithConstraint.SucceedsWithGoodValues(NUnit.Framework.TestDelegate)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ToStringTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.ToStringTests.CanDisplayPrefixConstraints_Resolved\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ToStringTests.CanDisplaySimpleConstraints_Resolved\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ToStringTests.CanDisplaySimpleConstraints_Unresolved\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ToStringTests.DisplayBinaryConstraints_Resolved\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ToStringTests.DisplayBinaryConstraints_UnResolved\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.ToStringTests.DisplayPrefixConstraints_Unresolved\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TrueConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.030\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.FailsWithBadValues(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.FailsWithBadValues(&quot;hello&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.FailsWithBadValues(False)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.FailsWithBadValues(False)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.ProvidesProperFailureMessage(null,&quot;null&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.ProvidesProperFailureMessage(&quot;hello&quot;,&quot;\\&quot;hello\\&quot;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.ProvidesProperFailureMessage(False,&quot;False&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.ProvidesProperFailureMessage(False,&quot;False&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.SucceedsWithGoodValues(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.TrueConstraintTest.SucceedsWithGoodValues(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"XmlSerializableTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.824\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.ConstraintTestBaseNoData.ProvidesProperDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.ConstraintTestBaseNoData.ProvidesProperStringRepresentation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"FailsWithBadValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.703\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.FailsWithBadValues(System.Collections.Generic.Dictionary`2[System.String,System.String])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.339\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.FailsWithBadValues(NUnit.Framework.Constraints.InternalClass)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.206\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.FailsWithBadValues(NUnit.Framework.Constraints.InternalWithSerializableAttributeClass)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.152\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"InvalidDataThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.InvalidDataThrowsArgumentException(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ProvidesProperFailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.471\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.ProvidesProperFailureMessage(System.Collections.Generic.Dictionary`2[System.String,System.String],&quot;&lt;Dictionary`2&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.156\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.InternalClass,&quot;&lt;InternalClass&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.157\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.ProvidesProperFailureMessage(NUnit.Framework.Constraints.InternalWithSerializableAttributeClass,&quot;&lt;InternalWithSerializableAttributeClass&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.152\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SucceedsWithGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.633\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.SucceedsWithGoodValues(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.030\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.SucceedsWithGoodValues(&quot;a&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Constraints.XmlSerializableTest.SucceedsWithGoodValues(System.Collections.ArrayList)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.589\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                  <test-suite type=\"Namespace\" name=\"Syntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"5.267\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"AfterSyntaxUsingActualPassedByRef\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.439\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.EqualToTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.203\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.GreaterTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.201\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.HasMemberTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.203\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.NullTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.201\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.SameAsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.TextTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.201\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingActualPassedByRef.TrueTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AfterSyntaxUsingAnonymousDelegates\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.426\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.EqualToTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.201\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.GreaterTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.HasMemberTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.201\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.NullTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.SameAsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.TextTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterSyntaxUsingAnonymousDelegates.TrueTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AfterTest_AndOperator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_AndOperator.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_AndOperator.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_AndOperator.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AfterTest_ProperyTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_ProperyTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_ProperyTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_ProperyTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AfterTest_SimpleConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_SimpleConstraint.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_SimpleConstraint.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AfterTest_SimpleConstraint.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AllTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AllTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AllTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AllTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AndIsEvaluatedBeforeFollowingOr\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndIsEvaluatedBeforeFollowingOr.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndIsEvaluatedBeforeFollowingOr.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndIsEvaluatedBeforeFollowingOr.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AndIsEvaluatedBeforePrecedingOr\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndIsEvaluatedBeforePrecedingOr.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndIsEvaluatedBeforePrecedingOr.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndIsEvaluatedBeforePrecedingOr.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AndOperatorOverride\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndOperatorOverride.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndOperatorOverride.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndOperatorOverride.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AndTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AndTest_ThreeAndsWithNot\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndTest_ThreeAndsWithNot.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndTest_ThreeAndsWithNot.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AndTest_ThreeAndsWithNot.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ArbitraryConstraintMatching\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.ArbitraryConstraintMatching.CanMatchCustomConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ArbitraryConstraintMatching.CanMatchCustomConstraintAfterPrefix\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ArbitraryConstraintMatching.CanMatchCustomConstraintsUnderAndOperator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ArbitraryConstraintMatching.CanMatchPredicate\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssignableFromTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableFromTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableFromTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableFromTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssignableFromTest_Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableFromTest_Generic.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableFromTest_Generic.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableFromTest_Generic.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssignableToTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableToTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableToTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableToTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssignableToTest_Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableToTest_Generic.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableToTest_Generic.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AssignableToTest_Generic.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AtLeastTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AtLeastTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AtLeastTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AtLeastTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AtMostTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AtMostTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AtMostTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AtMostTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AttributeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AttributeTest_Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTest_Generic.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTest_Generic.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTest_Generic.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AttributeTestWithFollowingConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTestWithFollowingConstraint.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTestWithFollowingConstraint.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.AttributeTestWithFollowingConstraint.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"BinarySerializableTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.BinarySerializableTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.BinarySerializableTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.BinarySerializableTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionContainsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionContainsTest_Comparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer.ComparerIsCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer.ComparerIsCalledInExpression\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionContainsTest_Comparer_String\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer_String.ComparerIsCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer_String.ComparerIsCalledInExpression\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer_String.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer_String.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_Comparer_String.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionContainsTest_String\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_String.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_String.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionContainsTest_String.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionEquivalentTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionEquivalentTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionEquivalentTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionEquivalentTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionMemberTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionMemberTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionMemberTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionMemberTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionMemberTest_Comparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionMemberTest_Comparer.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionMemberTest_Comparer.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionMemberTest_Comparer.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedByTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedByTest_Comparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedByTest_Comparer_Descending\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer_Descending.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer_Descending.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Comparer_Descending.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedByTest_Descending\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Descending.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Descending.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedByTest_Descending.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedTest_Comparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Comparer.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Comparer.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Comparer.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedTest_Comparer_Descending\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Comparer_Descending.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Comparer_Descending.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Comparer_Descending.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionOrderedTest_Descending\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Descending.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Descending.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionOrderedTest_Descending.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionSubsetTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionSubsetTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionSubsetTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CollectionSubsetTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CountTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.CountTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CountTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.CountTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EmptyTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EmptyTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EmptyTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EmptyTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EndsWithTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EndsWithTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EndsWithTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EndsWithTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EndsWithTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EndsWithTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EndsWithTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EndsWithTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualityTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualityTests.EqualityTestsUsingDefaultFloatingPointTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualityTests.EqualityTestsWithTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualityTests.EqualityTestsWithTolerance_MixedFloatAndDouble\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualityTests.EqualityTestsWithTolerance_MixingTypesGenerally\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualityTests.SimpleEqualityTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualToTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualToTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualToTest_WithinTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest_WithinTolerance.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest_WithinTolerance.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.EqualToTest_WithinTolerance.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ExactTypeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.ExactTypeTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ExactTypeTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ExactTypeTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ExactTypeTest_Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.ExactTypeTest_Generic.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ExactTypeTest_Generic.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ExactTypeTest_Generic.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FalseTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.FalseTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.FalseTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.FalseTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"GreaterThanOrEqualTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.GreaterThanOrEqualTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.GreaterThanOrEqualTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.GreaterThanOrEqualTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"GreaterThanTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.GreaterThanTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.GreaterThanTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.GreaterThanTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"InstanceOfTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"InstanceOfTest_Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTest_Generic.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTest_Generic.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTest_Generic.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"InstanceOfTypeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTypeTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTypeTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTypeTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"InstanceOfTypeTest_Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTypeTest_Generic.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTypeTest_Generic.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.InstanceOfTypeTest_Generic.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"InvalidCodeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.283\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CodeShouldNotCompile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.790\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompile(&quot;Is.Null.Not&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.228\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompile(&quot;Is.Null.And.Throws&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.110\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompile(&quot;Is.All.And.And&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.109\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompile(&quot;Is.Not.Null.GreaterThan(10))&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.107\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompile(&quot;Is.Null.All&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.111\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompile(&quot;Is.And&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.109\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CodeShouldNotCompileAsFinishedConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.488\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompileAsFinishedConstraint(&quot;Is.All&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.115\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompileAsFinishedConstraint(&quot;Is.All.Not&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.117\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompileAsFinishedConstraint(&quot;Is.Not&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.128\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Framework.Syntax.InvalidCodeTests.CodeShouldNotCompileAsFinishedConstraint(&quot;Is.Not.All&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.120\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LengthTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.LengthTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.LengthTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.LengthTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LessThanOrEqualTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.LessThanOrEqualTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.LessThanOrEqualTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.LessThanOrEqualTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LessThanTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.LessThanTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.LessThanTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.LessThanTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"MessageTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.MessageTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.MessageTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.MessageTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"MixedOperatorOverrides\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.MixedOperatorOverrides.ComplexTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NaNTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NaNTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NaNTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NaNTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NoneTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NoneTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NoneTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NoneTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotOperatorOverride\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotOperatorOverride.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotOperatorOverride.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotOperatorOverride.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotSamePathOrUnderTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathOrUnderTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathOrUnderTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathOrUnderTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotSamePathOrUnderTest_RespectCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathOrUnderTest_RespectCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathOrUnderTest_RespectCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathOrUnderTest_RespectCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotSamePathTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotSamePathTest_RespectCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathTest_RespectCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathTest_RespectCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotSamePathTest_RespectCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotTest_Cascaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotTest_Cascaded.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotTest_Cascaded.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NotTest_Cascaded.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NullTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.NullTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NullTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.NullTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"OperatorPrecedenceTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.OperatorPrecedenceTests.SomeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OperatorPrecedenceTests.WithTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"6\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"OrOperatorOverride\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrOperatorOverride.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrOperatorOverride.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrOperatorOverride.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"OrTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"OrTest_ThreeOrs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrTest_ThreeOrs.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrTest_ThreeOrs.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.OrTest_ThreeOrs.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyExistsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyExistsTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyExistsTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyExistsTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyExistsTest_AndFollows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyExistsTest_AndFollows.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyExistsTest_AndFollows.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyExistsTest_AndFollows.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertySyntaxVariations\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertySyntaxVariations.ExistenceTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertySyntaxVariations.SeparateConstraintTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyTest_ConstraintFollows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyTest_ConstraintFollows.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyTest_ConstraintFollows.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyTest_ConstraintFollows.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyTest_NotFollows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyTest_NotFollows.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyTest_NotFollows.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.PropertyTest_NotFollows.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RegexTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.RegexTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.RegexTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.RegexTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RegexTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.RegexTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.RegexTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.RegexTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathOrUnderTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathOrUnderTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathOrUnderTest_RespectCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest_RespectCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest_RespectCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathOrUnderTest_RespectCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SamePathTest_RespectCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest_RespectCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest_RespectCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SamePathTest_RespectCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SomeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SomeTest_BeforeBinaryOperators\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_BeforeBinaryOperators.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_BeforeBinaryOperators.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_BeforeBinaryOperators.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SomeTest_NestedSome\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_NestedSome.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_NestedSome.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_NestedSome.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SomeTest_UseOfAndSome\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_UseOfAndSome.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_UseOfAndSome.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SomeTest_UseOfAndSome.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StartsWithTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.StartsWithTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.StartsWithTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.StartsWithTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StartsWithTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.StartsWithTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.StartsWithTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.StartsWithTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SubstringTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SubstringTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SubstringTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SubstringTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SubstringTest_IgnoreCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.SubstringTest_IgnoreCase.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SubstringTest_IgnoreCase.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.SubstringTest_IgnoreCase.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TextContains\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextContains.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextContains.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextContains.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TextEndsWithTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextEndsWithTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextEndsWithTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextEndsWithTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TextMatchesTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextMatchesTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextMatchesTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextMatchesTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TextStartsWithTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextStartsWithTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextStartsWithTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TextStartsWithTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThrowsTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.052\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.DelegateThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsExceptionInstanceOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsExceptionTypeOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsExceptionTypeOfAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsExceptionWithConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsExceptionWithInnerException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsInnerException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsInstanceOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsInvalidOperationException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsTargetInvocationExceptionWithInnerException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsTypeOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsTypeOfAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsTypeOfWithConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsTypeOfWithInnerException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.ThrowsTests.ThrowsTypeofWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TrueTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.TrueTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TrueTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.TrueTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"UniqueTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.UniqueTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.UniqueTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.UniqueTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"XmlSerializableTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Syntax.XmlSerializableTest.SyntaxTest.SupportedByConstraintBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.XmlSerializableTest.SyntaxTest.SupportedByInheritedSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Syntax.XmlSerializableTest.SyntaxTest.SupportedByStaticSyntax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.625\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"ArrayEqualsFailureMessageFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ActualArrayIsLonger\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ArrayAndCollection_Failure\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ArraysDeclaredAsDifferentTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ArraysHaveDifferentRanks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ArraysWithDifferentDimensionsAsCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ArraysWithDifferentRanksAsCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.DifferentArrayTypesEqualFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.DoubleDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.ExpectedArrayIsLonger\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.FailureOnSingleDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.FiveDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.JaggedArrayComparedToSimpleArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.JaggedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.SameLengthDifferentContent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFailureMessageFixture.TripleDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ArrayEqualsFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArrayAndCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArrayIsEqualToItself\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArrayOfIntAndArrayOfDouble\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysDeclaredAsDifferentTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysOfArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysOfDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysOfDouble\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysOfInt\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysOfMixedTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysOfString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysPassedAsObjects\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysWithDifferentDimensionsMatchedAsCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.ArraysWithDifferentRanksComparedAsCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.DoubleDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.FiveDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.JaggedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayEqualsFixture.TripleDimensionedArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ArrayNotEqualFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayNotEqualFixture.ArraysDeclaredAsDifferentTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayNotEqualFixture.DifferentLengthArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ArrayNotEqualFixture.SameLengthDifferentContent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssertThrowsTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.041\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.BaseExceptionThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.CanCatchExceptionOfDerivedType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.CanCatchExceptionOfExactType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.CanCatchUnspecifiedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.CorrectExceptionIsReturnedToMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"16\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.CorrectExceptionThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.DerivedExceptionThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.DoesNotThrowFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.DoesNotThrowSuceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.NoExceptionThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssertThrowsTests.UnrelatedExceptionThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssumeThatTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.079\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_ActualAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_ActualAndConstraintWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_ActualAndConstraintWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_Boolean\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_BooleanWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_BooleanWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_DelegateAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_DelegateAndConstraintWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_DelegateAndConstraintWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_ReferenceAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_ReferenceAndConstraintWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.AssumptionPasses_ReferenceAndConstraintWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_ActualAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_ActualAndConstraintWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_ActualAndConstraintWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_Boolean\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_BooleanWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_BooleanWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_DelegateAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_DelegateAndConstraintWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_DelegateAndConstraintWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_ReferenceAndConstraint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_ReferenceAndConstraintWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.AssumeThatTests.FailureThrowsInconclusiveException_ReferenceAndConstraintWithMessageAndArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CollectionAssertTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.164\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreEqual_HandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreEqual_UsingIterator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreEqualFail\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreEqualFailCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreEquivalentHandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreNotEqual_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.AreNotEqual_HandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.Contains_ICollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.Contains_IList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ContainsFails_EmptyICollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ContainsFails_EmptyIList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ContainsFails_ICollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ContainsFails_ILIst\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ContainsNull_ICollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ContainsNull_IList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.DoesNotContain\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.DoesNotContain_Empty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.DoesNotContain_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.EnsureComparerIsUsed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.Equivalent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.EquivalentFailOne\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.EquivalentFailTwo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsNotSubsetOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsNotSubsetOf_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsNotSubsetOfHandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_Allows_adjacent_equal_values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_ContainedTypesMustBeCompatible\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_Handles_custom_comparison\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_Handles_custom_comparison2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_Handles_null\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsOrdered_TypesMustImplementIComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsSubsetOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsSubsetOf_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.IsSubsetOfHandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ItemsNotNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ItemsNotNullFailure\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ItemsOfType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.ItemsOfTypeFailure\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.NotEquivalent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.NotEquivalent_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.NotEquivalentHandlesNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.Unique_WithNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.Unique_WithObjects\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.Unique_WithStrings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.UniqueFailure\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.CollectionAssertTest.UniqueFailure_WithTwoNulls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ConditionAssertTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.057\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsEmpty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsEmptyFailsOnNonEmptyArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsEmptyFailsOnNullString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsEmptyFailsOnString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsFalse\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsFalseFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNaN\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNaNFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotEmpty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotEmptyFailsOnEmptyArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotEmptyFailsOnEmptyArrayList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotEmptyFailsOnEmptyHashTable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotEmptyFailsOnEmptyString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNotNullFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsNullFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsTrue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ConditionAssertTests.IsTrueFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"DirectoryAssertTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.212\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualFailsWhenOneDoesNotExist\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualFailsWhenOneIsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualFailsWithDirectoryInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualFailsWithStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualPassesWhenBothAreNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualPassesWithDirectoryInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreEqualPassesWithStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreNotEqualFailsWhenBothAreNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreNotEqualFailsWithDirectoryInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreNotEqualFailsWithStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreNotEqualPassesIfOneIsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreNotEqualPassesWhenOneDoesNotExist\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.AreNotEqualPassesWithStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsEmptyFailsWithInvalidDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsEmptyFailsWithNonEmptyDirectoryUsingDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsEmptyFailsWithNonEmptyDirectoryUsingStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsEmptyPassesWithEmptyDirectoryUsingDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsEmptyPassesWithEmptyDirectoryUsingStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsEmptyThrowsUsingNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotEmptyFailsWithEmptyDirectoryUsingDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotEmptyFailsWithEmptyDirectoryUsingStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotEmptyFailsWithInvalidDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotEmptyPassesWithNonEmptyDirectoryUsingDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotEmptyPassesWithNonEmptyDirectoryUsingStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotEmptyThrowsUsingNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotWithinFailsWithDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotWithinFailsWithStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotWithinPassesWhenOutsidePathUsingDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotWithinPassesWhenOutsidePathUsingStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsNotWithinThrowsWhenBothAreNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsWithinFailsWhenOutsidePathUsingDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsWithinFailsWhenOutsidePathUsingStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsWithinPassesWithDirectoryInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsWithinPassesWithStringPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsWithinPassesWithTempPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.DirectoryAssertTests.IsWithinThrowsWhenBothAreNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EqualsFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.117\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Bug575936Int32Int64Comparison\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Byte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DateTimeEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DateTimeNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Decimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DirectoryInfoEquality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DirectoryInfoEqualityIgnoresTrailingDirectorySeparator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DoubleNotEqualMessageDisplaysAllDigits\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DoubleNotEqualMessageDisplaysDefaultTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DoubleNotEqualMessageDisplaysTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.DoubleNotEqualWithNanDoesNotDisplayDefaultTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EnumsEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EnumsNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Equals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EqualsFail\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EqualsNaNFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EqualsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EqualsSameTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"31\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.EqualsThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Float\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.FloatNotEqualMessageDisplaysAllDigits\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.FloatNotEqualMessageDisplaysTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Int\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.IntegerEquals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.IntegerLongComparison\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.NanEqualsFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.NanEqualsNaNSucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.NegInfinityEqualsInfinity\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.PosInfinityEqualsInfinity\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.PosInfinityNotEquals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.PosInfinityNotEqualsNegInfinity\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.ReferenceEqualsThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.Short\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.SinglePosInfinityNotEqualsNegInfinity\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.String\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.EqualsFixture.UInt\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FileAssertTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.143\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualFailsWhenOneIsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualFailsWithFileInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualFailsWithFiles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualFailsWithStreams\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualFailsWithTextFilesAfterReadingBothFiles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesUsingSameFileTwice\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesWhenBothAreNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesWithEqualStreams\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesWithFileInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesWithFiles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesWithSameStream\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreEqualPassesWithTextFiles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualFailsWhenBothAreNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualFailsWithFileInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualFailsWithFiles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualFailsWithStreams\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualIteratesOverTheEntireFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualIteratesOverTheEntireFileAndFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualPassesIfOneIsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualPassesWithFileInfos\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualPassesWithFiles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.AreNotEqualPassesWithStreams\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.NonReadableStreamGivesException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.FileAssertTests.NonSeekableStreamGivesException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"GreaterEqualFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.FailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_Decimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_Double\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_Float\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_Int32\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_Long\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_UInt32\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.GreaterOrEqual_ULong\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.MixedTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"42\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.NotGreaterEqualIComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterEqualFixture.NotGreaterOrEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"GreaterFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterFixture.FailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterFixture.Greater\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterFixture.MixedTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"42\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterFixture.NotGreater\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterFixture.NotGreaterIComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.GreaterFixture.NotGreaterWhenEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LessEqualFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.LessEqualFixture.FailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessEqualFixture.LessOrEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"42\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessEqualFixture.MixedTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"42\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessEqualFixture.NotLessEqualIComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessEqualFixture.NotLessOrEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LessFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.028\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.LessFixture.FailureMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessFixture.Less\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"18\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessFixture.MixedTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"42\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessFixture.NotLess\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessFixture.NotLessIComparable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.LessFixture.NotLessWhenEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ListContentsTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.ArrayFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.ArrayListFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.ArrayListSucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.ArraySucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.DifferentTypesMayBeEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.EmptyArrayFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ListContentsTests.NullArrayIsError\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotEqualFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.ArraysNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.ArraysNotEqualFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.NotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.NotEqualFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.NotEqualSameTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"21\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.NullEqualsNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.NullNotEqualToNonNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotEqualFixture.UInt\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NotSameFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.NotSameFixture.NotSame\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NotSameFixture.NotSameFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NullableTypesTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <categories>\r\n                          <category name=\"Generics\" />\r\n                        </categories>\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareNullableDecimals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"12\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareNullableDoubles\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"12\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareNullableEnums\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareNullableInts\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"12\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareNullableMixedNumerics\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"54\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareNullableStructs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanCompareWithTolerance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanTestForNaN\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.NullableTypesTests.CanTestForNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RandomizerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.RandomDoublesAreUnique\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.RandomIntsAreUnique\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.RandomizersWithDifferentSeedsReturnDifferentValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.RandomizersWithSameSeedsReturnSameValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.RandomSeedsAreUnique\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.ReturnsDifferentRandomizersForDifferentMethods\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.ReturnsSameRandomizerForDifferentParametersOfSameMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.ReturnsSameRandomizerForSameMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RandomizerTests.ReturnsSameRandomizerForSameParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RangeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.RangeTests.InRangeFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RangeTests.InRangeSucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RangeTests.NotInRangeFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.RangeTests.NotInRangeSucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SameFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.SameFixture.Same\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.SameFixture.SameFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.SameFixture.SameValueTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StringAssertTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.CaseInsensitiveCompare\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.CaseInsensitiveCompareFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.Contains\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.ContainsFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DifferentEncodingsOfSameStringAreNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DoesNotContain\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DoesNotContainFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DoesNotEndWith\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DoesNotEndWithFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DoesNotStartWith\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.DoesNotStartWithFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.EndsWith\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.EndsWithFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.IsMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.IsMatchFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.StartsWith\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.StringAssertTests.StartsWithFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureAttributeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.017\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.TestFixtureAttributeTests.ConstructWithCombinedArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\">\r\n                            <categories>\r\n                              <category name=\"Generics\" />\r\n                            </categories>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Framework.Tests.TestFixtureAttributeTests.ConstructWithFixtureArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TestFixtureAttributeTests.ConstructWithFixtureArgsAndSetTypeArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\">\r\n                            <categories>\r\n                              <category name=\"Generics\" />\r\n                            </categories>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Framework.Tests.TestFixtureAttributeTests.ConstructWithJustTypeArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\">\r\n                            <categories>\r\n                              <category name=\"Generics\" />\r\n                            </categories>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Framework.Tests.TestFixtureAttributeTests.ConstructWithNoArgumentsAndSetTypeArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\">\r\n                            <categories>\r\n                              <category name=\"Generics\" />\r\n                            </categories>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Framework.Tests.TestFixtureAttributeTests.ConstructWithoutArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TextMessageWriterTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.ConnectorIsWrittenWithSurroundingSpaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DateTimeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DecimalIsWrittenToTwentyNineDigits\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DecimalIsWrittenWithTrailingM\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DisplayStringDifferences\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DisplayStringDifferences_NoClipping\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DoubleIsWrittenToSeventeenDigits\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.DoubleIsWrittenWithTrailingD\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.FloatIsWrittenToNineDigits\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.FloatIsWrittenWithTrailingF\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.IntegerIsWrittenAsIs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.PredicateIsWrittenWithTrailingSpace\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TextMessageWriterTests.StringIsWrittenWithQuotes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TypeAssertTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.034\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.ExactType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.ExactTypeFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsAssignableFrom\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsAssignableFromFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsInstanceOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsInstanceOfFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsNotAssignableFrom\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsNotAssignableFromFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsNotInstanceOf\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.TypeAssertTests.IsNotInstanceOfFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ValuesAttributeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.145\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConverDoubleToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConverDoubleToDecimal(12.5m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertDoubleRangeToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertDoubleRangeToDecimal(1m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertDoubleRangeToDecimal(1.1m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertDoubleRangeToDecimal(1.2m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertDoubleRangeToDecimal(1.3m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntRangeToByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToByte(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToByte(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToByte(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntRangeToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToDecimal(1m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToDecimal(2m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToDecimal(3m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntRangeToSByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToSByte(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToSByte(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToSByte(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntRangeToShort\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToShort(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToShort(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntRangeToShort(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertIntToDecimal(12m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertRandomDoubleToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomDoubleToDecimal(6.11135305329755m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomDoubleToDecimal(6.88476982521115m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomDoubleToDecimal(7.08979185162568m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertRandomIntToByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToByte(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToByte(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToByte(7)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertRandomIntToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToDecimal(9m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToDecimal(5m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToDecimal(2m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertRandomIntToSByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToSByte(7)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToSByte(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToSByte(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertRandomIntToShort\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToShort(9)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToShort(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertRandomIntToShort(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertSmallIntsToByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertSmallIntsToByte(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertSmallIntsToSByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertSmallIntsToSByte(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertSmallIntsToShort\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertSmallIntsToShort(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertStringToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.CanConvertStringToDecimal(12.5m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.RangeAttributeWithDoubleRangeAndStep\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.RangeAttributeWithFloatRangeAndStep\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.RangeAttributeWithIntRange\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.RangeAttributeWithIntRangeAndStep\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.RangeAttributeWithLongRangeAndStep\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Framework.Tests.ValuesAttributeTests.ValuesAttributeProvidesSpecifiedValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.core.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.084\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.083\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"Core\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.083\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.083\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"AssemblyHelperTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyHelperTests.GetPathForAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyHelperTests.GetPathForType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssemblyReaderTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyReaderTests.CreateFromAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyReaderTests.CreateFromPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyReaderTests.ImageRuntimeVersion\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyReaderTests.IsDotNetFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyReaderTests.IsValidPeFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyReaderTests.IsValidPeFile_Fails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssemblyResolverTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.085\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyResolverTests.AddFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.080\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssemblyTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.556\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.AppSettingsLoaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.LoadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.490\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.LoadAssemblyNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.LoadAssemblyWithoutTestFixtures\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.025\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.LoadTestFixtureFromAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.NUnitTraceIsEnabled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyTests.RunSetsCurrentDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssemblyVersionFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssemblyVersionFixture.Version\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssertInconclusiveFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssertInconclusiveFixture.AssertInconclusiveThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AssertPassFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AssertPassFixture.AssertPassReturnsSuccess\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                            <reason>\r\n                              <message><![CDATA[This test is OK!]]></message>\r\n                            </reason>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.AssertPassFixture.SubsequentFailureIsIrrelevant\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <reason>\r\n                              <message><![CDATA[This test is OK!]]></message>\r\n                            </reason>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"AttributeInheritance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.AttributeInheritance.InheritedExplicitAttributeIsRecognized\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AttributeInheritance.InheritedFixtureAttributeIsRecognized\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AttributeInheritance.InheritedIgnoreAttributeIsRecognized\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.AttributeInheritance.InheritedTestAttributeIsRecognized\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CallContextTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.017\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.CallContextTests.GenericPrincipalTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CallContextTests.ILogicalThreadAffinativeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CallContextTests.ILogicalThreadAffinativeTestConsole\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CallContextTests.SetCustomPrincipalOnThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CallContextTests.SetGenericPrincipalOnThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CallContextTests.UseCustomIdentity\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CategoryAttributeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CanDeriveFromCategoryAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CategoryOnFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CategoryOnTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CountTestsUsingCategoryFilter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CountTestsUsingCategoryFilter(&quot;Database&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CountTestsUsingCategoryFilter(&quot;Critical&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CountTestsUsingCategoryFilter(&quot;Long&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.CountTestsWithoutCategoryFilter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CategoryAttributeTests.DerivedCategoryMayBeInherited\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CombinatorialTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.129\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"RandomArgsAreIndependent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RandomArgsAreIndependent(0.97558036352302d,0.149350758245844d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"RandomTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RandomTest(87,0.678519468604829d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RandomTest(203,0.255695442788161d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RandomTest(99,0.085432846138921d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RandomTest(92,0.232372152261609d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RandomTest(74,0.284822722098242d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"RangeTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.2d,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.2d,15)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.2d,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.4d,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.4d,15)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.4d,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.6d,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.6d,15)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.RangeTest(0.6d,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SingleArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.SingleArgument(1.3d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.SingleArgument(1.7d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.SingleArgument(1.5d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ThreeArguments_Combinatorial\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.042\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(1,10,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(1,10,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(1,10,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(1,20,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(1,20,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(1,20,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(2,10,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(2,10,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(2,10,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(2,20,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(2,20,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(2,20,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(3,10,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(3,10,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(3,10,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(3,20,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(3,20,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Combinatorial(3,20,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ThreeArguments_Sequential\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Sequential(1,10,&quot;Charlie&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Sequential(2,20,&quot;Joe&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.ThreeArguments_Sequential(3,null,&quot;Frank&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TwoArguments_Combinatorial\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Combinatorial(1,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Combinatorial(1,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Combinatorial(2,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Combinatorial(2,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Combinatorial(3,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Combinatorial(3,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TwoArguments_Sequential\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Sequential(1,10)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Sequential(2,20)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.CombinatorialTests.TwoArguments_Sequential(3,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CoreExtensionsTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.CanAddDecorator\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.CanAddEventListener\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.CanAddSuiteBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.CanAddTestCaseBuilder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.CanAddTestCaseBuilder2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.DecoratorsRunInOrderOfPriorities\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.HasEventListenerExtensionPoint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.HasSuiteBuildersExtensionPoint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.HasTestCaseBuildersExtensionPoint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.HasTestDecoratorsExtensionPoint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CoreExtensionsTests.HasTestFrameworkRegistry\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CultureSettingAndDetectionTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.065\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.CanMatchAttributeWithExclude\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.CanMatchAttributeWithInclude\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.CanMatchAttributeWithIncludeAndExclude\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.CanMatchStrings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.LoadWithFrenchCanadianCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.LoadWithFrenchCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.LoadWithRussianCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.SettingInvalidCultureGivesError\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"3\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"UseWithParameterizedTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests.UseWithParameterizedTest()\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CultureSettingAndDetectionTests+NestedFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.CultureSettingAndDetectionTests+NestedFixture.CanSetCultureOnFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"DatapointTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.038\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.DatapointTests.WorksOnArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.DatapointTests.WorksOnField\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.DatapointTests.WorksOnMethodReturningArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.DatapointTests.WorksOnPropertyReturningArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"DirectoryChangeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.DirectoryChangeTests.ChangingCurrentDirectoryGivesWarning\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"DirectorySwapperTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.DirectorySwapperTests.ChangeAndRestore\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.DirectorySwapperTests.SwapAndRestore\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EventQueueTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.289\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.DequeueEmpty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.PumpAutoStopsOnRunFinished\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.102\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.PumpEvents\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"12\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"3000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.PumpEventsWithAutoStop\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"2000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.PumpPendingEventsAfterAutoStop\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.102\" asserts=\"2\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"2000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.PumpSynchronousAndAsynchronousEvents\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"6\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.QueueEvents\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.SendEvents\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.StartAndStopPumpOnEmptyQueue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests.TracingEventListenerDoesNotDeadlock\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.035\" asserts=\"0\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EventQueueTests+DequeueBlocking_StopTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.033\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests+DequeueBlocking_StopTest.DequeueBlocking_Stop\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.032\" asserts=\"3\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EventQueueTests+SetWaitHandle_Enqueue_AsynchronousTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.032\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests+SetWaitHandle_Enqueue_AsynchronousTest.SetWaitHandle_Enqueue_Asynchronous\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.031\" asserts=\"4\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EventQueueTests+SetWaitHandle_Enqueue_SynchronousTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.063\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.EventQueueTests+SetWaitHandle_Enqueue_SynchronousTest.SetWaitHandle_Enqueue_Synchronous\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"5\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EventTestFixture\" description=\"Tests that proper events are generated when running  test\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.082\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.EventTestFixture.CheckEventListening\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.054\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ExpectExceptionTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.200\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.AssertFailBeforeException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.CanExpectUnspecifiedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ExceptionHandlerIsCalledWhenExceptionMatches\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ExceptionHandlerIsCalledWhenExceptionMatches_AlternateHandler\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ExceptionHandlerIsNotCalledWhenExceptionDoesNotMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ExceptionHandlerIsNotCalledWhenExceptionDoesNotMatch_AlternateHandler\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.MethodThrowsArgumentOutOfRange\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.MethodThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.MethodThrowsRightExceptionMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.MethodThrowsWrongExceptionMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.SetUpThrowsSameException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TearDownThrowsSameException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestExceptionNameNotThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestExceptionNameNotThrownWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestExceptionTypeNotThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestExceptionTypeNotThrownWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestFailsWhenBaseExceptionIsThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestFailsWhenDerivedExceptionIsThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestIsNotRunnableWhenAlternateHandlerIsNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionMessageWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionNameWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionTypeAsNamedParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestMismatchedExceptionTypeWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWhenSpecifiedExceptionNameAndContainsMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWhenSpecifiedExceptionNameAndRegexMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionNameAndExactMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionNameAndMessage_NewFormat\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionNameAsNamedParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionTypeAndContainsMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionTypeAndExactMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionTypeAndMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionTypeAndRegexMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionTypeAndStartsWithMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestSucceedsWithSpecifiedExceptionTypeAsNamedParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestUnspecifiedExceptionNotThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.TestUnspecifiedExceptionNotThrownWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ThrowingMyAppException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ThrowingMyAppExceptionWithMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ExpectExceptionTest.ThrowNUnitException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FailFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.025\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.FailFixture.BadStackTraceIsHandled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FailFixture.CustomExceptionIsHandled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FailFixture.FailInheritsFromSystemException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FailFixture.FailRecordsInnerException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FailFixture.FailThrowsAssertionException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FailFixture.VerifyFailWorks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FixtureSetupTearDownTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.135\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.BaseSetUpCalledFirstAndTearDownCalledLast\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.CheckInheritedSetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.DisposeCalledWhenFixtureImplementsIDisposable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.FixtureWithNoTestsCallsFixtureSetUpAndTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.HandleErrorInFixtureSetup\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"11\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.HandleErrorInFixtureTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.HandleExceptionInFixtureConstructor\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.HandleIgnoreInFixtureSetup\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.HandleSetUpAndTearDownWithTestInName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.IgnoredFixtureShouldNotCallFixtureSetUpOrTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.MakeSureSetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.MakeSureSetUpAndTearDownAreCalledOnExplicitFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.OverriddenSetUpAndTearDownAreNotCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.RerunFixtureAfterSetUpFixed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.RerunFixtureAfterTearDownFixed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.RunningSingleMethodCallsSetUpAndTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.StaticBaseSetUpCalledFirstAndTearDownCalledLast\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.StaticClassSetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest.StaticSetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FixtureSetupTearDownTest+ChangesMadeInFixtureSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest+ChangesMadeInFixtureSetUp.TestThatChangesPersistUsingSameThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.FixtureSetupTearDownTest+ChangesMadeInFixtureSetUp.TestThatChangesPersistUsingSeparateThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\">\r\n                            <properties>\r\n                              <property name=\"RequiresThread\" value=\"True\" />\r\n                            </properties>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"Namespace\" name=\"Generic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.083\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"GenericFixture\" name=\"DeduceTypeArgsFromArgs&lt;T1,T2&gt;\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-suite type=\"TestFixture\" name=\"DeduceTypeArgsFromArgs&lt;Double,Int32&gt;(100.0d,42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                                <categories>\r\n                                  <category name=\"Generics\" />\r\n                                </categories>\r\n                                <results>\r\n                                  <test-suite type=\"ParameterizedTest\" name=\"TestMyArgTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                                    <results>\r\n                                      <test-case name=\"NUnit.Core.Tests.Generic.DeduceTypeArgsFromArgs&lt;Double,Int32&gt;(100.0d,42).TestMyArgTypes(5,7)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                                    </results>\r\n                                  </test-suite>\r\n                                </results>\r\n                              </test-suite>\r\n                              <test-suite type=\"TestFixture\" name=\"DeduceTypeArgsFromArgs&lt;Int32,Double&gt;(42,100.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                                <categories>\r\n                                  <category name=\"Generics\" />\r\n                                </categories>\r\n                                <results>\r\n                                  <test-suite type=\"ParameterizedTest\" name=\"TestMyArgTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                                    <results>\r\n                                      <test-case name=\"NUnit.Core.Tests.Generic.DeduceTypeArgsFromArgs&lt;Int32,Double&gt;(42,100.0d).TestMyArgTypes(5,7)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                                    </results>\r\n                                  </test-suite>\r\n                                </results>\r\n                              </test-suite>\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"GenericFixture\" name=\"SimpleGenericFixture&lt;TList&gt;\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-suite type=\"TestFixture\" name=\"SimpleGenericFixture&lt;ArrayList&gt;\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                                <categories>\r\n                                  <category name=\"Generics\" />\r\n                                </categories>\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericFixture&lt;ArrayList&gt;.TestCollectionCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                                </results>\r\n                              </test-suite>\r\n                              <test-suite type=\"TestFixture\" name=\"SimpleGenericFixture&lt;List&lt;Int32&gt;&gt;\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                                <categories>\r\n                                  <category name=\"Generics\" />\r\n                                </categories>\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericFixture&lt;List&lt;Int32&gt;&gt;.TestCollectionCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                </results>\r\n                              </test-suite>\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"SimpleGenericMethods\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.038\" asserts=\"0\">\r\n                            <categories>\r\n                              <category name=\"Generics\" />\r\n                            </categories>\r\n                            <results>\r\n                              <test-suite type=\"ParameterizedTest\" name=\"GenericTestMethodWithOneTypeParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithOneTypeParameter&lt;Double&gt;(5.0d,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithOneTypeParameter&lt;Double&gt;(5.0d,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithOneTypeParameter&lt;Int32&gt;(5,2,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithOneTypeParameter&lt;Double&gt;(5.0d,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                                </results>\r\n                              </test-suite>\r\n                              <test-suite type=\"ParameterizedTest\" name=\"GenericTestMethodWithTwoTypeParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters&lt;Int32,Double&gt;(5,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters&lt;Double,Int64&gt;(5.0d,2L,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters&lt;Int32,Int32&gt;(5,2,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters&lt;Double,Double&gt;(5.0d,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                </results>\r\n                              </test-suite>\r\n                              <test-suite type=\"ParameterizedTest\" name=\"GenericTestMethodWithTwoTypeParameters_Reversed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters_Reversed&lt;Int32,Int32&gt;(5,2,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters_Reversed&lt;Double,Double&gt;(5.0d,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters_Reversed&lt;Double,Int32&gt;(5,2.0d,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.Generic.SimpleGenericMethods.GenericTestMethodWithTwoTypeParameters_Reversed&lt;Int64,Double&gt;(5.0d,2L,&quot;ABC&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                                </results>\r\n                              </test-suite>\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"GenericFixture\" name=\"TypeParameterUsedWithTestMethod&lt;T&gt;\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-suite type=\"TestFixture\" name=\"TypeParameterUsedWithTestMethod&lt;Double&gt;\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                                <categories>\r\n                                  <category name=\"Generics\" />\r\n                                </categories>\r\n                                <results>\r\n                                  <test-suite type=\"ParameterizedTest\" name=\"TestMyArgType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                                    <results>\r\n                                      <test-case name=\"NUnit.Core.Tests.Generic.TypeParameterUsedWithTestMethod&lt;Double&gt;.TestMyArgType(5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                                      <test-case name=\"NUnit.Core.Tests.Generic.TypeParameterUsedWithTestMethod&lt;Double&gt;.TestMyArgType(1.23d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                                    </results>\r\n                                  </test-suite>\r\n                                </results>\r\n                              </test-suite>\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"IgnoreFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.033\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreTakesPrecedenceOverExpectedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreThrowsIgnoreException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWithUserMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWithUserMessage_ArrayOfArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWithUserMessage_OneArg\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWithUserMessage_ThreeArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWorksForTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWorksForTestSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.IgnoreFixture.IgnoreWorksFromSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LegacySuiteTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.080\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.LegacySuiteTests.SetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.LegacySuiteTests.SuitePropertyWithInvalidType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.LegacySuiteTests.SuiteReturningFixtures\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.035\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.LegacySuiteTests.SuiteReturningFixtureWithArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.LegacySuiteTests.SuiteReturningTestSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.LegacySuiteTests.SuiteReturningTypes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"MaxTimeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.088\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.MaxTimeTests.ErrorReport\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <properties>\r\n                              <property name=\"MaxTime\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.MaxTimeTests.ErrorReportHasPriorityOverMaxTime\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.MaxTimeTests.FailureReport\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <properties>\r\n                              <property name=\"MaxTime\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.MaxTimeTests.FailureReportHasPriorityOverMaxTime\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.MaxTimeTests.MaxTimeExceeded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.MaxTimeTests.MaxTimeNotExceeded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <properties>\r\n                              <property name=\"MaxTime\" value=\"1000\" />\r\n                            </properties>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NameFilterTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.084\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.ExplicitTestCaseDoesNotMatchWhenNotSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.ExplicitTestCaseMatchesWhenSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.ExplicitTestSuiteDoesNotMatchWhenNotSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.ExplicitTestSuiteMatchesWhenSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.HighLevelSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.MultipleNameMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.SingleNameMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.SuiteNameMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NameFilterTest.TestDoesNotMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NamespaceAssemblyTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.134\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.NamespaceAssemblyTests.Hierarchy\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.044\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NamespaceAssemblyTests.LoadTestFixtureFromAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NamespaceAssemblyTests.NoNamespaceInAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.NamespaceAssemblyTests.TestRoot\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.044\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PairwiseTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.033\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"Test\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.032\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 2x4\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 2x2x2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 3x2x2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 3x2x2x2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 3x2x2x2x2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 3x2x2x2x2x2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 3x3x3\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 4x4x4\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest.Test 5x5x5\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PairwiseTest+LiveTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"1\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"Test\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;a&quot;,&quot;-&quot;,&quot;x&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;b&quot;,&quot;+&quot;,&quot;y&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;c&quot;,&quot;+&quot;,&quot;x&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;b&quot;,&quot;-&quot;,&quot;x&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;a&quot;,&quot;-&quot;,&quot;y&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;c&quot;,&quot;-&quot;,&quot;y&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.PairwiseTest+LiveTest.Test(&quot;a&quot;,&quot;+&quot;,&quot;x&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"ParameterizedFixture\" name=\"ParameterizedTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixture(&quot;hello&quot;,&quot;hello&quot;,&quot;goodbye&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixture(&quot;hello&quot;,&quot;hello&quot;,&quot;goodbye&quot;).TestEquality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixture(&quot;hello&quot;,&quot;hello&quot;,&quot;goodbye&quot;).TestInequality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixture(&quot;zip&quot;,&quot;zip&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixture(&quot;zip&quot;,&quot;zip&quot;).TestEquality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixture(&quot;zip&quot;,&quot;zip&quot;).TestInequality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixture(42,42,99)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixture(42,42,99).TestEquality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixture(42,42,99).TestInequality\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixtureNamingTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureNamingTests.FixtureInstancesAreNamedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureNamingTests.MethodWithoutParamsIsNamedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureNamingTests.MethodWithParamsIsNamedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureNamingTests.SuiteHasCorrectNumberOfInstances\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureNamingTests.TopLevelSuiteIsNamedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixtureTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureTests.CanSpecifyCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureTests.CanSpecifyMultipleCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"ParameterizedFixture\" name=\"ParameterizedTestFixtureWithDataSources\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.035\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixtureWithDataSources(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.034\" asserts=\"0\">\r\n                            <results>\r\n                              <test-suite type=\"ParameterizedTest\" name=\"CanAccessTestCaseSource\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanAccessTestCaseSource(6,7)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanAccessTestCaseSource(3,14)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                </results>\r\n                              </test-suite>\r\n                              <test-suite type=\"ParameterizedTest\" name=\"CanAccessValueSource\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanAccessValueSource(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanAccessValueSource(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanAccessValueSource(3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                                </results>\r\n                              </test-suite>\r\n                              <test-suite type=\"ParameterizedTest\" name=\"CanGenerateDataFromParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                                <results>\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(1,42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(2,21)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(3,14)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(6,7)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(7,6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(14,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(21,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                  <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithDataSources(42).CanGenerateDataFromParameter(42,1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                                </results>\r\n                              </test-suite>\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"ParameterizedFixture\" name=\"ParameterizedTestFixtureWithNullArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixtureWithNullArguments(&quot;A&quot;,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithNullArguments(&quot;A&quot;,null).TestMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixtureWithNullArguments(null,&quot;A&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithNullArguments(null,&quot;A&quot;).TestMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"ParameterizedTestFixtureWithNullArguments(null,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ParameterizedTestFixtureWithNullArguments(null,null).TestMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PlatformDetectionTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.086\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.ArrayOfPlatforms\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectExactVersion\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectMono10\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectMono20\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNet10\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNet11\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNet20\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNet40\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNetCF\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNT3\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"18\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectNT4\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"18\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectSSCLI\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectUnixUnderMicrosoftDotNet\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"20\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectUnixUnderMono\" executed=\"False\" result=\"Skipped\">\r\n                            <reason>\r\n                              <message><![CDATA[Not supported on Net]]></message>\r\n                            </reason>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectVista\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWin2003Server\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWin2008ServerOriginal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWin2008ServerR2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"16\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWin2K\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWin95\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"18\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWin98\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"18\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWinCE\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"19\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWindows7\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWinMe\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"18\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWinXP\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.DetectWinXPProfessionalX64\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"17\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.PlatformAttribute_Exclude\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.PlatformAttribute_Include\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.PlatformAttribute_IncludeAndExclude\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PlatformDetectionTests.PlatformAttribute_InvalidPlatform\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PropertyAttributeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.PropertyAttributeTests.CanDeriveFromPropertyAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PropertyAttributeTests.PropertiesWithNumericValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PropertyAttributeTests.PropertyWithStringValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.PropertyAttributeTests.PropertyWorksOnFixtures\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ReflectTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.050\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.CanDetectAttributes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.CanDetectInheritedAttributes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.Construct\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetAttributes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetConstructor\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetInheritedAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetInheritedAttributes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetMethodsWithAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetNamedMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetNamedMethodWithArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetNamedProperty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetPropertyValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.GetPropertyWithAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.HasInterface\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.InheritsFrom\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ReflectTests.InvokeMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RemoteRunnerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.651\" asserts=\"1\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.CheckRunnerID\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.CountTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.CountTestCasesAcrossMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.056\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadAndReloadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.087\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadAssemblyWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadAssemblyWithoutNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.043\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadAssemblyWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.055\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.032\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.RunAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.052\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.RunAssemblyUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.049\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.RunMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.064\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RemoteRunnerTests.BasicRunnerTests.RunMultipleAssembliesUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.063\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RepeatedTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.037\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.RepeatedTestFixture.CategoryWorksWithRepeatedTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RepeatedTestFixture.IgnoreWorksWithRepeatedTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RepeatedTestFixture.RepeatFailOnFirst\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RepeatedTestFixture.RepeatFailOnThird\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RepeatedTestFixture.RepeatSuccess\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"6\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RuntimeFrameworkTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.247\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanCreateNewRuntimeFramework\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.057\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-1.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-1.0.3705&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-1.1&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-1.1.4322&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-2.0.40607&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-3.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-4.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Net-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Mono-1.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Mono-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Mono-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Mono-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Mono-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Any-1.1&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Any-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Any-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Any-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Any-4.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanCreateNewRuntimeFramework(&lt;Any-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanDisplayFrameworkAsString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.055\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-1.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-1.0.3705&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-1.1&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-1.1.4322&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-2.0.40607&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-3.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-4.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Net-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Mono-1.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Mono-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Mono-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Mono-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Mono-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Any-1.1&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Any-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Any-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Any-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Any-4.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanDisplayFrameworkAsString(&lt;Any-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanGetCurrentFramework\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanListAvailableFrameworks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"2\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanMatchRuntimes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.040\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0,net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0,net-2.0.50727)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0.50727,net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0.50727,net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-3.5,net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0,mono-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0,net-1.1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0.50727,net-2.0.40607)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(mono-1.1,mono-1.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(mono-2.0,v2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(v2.0,mono-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(v2.0,v2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(v2.0,v4.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net,net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0,net)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(any,net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanMatchRuntimes(net-2.0,any)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanParseRuntimeFramework\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.052\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-1.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-1.0.3705&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-1.1&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-1.1.4322&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-2.0.40607&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-3.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-4.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Net-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Mono-1.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Mono-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Mono-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Mono-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Mono-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Any-1.1&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Any-2.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Any-2.0.50727&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Any-3.5&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Any-4.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CanParseRuntimeFramework(&lt;Any-0.0&gt;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CurrentFrameworkHasBuildSpecified\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.RuntimeFrameworkTests.CurrentFrameworkMustBeAvailable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SerializationBug\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SerializationBug.SaveAndLoad\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SetCultureAttributeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetBothCulturesToFrench\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetBothCulturesToFrenchCanadian\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetBothCulturesToRussian\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetMixedCulturesToFrenchAndUIFrenchCanadian\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetMixedCulturesToRussianAndUIEnglishUS\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetUICultureOnlyToFrench\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetUICultureOnlyToFrenchCanadian\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests.SetUICultureOnlyToRussian\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SetCultureAttributeTests+NestedBehavior\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests+NestedBehavior.InheritedRussian\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetCultureAttributeTests+NestedBehavior.InheritedRussianWithUIFrench\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SetUpFixtureTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.069\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.AssemblySetUpFixtureReplacesAssemblyNodeInTree\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.465\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.AssemblySetupFixtureWrapsExecutionOfTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.448\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.NamespaceSetUpFixtureReplacesNamespaceNodeInTree\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"14\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.NamespaceSetUpFixtureWrapsExecutionOfSingleTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.NamespaceSetUpFixtureWrapsExecutionOfTwoTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"13\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.NamespaceSetUpFixtureWrapsNestedNamespaceSetUpFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"15\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.NamespaceSetUpMethodsMayBeStatic\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpFixtureTests.WithTwoSetUpFixtuesOnlyOneIsUsed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"8\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SetUpTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.052\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.BaseSetUpIsCalledFirstTearDownLast\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.CheckInheritedSetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.CheckOverriddenSetUpAndTearDownAreNotCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.MakeSureSetUpAndTearDownAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.MultipleSetUpAndTearDownMethodsAreCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.SetUpAndTearDownCounter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.SetupRecordsOriginalExceptionThownByTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest.TearDownRecordsOriginalExceptionThownByTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SetUpTest+SetupCallDerived\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SetUpTest+SetupCallDerived.AssertCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SimpleNameFilterTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.082\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.ExplicitTestCaseDoesNotMatchWhenNotSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.ExplicitTestCaseMatchesWhenSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.ExplicitTestSuiteDoesNotMatchWhenNotSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.ExplicitTestSuiteMatchesWhenSelectedDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.HighLevelSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.MultipleNameMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.SingleNameMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.SuiteNameMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleNameFilterTests.TestDoesNotMatch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SimpleTestRunnerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.625\" asserts=\"1\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.CheckRunnerID\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.CountTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.043\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.CountTestCasesAcrossMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadAndReloadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.082\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadAssemblyWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadAssemblyWithoutNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.043\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadAssemblyWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.055\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.029\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.025\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.RunAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.047\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.RunAssemblyUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.RunMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SimpleTestRunnerTests.BasicRunnerTests.RunMultipleAssembliesUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.062\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StackOverflowTestFixture\" executed=\"False\" result=\"Skipped\">\r\n                        <reason>\r\n                          <message><![CDATA[Cannot handle StackOverflowException in managed code]]></message>\r\n                        </reason>\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.StackOverflowTestFixture.SimpleOverflow\" executed=\"False\" result=\"Skipped\">\r\n                            <reason>\r\n                              <message><![CDATA[Cannot handle StackOverflowException in managed code]]></message>\r\n                            </reason>\r\n                          </test-case>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SuiteBuilderTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.703\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.DiscoverSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.017\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.FileNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.FixtureNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.InvalidAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.LoadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.529\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.LoadAssemblyWithoutNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.529\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.LoadFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.LoadNamespaceAsSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.512\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.LoadSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.024\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests.WrongReturnTypeSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SuiteBuilderTests_Multiple\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.246\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests_Multiple.BuildSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.055\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests_Multiple.LoadFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.078\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests_Multiple.RootNode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.051\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.SuiteBuilderTests_Multiple.TestCaseCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.051\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestAttributeFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.036\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.Description\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.DescriptionInResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.FixtureDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.FixtureDescriptionInResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.NoDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.ReflectionTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.SeparateDescriptionAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestAttributeFixture.SeparateDescriptionInResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestCaseAttributeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.151\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ArgumentsAreCoalescedInObjectArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.ArgumentsAreCoalescedInObjectArray(&quot;a&quot;,&quot;b&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ArgumentsOfDifferentTypeAreCoalescedInObjectArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.ArgumentsOfDifferentTypeAreCoalescedInObjectArray(1,&quot;b&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertDoubleToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertDoubleToDecimal(2.2m,3.3m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertIntToDecimal(5m,2m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertIntToDouble\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertIntToDouble(2,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertSmallIntsToByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertSmallIntsToByte(5,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertSmallIntsToSByte\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertSmallIntsToSByte(5,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertSmallIntsToShort\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertSmallIntsToShort(5,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertStringToDateTime\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertStringToDateTime(10/12/1942 00:00:00)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanConvertStringToDecimal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanConvertStringToDecimal(2.2m,3.3m)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanIgnoreIndividualTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"3\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanPassArrayAsArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanPassArrayAsArgument(&quot;a&quot;,&quot;b&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanPassNullAsArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanPassNullAsArgument(null,null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanPassNullAsSoleArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanPassNullAsSoleArgument(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanPassObjectArrayAsFirstArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanPassObjectArrayAsFirstArgument(1,&quot;two&quot;,3.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanPassObjectArrayAsFirstArgument(&quot;zip&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyDescription\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanSpecifyExceptionMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyExceptionMessage(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"CanSpecifyExceptionMessageAndMatchType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyExceptionMessageAndMatchType(42)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyExpectedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyExpectedException_NoneThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyExpectedException_WrongException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyExpectedException_WrongMessage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyMultipleCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.CanSpecifyTestName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.ConversionOverflowMakesTestNonRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ExpectedResultCanBeNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.ExpectedResultCanBeNull()\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"HandlesParamsArrayAsLastArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.HandlesParamsArrayAsLastArgument(&quot;a&quot;,&quot;b&quot;,&quot;c&quot;,&quot;d&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"HandlesParamsArrayAsSoleArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.HandlesParamsArrayAsSoleArgument(&quot;a&quot;,&quot;b&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IgnoreTakesPrecedenceOverExpectedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"IntegerDivisionWithResultCheckedByNUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultCheckedByNUnit(12,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultCheckedByNUnit(12,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultCheckedByNUnit(12,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultCheckedByNUnit(12,0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.DivisionByZeroThrowsException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"IntegerDivisionWithResultPassedToTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultPassedToTest(12,2,6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultPassedToTest(12,0,0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultPassedToTest(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultPassedToTest(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseAttributeTests.IntegerDivisionWithResultPassedToTest(12,0,0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestCaseResultFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseResultFixture.TestCaseDefault\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseResultFixture.TestCaseFailure\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseResultFixture.TestCaseNotRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseResultFixture.TestCaseSuccess\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestCaseSourceTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.145\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.CanIgnoreIndividualTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.CanSpecifyExpectedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.CanSpecifyExpectedException_NoneThrown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.CanSpecifyExpectedException_WrongException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ExpectedResultCanBeNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.ExpectedResultCanBeNull()\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.HandlesExceptionInTestCaseSource\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.IgnoreTakesPrecedenceOverExpectedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-suite type=\"ParameterizedTest\" name=\"MethodTakingTwoStringArrays\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.MethodTakingTwoStringArrays(System.String[],System.String[])\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceCanBeInstanceField\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceCanBeInstanceField(&quot;InstanceField&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceCanBeInstanceMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceCanBeInstanceMethod(&quot;InstanceMethod&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceCanBeInstanceProperty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceCanBeInstanceProperty(&quot;InstanceProperty&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceCanBeStaticField\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceCanBeStaticField(&quot;StaticField&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceCanBeStaticMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceCanBeStaticMethod(&quot;StaticMethod&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceCanBeStaticProperty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceCanBeStaticProperty(&quot;StaticProperty&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceIsInvokedWithCorrectCurrentDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceIsInvokedWithCorrectCurrentDirectory(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceMayBeInAnotherClass\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <categories>\r\n                              <category name=\"Top\" />\r\n                            </categories>\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.ThisOneShouldThrow\" description=\"Demonstrates use of ExpectedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\">\r\n                                <categories>\r\n                                  <category name=\"Junk\" />\r\n                                </categories>\r\n                                <properties>\r\n                                  <property name=\"MyProp\" value=\"zip\" />\r\n                                </properties>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayBeInAnotherClass(100,20,5)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayBeInAnotherClass(100,4,25)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceMayBeInAnotherClassWithReturn\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TC1\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TC2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TC3\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceMayReturnArgumentsAsIntArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsIntArray(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsIntArray(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsIntArray(12,6,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceMayReturnArgumentsAsObjectArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsObjectArray(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsObjectArray(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsObjectArray(12,6,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceMayReturnArgumentsAsParamSet\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsParamSet(24,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnArgumentsAsParamSet(24,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SourceMayReturnSinglePrimitiveArgumentAlone\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnSinglePrimitiveArgumentAlone(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnSinglePrimitiveArgumentAlone(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnSinglePrimitiveArgumentAlone(6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.SourceMayReturnSinglePrimitiveArgumentAlone(8)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TestAttributeIsOptional\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestAttributeIsOptional(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestAttributeIsOptional(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestAttributeIsOptional(12,6,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TestMayUseMultipleSourceAttributes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestMayUseMultipleSourceAttributes(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestMayUseMultipleSourceAttributes(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestMayUseMultipleSourceAttributes(12,6,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestMayUseMultipleSourceAttributes(12,1,12)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestMayUseMultipleSourceAttributes(12,2,6)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestMayUseMultipleSourceAttributes(12,0,0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TestWithFourArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestWithFourArguments(12,3,4,0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestWithFourArguments(12,4,3,0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TestCaseSourceTests.TestWithFourArguments(12,5,2,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestCaseTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseTest.CreateIgnoredTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseTest.LoadMethodCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestCaseTest.RunIgnoredTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestConsole\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestConsole.ConsoleWrite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestConsole.ConsoleWriteLine\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestContextTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.041\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.CanAccessTestContextOnSeparateThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"RequiresThread\" value=\"True\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessItsOwnFullName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessItsOwnName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessItsOwnProperties\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"Answer\" value=\"42\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessTestDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessTestState_FailingTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessTestState_FailureInSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessTestState_IgnoredInSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestContextTests.TestCanAccessTestState_PassingTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDelegateFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestDelegateFixture.DelegateTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestExecutionContextTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestExecutionContextTests.SetAndRestoreCurrentCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestExecutionContextTests.SetAndRestoreCurrentDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestExecutionContextTests.SetAndRestoreCurrentPrincipal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestExecutionContextTests.SetAndRestoreCurrentUICulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureBuilderTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureBuilderTests.GoodSignature\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureBuilderTests.LoadCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureExtension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.079\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureExtension.CheckMultipleSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureExtension.DerivedTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureExtension.InheritSetup\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureExtension.InheritTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.240\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunBadConstructor\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunConstructorWithArgsNotSupplied\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunFixtureSetupWithParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunFixtureSetupWithReturnValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunFixtureTearDownWithParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunFixtureTearDownWithReturnValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunGenericFixtureDerivedFromAbstractFixtureWithNoArgsProvided\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunGenericFixtureWithNoArgsProvided\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunGenericFixtureWithNoTestFixtureAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunIgnoredFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunPrivateFixtureSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunPrivateFixtureTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunPrivateSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunPrivateTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunSetupWithParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunSetupWithReturnValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunTearDownWithParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CannotRunTearDownWithReturnValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunConstructorWithArgsSupplied\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunFixtureDerivedFromAbstractDerivedTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunFixtureDerivedFromAbstractFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunGenericFixtureDerivedFromAbstractFixtureWithArgsProvided\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunGenericFixtureWithProperArgsProvided\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunMultipleSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunMultipleTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunMultipleTestFixtureSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunMultipleTestFixtureTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunProtectedFixtureSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunProtectedFixtureTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunProtectedSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunProtectedTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunStaticFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunStaticFixtureSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunStaticFixtureTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunStaticSetUp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.CanRunStaticTearDown\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.ConstructFromDoublyNestedType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.ConstructFromNestedType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.ConstructFromStaticTypeWithoutTestFixtureAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.ConstructFromType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.ConstructFromTypeWithoutNamespace\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.ConstructFromTypeWithoutTestFixtureAttribute\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests.FixtureInheritingTwoTestFixtureAttributesIsLoadedOnlyOnce\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureTests+InternalTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests+InternalTestFixture.CanRunTestInInternalTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureTests+PrivateTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests+PrivateTestFixture.CanRunTestInPrivateTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFixtureTests+ProtectedTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFixtureTests+ProtectedTestFixture.CanRunTestInProtectedTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestFrameworkTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestFrameworkTests.NUnitFrameworkIsKnownAndReferenced\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestIDTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestIDTests.ClonedTestIDsAreEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestIDTests.DifferentTestIDsAreNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestIDTests.DifferentTestIDsDisplayDifferentStrings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestInfoTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestInfoTests.ConstructFromFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestInfoTests.ConstructFromSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestInfoTests.ConstructFromTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"7\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestMethodSignatureTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.272\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.InstanceTestMethodIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.PrivateTestMethodIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.ProtectedTestMethodIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.RunningTestsThroughFixtureGivesCorrectResults\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.StaticTestMethodIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.StaticTestMethodWithArgumentsNotProvidedIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.StaticTestMethodWithArgumentsProvidedIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.StaticTestMethodWithWrongArgumentTypesProvidedGivesError\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.StaticTestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithArgumentsNotProvidedIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithArgumentsProvidedIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithConvertibleArgumentsIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithMultipleTestCasesExecutesMultipleTimes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithMultipleTestCasesUsesCorrectNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithNonConvertibleArgumentsGivesError\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithoutParametersWithArgumentsProvidedIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithParamsArgumentIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithReturnTypeIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithWrongArgumentTypesProvidedGivesError\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestMethodSignatureTests.TestMethodWithWrongNumberOfArgumentsProvidedIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestNameTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.030\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanCompareStrongTestNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanCompareWeakAndStrongTestNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanCompareWeakTestNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanDisplayUniqueNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanParseSimpleTestNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanParseStrongTestNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.CanParseWeakTestNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.ClonedTestNamesAreEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNameTests.TestNamesWithDifferentRunnerIDsAreNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestNodeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.029\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestNodeTests.ConstructFromMultipleTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNodeTests.ConstructFromSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestNodeTests.ConstructFromTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestRunnerThreadTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestRunnerThreadTests.RunMultipleTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestRunnerThreadTests.RunNamedTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestRunnerThreadTests.RunTestSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestSuiteTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.271\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.CanSortUsingExternalComparer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.CountTestCasesFilteredByName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.DefaultSortIsByName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.ExcludingCategoryDoesNotRunExplicitTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.ExcludingCategoryDoesNotRunExplicitTestFixtures\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.InheritedTestCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunExplicitTestByCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunExplicitTestByName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunExplicitTestDirectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunNoTestSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunSingleTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunSuiteByCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunSuiteByName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunTestByCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunTestByName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunTestExcludingCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.RunTestsInFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.SuiteRunInitialized\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TestSuiteTest.SuiteWithNoTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TheoryTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.070\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"Theory\" name=\"ArrayWithDatapointsAttributeIsUsed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.ArrayWithDatapointsAttributeIsUsed(&quot;xyz1&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.ArrayWithDatapointsAttributeIsUsed(&quot;xyz2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.ArrayWithDatapointsAttributeIsUsed(&quot;xyz3&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.BooleanArgumentsAreSuppliedAutomatically\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.EnumArgumentsAreSuppliedAutomatically\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-suite type=\"Theory\" name=\"NullDatapointIsOK\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.NullDatapointIsOK(null)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.SimpleTestIgnoresDataPoints\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-suite type=\"Theory\" name=\"SquareRootWithAllGoodValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.SquareRootWithAllGoodValues(12.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.SquareRootWithAllGoodValues(4.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.SquareRootWithAllGoodValues(9.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"Theory\" name=\"SquareRootWithOneBadValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.SquareRootWithOneBadValue(12.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.SquareRootWithOneBadValue(-4.0d)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: True\r\n  But was:  False\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests.SquareRootWithOneBadValue(9.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.TheoryFailsIfAllTestsAreInconclusive\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.TheoryWithDatapointsIsRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.TheoryWithNoArgumentsIsTreatedAsTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.TheoryTests.TheoryWithNoDatapointsIsNotRunnable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TheoryTests+SqrtTests_DisplayResults\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"Theory\" name=\"SqrtTimesItselfGivesOriginal\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests+SqrtTests_DisplayResults.SqrtTimesItselfGivesOriginal(0.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests+SqrtTests_DisplayResults.SqrtTimesItselfGivesOriginal(1.0d)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests+SqrtTests_DisplayResults.SqrtTimesItselfGivesOriginal(-1.0d)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: True\r\n  But was:  False\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests+SqrtTests_DisplayResults.SqrtTimesItselfGivesOriginal(double.MaxValue)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: True\r\n  But was:  False\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Core.Tests.TheoryTests+SqrtTests_DisplayResults.SqrtTimesItselfGivesOriginal(double.PositiveInfinity)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: True\r\n  But was:  False\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThreadedTestRunnerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.588\" asserts=\"1\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.CheckRunnerID\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.CountTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.041\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.CountTestCasesAcrossMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.051\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadAndReloadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.081\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadAssemblyWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadAssemblyWithoutNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadAssemblyWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.RunAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.045\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.RunAssemblyUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.045\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.RunMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadedTestRunnerTests.BasicRunnerTests.RunMultipleAssembliesUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThreadingTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.171\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestOnSeparateThreadReportsAssertCountCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithInfiniteLoopTimesOut\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithMTAThreadRunsInMTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\">\r\n                            <properties>\r\n                              <property name=\"APARTMENT_STATE\" value=\"MTA\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithRequiresMTARunsInMTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\">\r\n                            <properties>\r\n                              <property name=\"APARTMENT_STATE\" value=\"MTA\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithRequiresSTARunsInSTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"APARTMENT_STATE\" value=\"STA\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithRequiresThreadRunsInSeparateThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"RequiresThread\" value=\"True\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithRequiresThreadRunsSetUpAndTestOnSameThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"RequiresThread\" value=\"True\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithRequiresThreadWithMTAArgRunsOnSeparateThreadInMTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\">\r\n                            <properties>\r\n                              <property name=\"RequiresThread\" value=\"True\" />\r\n                              <property name=\"APARTMENT_STATE\" value=\"MTA\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithRequiresThreadWithSTAArgRunsOnSeparateThreadInSTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\">\r\n                            <properties>\r\n                              <property name=\"RequiresThread\" value=\"True\" />\r\n                              <property name=\"APARTMENT_STATE\" value=\"STA\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithSTAThreadRunsInSTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"APARTMENT_STATE\" value=\"STA\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithTimeoutRunsOnSeparateThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"50\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TestWithTimeoutRunsSetUpAndTestOnSameThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\">\r\n                            <properties>\r\n                              <property name=\"Timeout\" value=\"50\" />\r\n                            </properties>\r\n                          </test-case>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests.TimeoutCanBeSetOnTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.065\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThreadingTests+FixtureRequiresMTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                        <properties>\r\n                          <property name=\"APARTMENT_STATE\" value=\"MTA\" />\r\n                        </properties>\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests+FixtureRequiresMTA.RequiresMTACanBeSetOnTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThreadingTests+FixtureRequiresSTA\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <properties>\r\n                          <property name=\"APARTMENT_STATE\" value=\"STA\" />\r\n                        </properties>\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests+FixtureRequiresSTA.RequiresSTACanBeSetOnTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ThreadingTests+FixtureRequiresThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\">\r\n                        <properties>\r\n                          <property name=\"RequiresThread\" value=\"True\" />\r\n                        </properties>\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.ThreadingTests+FixtureRequiresThread.RequiresThreadCanBeSetOnTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TypeHelperTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"GetDisplayName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericContainerClass`1+NestedClass[System.String],&quot;GenericContainerClass+NestedClass&lt;String&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericContainerClass`1+NestedClass+DoublyNestedClass[System.String],&quot;GenericContainerClass+NestedClass+DoublyNestedClass&lt;String&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ContainerClass+NestedGeneric`1+DoublyNestedGeneric`1[System.String,System.Int32],&quot;ContainerClass+NestedGeneric+DoublyNestedGeneric&lt;String,Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericContainerClass`1+NestedGeneric`1+DoublyNestedGeneric`1[System.String,System.Int32,System.Boolean],&quot;GenericContainerClass+NestedGeneric+DoublyNestedGeneric&lt;String,Int32,Boolean&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ListTester`1[System.Collections.Generic.List`1[System.Int32]],&quot;ListTester&lt;List&lt;Int32&gt;&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ListTester`1[System.Collections.Generic.List`1[System.Collections.Generic.List`1[System.Int32]]],&quot;ListTester&lt;List&lt;List&lt;Int32&gt;&gt;&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericContainerClass`1+NestedClass+DoublyNestedGeneric`1[System.String,System.Boolean],&quot;GenericContainerClass+NestedClass+DoublyNestedGeneric&lt;String,Boolean&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericContainerClass`1+NestedGeneric`1[System.String,System.Int32],&quot;GenericContainerClass+NestedGeneric&lt;String,Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(System.Int32,&quot;Int32&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericContainerClass`1+NestedGeneric`1+DoublyNestedClass[System.String,System.Int32],&quot;GenericContainerClass+NestedGeneric+DoublyNestedClass&lt;String,Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.SimpleClass,&quot;SimpleClass&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(MyNoNamespaceClass,&quot;MyNoNamespaceClass&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericClass`3[System.Int32,System.Decimal,System.String],&quot;GenericClass&lt;Int32,Decimal,String&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.GenericClass`3[System.Int32[],System.Decimal[],System.String[]],&quot;GenericClass&lt;Int32[],Decimal[],String[]&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ContainerClass+NestedClass,&quot;ContainerClass+NestedClass&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ContainerClass+NestedClass+DoublyNestedClass,&quot;ContainerClass+NestedClass+DoublyNestedClass&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ContainerClass+NestedClass+DoublyNestedGeneric`1[System.Int32],&quot;ContainerClass+NestedClass+DoublyNestedGeneric&lt;Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ContainerClass+NestedGeneric`1[System.Int32],&quot;ContainerClass+NestedGeneric&lt;Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Core.Tests.TypeHelperTests.GetDisplayName(NUnit.TestData.TypeHelperFixture.ContainerClass+NestedGeneric`1+DoublyNestedClass[System.Int32],&quot;ContainerClass+NestedGeneric+DoublyNestedClass&lt;Int32&gt;&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ValueSourceTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.055\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"MultipleArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.MultipleArguments(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.MultipleArguments(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.MultipleArguments(12,6,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceCanBeInstanceField\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceCanBeInstanceField(&quot;InstanceField&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceCanBeInstanceMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceCanBeInstanceMethod(&quot;InstanceMethod&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceCanBeInstanceProperty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceCanBeInstanceProperty(&quot;InstanceProperty&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceCanBeStaticField\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceCanBeStaticField(&quot;StaticField&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceCanBeStaticMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceCanBeStaticMethod(&quot;StaticMethod&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceCanBeStaticProperty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceCanBeStaticProperty(&quot;StaticProperty&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceIsInvokedWithCorrectCurrentDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceIsInvokedWithCorrectCurrentDirectory(True)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceMayBeGeneric\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeGeneric(1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeGeneric(2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeGeneric(4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeGeneric(8)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"ValueSourceMayBeInAnotherClass\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeInAnotherClass(12,3,4)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeInAnotherClass(12,4,3)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.Core.Tests.ValueSourceTests.ValueSourceMayBeInAnotherClass(12,6,2)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"XmlTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.638\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Core.Tests.XmlTest.removeTime\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.XmlTest.TestSchemaValidatorFrenchCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.404\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.XmlTest.TestSchemaValidatorInvariantCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.052\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.XmlTest.TestSchemaValidatorUnitedStatesCulture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.048\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Core.Tests.XmlTest.TestStream\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.116\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.util.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"41.066\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"41.066\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"Util\" executed=\"True\" result=\"Success\" success=\"True\" time=\"41.066\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"SetUpFixture\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"41.065\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"AssemblyListTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.AddFiresChangedEvent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.CanAddAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.CanRemoveAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.EmptyList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.MustAddAbsolutePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.RemoveAtFiresChangedEvent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.RemoveFiresChangedEvent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.AssemblyListTests.SettingFullPathFiresChangedEvent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CategoryManagerTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.097\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryManagerTest.CanAddAllAvailableCategoriesInTestTree\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.043\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryManagerTest.CanAddStrings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryManagerTest.CanAddStringsWithoutDuplicating\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryManagerTest.CanAddTestCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.040\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryManagerTest.CanClearEntries\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CategoryParseTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.039\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.CanParseCompoundCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.CanParseExcludedCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.CanParseMultipleAlternatives\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.CanParseMultipleCategoriesWithAnd\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.CanParseSimpleCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.EmptyStringReturnsEmptyFilter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.OrAndMinusCombined\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.PlusAndMinusCombined\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.PrecedenceTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.CategoryParseTests.PrecedenceTestWithParentheses\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"DomainManagerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.029\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.DomainManagerTests.GetCommonAppBase_OneElement\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.DomainManagerTests.GetCommonAppBase_ThreeElements_DiferentDirectories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.DomainManagerTests.GetCommonAppBase_TwoElements_DifferentDirectories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.DomainManagerTests.GetCommonAppBase_TwoElements_SameDirectory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.DomainManagerTests.GetPrivateBinPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.DomainManagerTests.UnloadUnloadedDomain\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"EventDispatcherTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.076\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.ProjectLoaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.ProjectLoadFailed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.ProjectLoading\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.ProjectUnloaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.ProjectUnloadFailed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.ProjectUnloading\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.RunFailed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.RunFinished\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.RunStarting\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.SuiteFinished\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.SuiteStarting\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestFinished\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestLoaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestLoadFailed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestLoading\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestReloaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestReloadFailed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestReloading\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestStarting\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestUnloaded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestUnloadFailed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.EventDispatcherTests.TestUnloading\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"FileWatcherTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.901\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.FileWatcherTest.ChangingAttributesDoesNotTriggerWatcher\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.217\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.FileWatcherTest.ChangingFileTriggersWatcher\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.204\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.FileWatcherTest.CopyingFileDoesNotTriggerWatcher\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.205\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.FileWatcherTest.MultipleCloselySpacedChangesTriggerWatcherOnlyOnce\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.263\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"MemorySettingsStorageTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.025\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.MemorySettingsStorageTests.MakeStorage\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.MemorySettingsStorageTests.MakeSubStorages\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.MemorySettingsStorageTests.RemoveSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.MemorySettingsStorageTests.SaveAndLoadSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.MemorySettingsStorageTests.SubstorageSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.MemorySettingsStorageTests.TypeSafeSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NUnitProjectLoad\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.045\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectLoad.FromAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectLoad.LoadEmptyConfigs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectLoad.LoadEmptyProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectLoad.LoadNormalProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectLoad.LoadProjectWithManualBinPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectLoad.SaveClearsAssemblyWrapper\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NUnitProjectSave\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectSave.SaveEmptyConfigs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectSave.SaveEmptyProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectSave.SaveNormalProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NUnitProjectTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.113\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.AddConfigMakesProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.CanAddAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.CanAddConfigs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.CanSetActiveConfig\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.CanSetAppBase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.ConfigurationFileFromAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.ConfigurationFileFromAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.DefaultActiveConfig\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.DefaultApplicationBase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.DefaultConfigurationFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.DefaultProjectName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.IsProjectFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.LoadMakesProjectNotDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.NewProjectDefaultPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.NewProjectIsEmpty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.NewProjectIsNotDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.NewProjectNotLoadable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.RemoveActiveConfig\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.RemoveConfigMakesProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.RenameActiveConfig\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.RenameConfigMakesProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.SaveAndLoadConfigsWithAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.SaveAndLoadEmptyConfigs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.SaveAndLoadEmptyProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.SaveMakesProjectNotDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.SaveSetsProjectPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitProjectTests.SettingActiveConfigMakesProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"NUnitRegistryTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitRegistryTests.CurrentUser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitRegistryTests.CurrentUserTestMode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.NUnitRegistryTests.TestClearRoutines\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PathUtilTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests.CheckDefaults\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PathUtilTests_Unix\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.019\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Unix.Canonicalize\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Unix.IsAssemblyFileType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Unix.PathFromUri\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Unix.RelativePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Unix.SamePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Unix.SamePathOrUnder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"PathUtilTests_Windows\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Windows.Canonicalize\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Windows.IsAssemblyFileType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Windows.PathFromUri\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Windows.RelativePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"12\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Windows.SamePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.PathUtilTests_Windows.SamePathOrUnder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"9\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ProcessRunnerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"12.364\" asserts=\"1\">\r\n                        <properties>\r\n                          <property name=\"Timeout\" value=\"30000\" />\r\n                        </properties>\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.CheckRunnerID\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.CountTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.126\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.CountTestCasesAcrossMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.746\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadAndReloadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.374\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadAssemblyWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.655\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadAssemblyWithoutNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.696\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadAssemblyWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.593\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.681\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.674\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.630\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.RunAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.879\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.RunAssemblyUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.900\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.RunMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.938\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.BasicRunnerTests.RunMultipleAssembliesUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.914\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProcessRunnerTests.TestProcessIsReused\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.449\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ProjectConfigTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.127\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AbsoluteBasePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AbsoluteConfigurationFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddingConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddingInitialConfigRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddingSubsequentConfigDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddToActiveConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddToActiveConfigRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddToInactiveConfigDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.AddToInactiveConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.CanAddAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.DefaultConfigurationFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.EmptyConfig\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.ManualPrivateBinPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.NoBasePathSet\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.NoPrivateBinPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RelativeBasePath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RelativeConfigurationFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RemoveActiveConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RemoveActiveConfigRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RemoveInactiveConfigDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RemoveInactiveConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RenameActiveConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RenameActiveConfigRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RenameInactiveConfigDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.RenameInctiveConfigMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigApplicationBaseMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigApplicationBaseRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigBinPathTypeMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigBinPathTypeRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigConfigurationFileMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigConfigurationFileRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigPrivateBinPathMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingActiveConfigPrivateBinPathRequiresReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigApplicationBaseDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigApplicationBaseMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigBinPathTypeDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigBinPathTypeMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigConfigurationFileDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigConfigurationFileMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigPrivateBinPathDoesNotRequireReload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.SettingInactiveConfigPrivateBinPathMarksProjectDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ProjectConfigTests.ToArray\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RecentFileEntryTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.CanCreateFromFileNameAndVersion\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.CanCreateFromSimpleFileName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.CanParseFileNamePlusVersionString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.CanParseFileNameWithCommaPlusVersionString\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.CanParseSimpleFileName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.CanParseSimpleFileNameWithComma\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFileEntryTests.EntryCanDisplayItself\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RecentFilesTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.075\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.AddMaxItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.AddSingleItem\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.AddTooManyItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.CountAtMax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.CountAtMin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.CountDefault\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.CountOverMax\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.CountUnderMin\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.EmptyList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.IncreaseSize\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"12\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.IncreaseSizeAfterAdd\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReduceSize\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReduceSizeAfterAdd\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.RemoveFirstProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.RemoveLastProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.RemoveMultipleProjects\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.RemoveOneProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReorderLastProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReorderMultipleProjects\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReorderSameProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReorderSingleProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RecentFilesTests.ReorderWithListNotFull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RegistrySettingsStorageTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.022\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.RegistrySettingsStorageTests.MakeSubStorages\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RegistrySettingsStorageTests.RemoveSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RegistrySettingsStorageTests.SaveAndLoadSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RegistrySettingsStorageTests.StorageHasCorrectKey\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RegistrySettingsStorageTests.SubstorageSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RegistrySettingsStorageTests.TypeSafeSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RemoteTestAgentTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.RemoteTestAgentTests.AgentReturnsProcessId\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RemoteTestAgentTests.CanLocateAgentExecutable\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RemoteTestAgentTests.CanLocateAgentExeForAllInstalledVersions\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.RemoteTestAgentTests.CanLocateBinDirForAllInstalledVersions\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RemoteTestResultTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.865\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.RemoteTestResultTest.ResultStillValidAfterDomainUnload\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.864\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RuntimeFrameworkSelectorTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"Theory\" name=\"RequestForSpecificFrameworkIsHonored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.031\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(net-1.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(net-1.1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(net-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(net-4.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(mono-1.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(mono-2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(v1.1)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.004\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: not Any\r\n  But was:  Any\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(v2.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.000\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: not Any\r\n  But was:  Any\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificFrameworkIsHonored(v4.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.000\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: not Any\r\n  But was:  Any\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"Theory\" name=\"RequestForSpecificVersionIsHonored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(net-1.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: Any\r\n  But was:  Net\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(net-1.1)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: Any\r\n  But was:  Net\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(net-2.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: Any\r\n  But was:  Net\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(net-4.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.000\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: Any\r\n  But was:  Net\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(mono-1.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.000\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: Any\r\n  But was:  Mono\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(mono-2.0)\" executed=\"True\" result=\"Inconclusive\" success=\"False\" time=\"0.001\" asserts=\"0\">\r\n                                <reason>\r\n                                  <message><![CDATA[  Expected: Any\r\n  But was:  Mono\r\n]]></message>\r\n                                </reason>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(v1.1)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(v2.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.Util.Tests.RuntimeFrameworkSelectorTests.RequestForSpecificVersionIsHonored(v4.0)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ServerUtilityTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.ServerUtilityTests.CanGetTcpChannelOnSpecifiedPort\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.ServerUtilityTests.CanGetTcpChannelOnUnpecifiedPort\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SettingsGroupTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.SettingsGroupTests.BadSetting\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.SettingsGroupTests.DefaultSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.SettingsGroupTests.SubGroupSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.SettingsGroupTests.TopLevelSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.SettingsGroupTests.TypeSafeSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"SummaryResultFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.011\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.SummaryResultFixture.SummaryMatchesResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"9\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestAgencyTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.325\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestAgencyTests.CanConnectToAgency\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestAgencyTests.CanLaunchAndConnectToAgent\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.318\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDomainFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.889\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainFixture.AppDomainIsSetUpCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainFixture.AssemblyIsLoadedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainFixture.CanRunMockAssemblyTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.209\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDomainRunnerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"9.763\" asserts=\"1\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.CheckRunnerID\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.CountTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.607\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.CountTestCasesAcrossMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.671\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadAndReloadAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.246\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadAssemblyWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.574\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadAssemblyWithoutNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.639\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadAssemblyWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.532\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.684\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.626\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.LoadMultipleAssembliesWithSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.618\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.RunAssembly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.845\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.RunAssemblyUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.876\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.RunMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.879\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainRunnerTests.BasicRunnerTests.RunMultipleAssembliesUsingBeginAndEndRun\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.880\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDomainTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"5.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.BasePathOverrideIsHonored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.083\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.BinPathOverrideIsHonored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.635\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.ConfigFileOverrideIsHonored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.662\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.FileNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.738\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.InvalidTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.538\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.SpecificTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.798\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests.TurnOffShadowCopy\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.539\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDomainTests_Multiple\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.938\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests_Multiple.AssemblyNodes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests_Multiple.BuildSuite\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests_Multiple.RootNode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests_Multiple.RunMultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.205\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests_Multiple.TestCaseCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDomainTests_MultipleFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.635\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestDomainTests_MultipleFixture.LoadFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.634\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestLoaderAssemblyTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"3.332\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.AssemblyWithNoTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.734\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.FileNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.LoadProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.LoadTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.668\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.RunTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.272\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.UnloadProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderAssemblyTests.UnloadTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.633\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestLoaderWatcherTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"4.510\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderWatcherTests.LoadShouldStartWatcher\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.655\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderWatcherTests.LoadShouldStartWatcherDependingOnSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.619\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderWatcherTests.ReloadShouldStartWatcher\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.300\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderWatcherTests.ReloadShouldStartWatcherDependingOnSettings\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.265\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestLoaderWatcherTests.UnloadShouldStopWatcherAndFreeResources\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.657\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestRunnerFactoryTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.TestRunnerFactoryTests.DifferentRuntimeUsesProcessRunner\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestRunnerFactoryTests.DifferentVersionUsesProcessRunner\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.TestRunnerFactoryTests.SameFrameworkUsesTestDomain\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"VisualStudioConverterTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.164\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromCppProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.085\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromCSharpProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromJsharpProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromMakefileProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromProjectWithHebrewFileIncluded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromVBProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromVSSolution2003\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromVSSolution2005\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.FromWebApplication\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VisualStudioConverterTests.WithUnmanagedCpp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"VSProjectTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.086\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.FileNotFoundError\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.GenerateCorrectExtensionsFromVCProjectVS2005\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.InvalidProjectFormat\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.InvalidXmlFormat\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadCppProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadCppProjectVS2005\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadCppProjectWithMacros\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadCsharpProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadCsharpProjectVS2005\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadInvalidFileType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadJsharpProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadJsharpProjectVS2005\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadProjectWithHebrewFileIncluded\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadVbProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.LoadVbProjectVS2005\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.MissingAttributes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.NoConfigurations\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.NotWebProject\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.ProjectExtensions\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Util.Tests.VSProjectTests.SolutionExtension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"XmlResultWriterTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.108\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.FailingTestHasCorrectInformation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.HasMultipleCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.HasMultipleProperties\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.HasSingleCategory\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.HasSingleProperty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.IgnoredTestHasCorrectInformation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.InconclusiveTestHasCorrectInformation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.PassingTestHasCorrectInformation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.SuiteResultHasCategories\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.TestHasCultureInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Util.Tests.XmlResultWriterTest.TestHasEnvironmentInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"9\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.mocks.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.166\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.165\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"Mocks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.165\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.165\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"DynamicMockTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.044\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.CallMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.CallMethodWithArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.CreateMockForMBRClass\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"13\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.CreateMockForNonMBRClassFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.DefaultReturnValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.ExpectedMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.ExpectedMethodNotCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.MethodWithReturnValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.MockHasDefaultName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.MockHasNonDefaultName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.OverrideMethodOnDynamicMock\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.RefParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.DynamicMockTests.WrongReturnType\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"MockTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.115\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.CallMultipleMethodsInDifferentOrder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.CallMultipleMethodsSomeWithoutExpectations\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ChangeExpectAndReturnToFixedReturn\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ChangeFixedReturnToExpectAndReturn\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"9\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ConstraintArgumentSucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ConstraintArgumentThatFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectAndReturn\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectAndReturnNull\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectAndReturnWithArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectAndReturnWithWrongArgument\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectAndThrowException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectNoCallFails\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.ExpectNoCallSucceeds\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.FailWithParametersSpecified\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.IgnoreArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.MethodNotCalled\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.MockHasName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.MultipleCallsToSameMethod\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.MultipleExpectAndReturn\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.MultipleExpectations\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"12\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.NotEnoughCalls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.OneExpectation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.RequireArguments\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.SetReturnValue\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.SetReturnValueMultipleTimesOnMultipleMethods\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.SetReturnValueRepeatedCalls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.SetReturnValueWithoutCalling\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.StrictDefaultsToFalse\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.StrictMode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.StrictMode_ExceptionsCaught\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.TooManyCalls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.UnexpectedCallsIgnored\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Mocks.Tests.MockTests.VerifyNewMock\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit-console.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.984\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.984\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"ConsoleRunner\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.983\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.983\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"CommandLineTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.092\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.AllowForwardSlashDefaultsCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.AssemblyAloneIsValid\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.AssemblyName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.FileNameWithoutXmlParameterLooksLikeParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.FixtureNamePlusAssemblyIsValid\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.HelpTextUsesCorrectDelimiterForPlatform\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.InvalidCommandLineParms\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.InvalidOption\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.NoFixtureNameProvided\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.NoParametersCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.OptionsAreRecognized\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.017\" asserts=\"100\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.XmlParameter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.XmlParameterWithFullPath\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.XmlParameterWithFullPathUsingEqualSign\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests.XmlParameterWithoutFileNameIsInvalid\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"CommandLineTests_MultipleAssemblies\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests_MultipleAssemblies.CheckParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests_MultipleAssemblies.FixtureParameters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests_MultipleAssemblies.FixtureValidate\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests_MultipleAssemblies.MultipleAssemblyValidate\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.CommandLineTests_MultipleAssemblies.ParameterCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ConsoleRunnerTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"11.821\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.AssemblyNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.025\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.Bug1073539Test\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.845\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.Bug1311644Test\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.805\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.CanRunWithMultipleTestDomains\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.766\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.CanRunWithMultipleTestDomains_NoThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.749\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.CanRunWithoutTestDomain\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.062\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.CanRunWithoutTestDomain_NoThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.CanRunWithSingleTestDomain\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.025\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.CanRunWithSingleTestDomain_NoThread\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.975\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.FailureFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.777\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.InvalidFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.516\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.MultiFailureFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.820\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.OneOfTwoAssembliesNotFound\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.SuccessFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.773\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.XmlResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.782\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.ConsoleRunner.Tests.ConsoleRunnerTest.XmlToConsole\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.784\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestNameParserTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.041\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"SingleName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.026\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method&lt;int,int&gt;()&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method,&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;  Test.Namespace.Fixture.Method  &quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;  Test.Namespace.Fixture.Method  ,&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method()&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method(\\&quot;string,argument\\&quot;)&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method(1,2,3)&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.SingleName(&quot;Test.Namespace.Fixture.Method(\\&quot;)\\&quot;)&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"ParameterizedTest\" name=\"TwoNames\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.TwoNames(&quot;Test.Namespace.Fixture.Method1&quot;,&quot;Test.Namespace.Fixture.Method2&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.TwoNames(&quot;Test.Namespace.Fixture.Method1(\\&quot;(\\&quot;)&quot;,&quot;Test.Namespace.Fixture.Method2(\\&quot;&lt;\\&quot;)&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.TwoNames(&quot;Test.Namespace.Fixture.Method1&quot;,&quot;Test.Namespace.Fixture.Method2,&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.ConsoleRunner.Tests.TestNameParserTests.TwoNames(&quot;Test.Namespace.Fixture.Method1(1,2)&quot;,&quot;Test.Namespace.Fixture.Method2(3,4)&quot;)\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.uiexception.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.892\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.892\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"UiException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.891\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.891\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"Namespace\" name=\"CodeFormatters\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.488\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"TestFixture\" name=\"TestCodeFormatterCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.055\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Clear\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.ContainsFormatterFromExtension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Indexer_Can_Throw_UnknownExtensionException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.ItemIndexer_Can_Throw_NullExtensionException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Register_Can_Throw_NullExtensionException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Register_Can_Throw_NullFormatterException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Register_Check_Extension_Case\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Register_Check_Extension_Is_Not_Empty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Register_Check_Extension_Not_Contain_Dot_Character\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Register_Check_Multiple_Extension_Definition\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Remove\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Remove_Is_Not_Case_Sensitive\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.StringIndexer_Can_Throw_NullExtensionException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCodeFormatterCollection.Test_Default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"10\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestCSharpCodeFormatter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.067\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Format_Can_Throw_CSharpNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Test_Conserve_Intermediary_Spaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.034\" asserts=\"9\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Test_Default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Test_Format\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Test_Format_2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Test_Format_3\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestCSharpCodeFormatter.Test_PreProcess\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestFormattedCode\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.043\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.CheckData_Can_Throw_NullDataException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.CheckData_IndexArray_And_TagArray_Count_Must_Match\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.CheckData_LineArray_Values_Must_Always_Grow_Up\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.CheckData_LineArray_Values_Must_Be_In_IndexArray_Count\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.Empty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.Test_ComplexCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"22\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.Test_Equals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.Test_MaxLength\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestFormattedCode.Test_SimpleCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"17\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestGeneralCodeFormatter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.103\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.All_Formatters_Have_Unique_Language_Value\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.All_Formatters_Should_Have_Overwrite_Behavior\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.All_Formatters_Should_PreProcess_Tab_Character\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.Any_Formatter_Should_Format_Any_Text\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.023\" asserts=\"6\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.DefaultFormatter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.DefaultFormatter_Can_Throw_FormatterNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.Format\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.Format_Can_Throw_CodeNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.Format_Can_Throw_LanguageNameNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.Format_Pick_Best_Formatter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.FormatFromExtension_Can_Throw_CodeNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.FormatFromExtension_Can_Throw_ExtensionNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.GetFormatterFromExtension_Can_Throw_ExtensionNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.GetFormatterFromLanguage_Can_Throw_LanguageNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.GetFormatterFroms\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.LanguageFromExtension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestGeneralCodeFormatter.Test_Default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestLexer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.051\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Dot_Character\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_SetText_Throws_NullArgumentException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_ColonCharacter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"20\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_CommentC\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_CommentCpp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_DoubleQuote\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"19\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_Equals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_New_Line\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_NumberSign\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_SingleQuote\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_WhiteSpaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"35\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestLexer.Test_Split_Words\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestPlainTextCodeFormatter\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.015\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestPlainTextCodeFormatter.Format_Can_Throw_CodeNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestPlainTextCodeFormatter.Format_HelloWorld\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestPlainTextCodeFormatter.Format_Lines\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestPlainTextCodeFormatter.Test_Language\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestPlainTextCodeFormatter.Test_PreProcess\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestToken\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestToken.Test_Equals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestTokenClassifier\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.063\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.test_AcceptToken\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"60\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Classification_Cases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"32\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Classify\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"60\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Classify_As_Keyword\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"81\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Classify_Can_Throw_ArgumentNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Classify_Throw_NullArgException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Escaping_sequence\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"61\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_NewState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"40\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenClassifier.Test_Reset\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestTokenDictionary\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.Add_can_throw_AlreadyDefinedException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.Add_can_throw_EmptySequenceException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.Add_can_throw_InvalidSortException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.Add_can_throw_NullValueException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.add_token\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.PopulateTokenStartingWith\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"14\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.PopulateTokenStartingWith_can_throw_NullOutputException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.PopulateTokenStartingWith_can_throw_NullStarterException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.test_default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.TryMatch_can_throw_NullPredictionException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.TryMatch_can_throw_NullTextException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.TryMatch_no_prediction\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"146\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.CodeFormatters.TestTokenDictionary.TryMatch_prediction\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"19\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"Namespace\" name=\"Controls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"1.133\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"TestFixture\" name=\"TestCodeBox\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.254\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.Can_Disable_ShowCurrentLine\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.195\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.Can_Set_Back_And_Fore_Colors\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.Changing_Font_Causes_Reformatting\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"24\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.Changing_Language_Causes_Reformatting\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"34\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.CurrentLine\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"30\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"11\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.Format_Text_With_Language\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"25\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeBox.OnPaint\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"19\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestCodeRenderingContext\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeRenderingContext.Can_Change_Colors\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"43\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestCodeRenderingContext.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"38\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestDefaultCodeRenderer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.036\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultCodeRenderer.DrawToGraphics_Can_Raise_ArgumentNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultCodeRenderer.GetDocumentSize\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultCodeRenderer.GetDocumentSize_Can_Raise_ArgumentNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultCodeRenderer.LineIndexToYCoordinate\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultCodeRenderer.LineIndexToYCoordinate_Can_Raise_ArgumentNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultCodeRenderer.ViewportLines\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.009\" asserts=\"32\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestDefaultErrorListRenderer\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.211\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultErrorListRenderer.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultErrorListRenderer.DrawToGraphics_Can_Throw_ArgumentNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultErrorListRenderer.GetDocumentSize\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultErrorListRenderer.IsDirty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.154\" asserts=\"7\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultErrorListRenderer.ItemAt\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"7\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestDefaultErrorListRenderer.MeasureItem\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"6\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestErrorBrowser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.206\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorBrowser.Can_Raise_ErrorSourceChanged\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.144\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorBrowser.Cannot_Register_Null_Display\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorBrowser.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorBrowser.ErrorDisplay_Plugins_life_cycle_events\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.037\" asserts=\"55\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorBrowser.LayoutPanel_Auto_Resizes_When_Parent_Sizes_Change\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"4\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestErrorList\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.070\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.AutoSelectFirstItem\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.CanReportInvalidItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.Click_Can_Select_Item\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"23\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.CurrentSelection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.DrawItem\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"39\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.Invoking_DrawToGraphics\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"22\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.ListOrderPolicy\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"22\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorList.Populate_StackTraceSource\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"11\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestErrorPanelLayout\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.014\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorPanelLayout.Can_Layout_Child_Controls_When_Size_Changed\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"16\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorPanelLayout.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"13\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorPanelLayout.Setting_Content\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"21\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorPanelLayout.Setting_Toolbar\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"14\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestErrorToolbar\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.128\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.Cannot_Register_Null_Display\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.Cannot_Select_UnRegistered_Display\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"8\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.NewStripButton\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.PluginItem_Click_Raises_SelectedRenderedChanged\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.030\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.Registering_displays_adds_ToolStripItem\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.052\" asserts=\"30\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.SelectedDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"9\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestErrorToolbar.Set_Or_Unset_Check_Flag_On_Selection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"6\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestSourceCodeDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.049\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSourceCodeDisplay.CanReportFileException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.010\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSourceCodeDisplay.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"15\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSourceCodeDisplay.ListOrderPolicy\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"14\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSourceCodeDisplay.SelectedItemChanged\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"26\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSourceCodeDisplay.SplitOrientation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSourceCodeDisplay.SplitterDistance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"2\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestSplitterBox\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.CanChangeDefaultControl1\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"48\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.CanChangeDefaultControl2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"48\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.ChangingSizeInvokeDoLayout\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"28\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.CollapseControl\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.008\" asserts=\"82\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"51\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.MouseActions\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"6\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.OrientationAffectsLayout\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"25\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.PointToSplit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"75\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestSplitterBox.SplitterDistance\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"81\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestStackTraceDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.057\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestStackTraceDisplay.CopyToClipBoard\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.044\" asserts=\"4\">\r\n                                <properties>\r\n                                  <property name=\"APARTMENT_STATE\" value=\"STA\" />\r\n                                </properties>\r\n                              </test-case>\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestStackTraceDisplay.DefaultState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestStackTraceDisplay.FeedingDisplayWithGarbageDoesNotMakeItCrash\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.Controls.TestStackTraceDisplay.OnStackTraceChanged\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"Namespace\" name=\"StackTraceAnalyzers\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.095\" asserts=\"0\">\r\n                        <results>\r\n                          <test-suite type=\"TestFixture\" name=\"TestFunctionParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestFunctionParser.Test_Ability_To_Parse_Mono_Stack_Trace\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestFunctionParser.Test_Ability_To_Parse_Regular_Function_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"7\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestFunctionParser.Test_Fail_To_Parse_Odd_Function_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestFunctionParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ArgsNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestFunctionParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ParserNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"10\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestIErrorParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.005\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestIErrorParser.Test_IErrorParser_Can_Throw_ArgsNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestIErrorParser.Test_IErrorParser_Can_Throw_ParserNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"10\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestLineNumberParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestLineNumberParser.Test_Ability_To_Parse_Regular_Line_Number_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestLineNumberParser.Test_Ability_To_Reject_Odd_Line_Number_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestLineNumberParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ArgsNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestLineNumberParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ParserNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"10\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestPathParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestPathParser.Test_Ability_To_Handle_Unix_Path_Like_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestPathParser.Test_Ability_To_Handle_Windows_Path_Like_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"4\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestPathParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ArgsNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"12\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestPathParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ParserNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"12\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestUnixPathParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestUnixPathParser.Test_Ability_To_Parse_Regular_Unix_Like_Path_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"21\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestUnixPathParser.Test_Inability_To_Parse_Non_Unix_Like_Path_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestUnixPathParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ArgsNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"11\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestUnixPathParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ParserNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"11\" />\r\n                            </results>\r\n                          </test-suite>\r\n                          <test-suite type=\"TestFixture\" name=\"TestWindowsPathParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                            <results>\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestWindowsPathParser.Test_Ability_To_Parse_Regular_Windows_Path\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"21\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestWindowsPathParser.Test_Inability_To_Parse_Non_Windows_Like_Path_Values\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"6\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestWindowsPathParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ArgsNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"11\" />\r\n                              <test-case name=\"NUnit.UiException.Tests.StackTraceAnalyzers.TestWindowsPathParser.TestIErrorParser.Test_IErrorParser_Can_Throw_ParserNullException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"11\" />\r\n                            </results>\r\n                          </test-suite>\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestDefaultTextManager\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.012\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiException.Tests.TestDefaultTextManager.Test_CodeBlockCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"15\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestDefaultTextManager.Test_Default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestDefaultTextManager.Test_MaxLength\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestErrorItem\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.033\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Can_Set_Properties\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Ctor_2\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Ctor_Throws_NullPathException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Ctor_With_Line_0\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.ReadFile\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.ReadFile_Throws_FileNotExistException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Test_Equals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Test_FileExtension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItem.Test_MethodName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"15\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestErrorItemCollection\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItemCollection.Test_Add_Throws_NullItemException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItemCollection.Test_Clear\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItemCollection.Test_Contains\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestErrorItemCollection.Test_TraceItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.004\" asserts=\"7\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestPaintLineLocation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiException.Tests.TestPaintLineLocation.Test_Equals\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestPaintLineLocation.Test_PaintLineLocation\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestPaintLineLocation.Test_SetText_Throws_NullTextException\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestStackTraceParser\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.034\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Ability_To_Handle_Different_Path_System_Syntaxes\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Ability_To_Handle_Files_With_Unknown_Extension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Analysis_Does_Not_Depend_Upon_File_Extension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Default\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_English_Stack\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Missing_Line_Number\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Parse\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Parse_MultipleExtension\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Parse_Null\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Parse_With_Real_Life_Samples\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiException.Tests.TestStackTraceParser.Test_Trace_When_Missing_File\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.uikit.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"2.630\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"2.630\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"UiKit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"2.630\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"2.629\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"AddConfigurationDialogTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.349\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.AddConfigurationDialogTests.CheckComboBox\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.241\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.AddConfigurationDialogTests.CheckForControls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.AddConfigurationDialogTests.CheckTextBox\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.002\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.AddConfigurationDialogTests.TestComplexEntry\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.075\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.AddConfigurationDialogTests.TestSimpleEntry\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.018\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ErrorDisplayTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.042\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.ErrorDisplayTests.ControlsArePositionedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.ErrorDisplayTests.ControlsExist\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"0\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"LongRunningOperationDisplayTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.LongRunningOperationDisplayTests.CreateDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ProgressBarTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.ProgressBarTests.TestProgressDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.060\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"RecentFileMenuHandlerTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.013\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.RecentFileMenuHandlerTests.DisableOnLoadWhenEmpty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.RecentFileMenuHandlerTests.EnableOnLoadWhenNotEmpty\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.003\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.RecentFileMenuHandlerTests.LoadMenuItems\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"StatusBarTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.250\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.StatusBarTests.TestConstruction\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.065\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.StatusBarTests.TestFinalDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.073\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.StatusBarTests.TestInitialization\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.044\" asserts=\"10\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.StatusBarTests.TestProgressDisplay\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.057\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestSuiteTreeNodeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.096\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.ClearNestedResults\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"8\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.ClearResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.ConstructFromTestInfo\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"6\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.ResultNotSet\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"2\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.SetResult_Failure\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.007\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.SetResult_Ignore\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.SetResult_Inconclusive\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"4\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.SetResult_Skipped\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeNodeTests.SetResult_Success\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.006\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestSuiteTreeViewReloadTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.906\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterChangingOrder\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.239\" asserts=\"178\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterDeletingBranch\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.056\" asserts=\"137\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterDeletingOneTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.056\" asserts=\"175\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterDeletingThreeTestCases\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.065\" asserts=\"169\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterInsertingTestCase\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.059\" asserts=\"181\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterInsertingTestFixture\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.056\" asserts=\"182\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterMultipleChanges\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"179\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadAfterTurningOffAutoNamespaces\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.107\" asserts=\"159\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.CanReloadWithoutChange\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"177\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.ReloadTreeWithWrongTest\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.057\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewReloadTests.VerifyCheckTreeWorks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.059\" asserts=\"177\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestSuiteTreeViewTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.324\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewTests.BuildFromResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.068\" asserts=\"15\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewTests.BuildTreeView\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"5\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewTests.ClearTree\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.058\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewTests.ProcessChecks\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.062\" asserts=\"7\" />\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestSuiteTreeViewTests.SetTestResult\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.063\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"TestTreeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.054\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.TestTreeTests.SameCategoryShouldNotBeSelectedMoreThanOnce\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.053\" asserts=\"4\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"VisualStateTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.480\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.UiKit.Tests.VisualStateTests.SaveAndRestoreVisualState\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.480\" asserts=\"5\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit-gui.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.356\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.355\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"Gui\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.353\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.353\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"CommandLineTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.046\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.AssemblyName\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.016\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.Help\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.HelpTextUsesCorrectDelimiterForPlatform\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.InvalidArgs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.InvalidCommandLineParms\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.NoNameValuePairs\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.NoParametersCount\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.ShortHelp\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"1\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.CommandLineTests.ValidateSuccessful\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ExceptionDetailsFormTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.061\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Gui.Tests.ExceptionDetailsFormTests.ControlsArePositionedCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.ExceptionDetailsFormTests.ControlsExist\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.ExceptionDetailsFormTests.MessageDisplaysCorrectly\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.032\" asserts=\"1\" />\r\n                        </results>\r\n                      </test-suite>\r\n                      <test-suite type=\"TestFixture\" name=\"ProjectEditorTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.240\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Gui.Tests.ProjectEditorTests.CheckControls\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.151\" asserts=\"0\" />\r\n                          <test-case name=\"NUnit.Gui.Tests.ProjectEditorTests.InitialFieldValues\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.085\" asserts=\"2\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n      <test-suite type=\"Assembly\" name=\"D:\\Dev\\NUnit\\nunit-2.5\\work\\build\\net\\2.0\\release\\tests/nunit.fixtures.tests.dll\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n        <results>\r\n          <test-suite type=\"Namespace\" name=\"NUnit\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n            <results>\r\n              <test-suite type=\"Namespace\" name=\"Fixtures\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.021\" asserts=\"0\">\r\n                <results>\r\n                  <test-suite type=\"Namespace\" name=\"Tests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                    <results>\r\n                      <test-suite type=\"TestFixture\" name=\"TestTreeTests\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.020\" asserts=\"0\">\r\n                        <results>\r\n                          <test-case name=\"NUnit.Fixtures.Tests.TestTreeTests.MatchingTreesAreEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.001\" asserts=\"3\" />\r\n                          <test-case name=\"NUnit.Fixtures.Tests.TestTreeTests.NonMatchingTreesAreNotEqual\" executed=\"True\" result=\"Success\" success=\"True\" time=\"0.000\" asserts=\"3\" />\r\n                        </results>\r\n                      </test-suite>\r\n                    </results>\r\n                  </test-suite>\r\n                </results>\r\n              </test-suite>\r\n            </results>\r\n          </test-suite>\r\n        </results>\r\n      </test-suite>\r\n    </results>\r\n  </test-suite>\r\n</test-results>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/agent.conf",
    "content": "<AgentConfig>\r\n  <Port>8080</Port>\r\n  <PathToAssemblies>.</PathToAssemblies>\r\n</AgentConfig>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/agent.log.conf",
    "content": "<log4net>\r\n\t<!-- A1 is set to be a ConsoleAppender -->\r\n\t<appender name=\"A1\" type=\"log4net.Appender.ConsoleAppender\">\r\n\r\n\t\t<!-- A1 uses PatternLayout -->\r\n\t\t<layout type=\"log4net.Layout.PatternLayout\">\r\n\t\t\t<!-- Print the date in ISO 8601 format -->\r\n\t\t\t<conversionPattern value=\"%-5level %logger - %message%newline\" />\r\n\t\t</layout>\r\n\t</appender>\r\n\t\r\n\t<!-- Set root logger level to DEBUG and its only appender to A1 -->\r\n\t<root>\r\n\t\t<level value=\"DEBUG\" />\r\n\t\t<appender-ref ref=\"A1\" />\r\n\t</root>\r\n\r\n</log4net>\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/launcher.log.conf",
    "content": "<log4net>\r\n\t<!-- A1 is set to be a ConsoleAppender -->\r\n\t<appender name=\"A1\" type=\"log4net.Appender.ConsoleAppender\">\r\n\r\n\t\t<!-- A1 uses PatternLayout -->\r\n\t\t<layout type=\"log4net.Layout.PatternLayout\">\r\n\t\t\t<!-- Print the date in ISO 8601 format -->\r\n\t\t\t<conversionPattern value=\"%-5level %logger - %message%newline\" />\r\n\t\t</layout>\r\n\t</appender>\r\n\t\r\n\t<!-- Set root logger level to DEBUG and its only appender to A1 -->\r\n\t<root>\r\n\t\t<level value=\"DEBUG\" />\r\n\t\t<appender-ref ref=\"A1\" />\r\n\t</root>\r\n\r\n</log4net>\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/nunit-agent-x86.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n  \r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"lib;addins\"/>\r\n   </assemblyBinding>\r\n\r\n    <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\tappliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Data\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Drawing\" \r\n                          publicKeyToken=\"b03f5f7f11d50a3a\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Windows.Forms\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Xml\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n  \r\n  </runtime>\r\n  \r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/nunit-agent.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n  \r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"lib;addins\"/>\r\n   </assemblyBinding>\r\n\r\n    <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\tappliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Data\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Drawing\" \r\n                          publicKeyToken=\"b03f5f7f11d50a3a\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Windows.Forms\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Xml\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n  \r\n  </runtime>\r\n  \r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/nunit-console-x86.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n\r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"lib;addins\"/>\r\n   </assemblyBinding>\r\n\r\n   <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n   <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\tappliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Data\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Drawing\" \r\n                          publicKeyToken=\"b03f5f7f11d50a3a\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Windows.Forms\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Xml\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n\r\n  </runtime>\r\n  \r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/nunit-console.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n\r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"lib;addins\"/>\r\n   </assemblyBinding>\r\n\r\n   <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n   <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\tappliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Data\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Drawing\" \r\n                          publicKeyToken=\"b03f5f7f11d50a3a\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Windows.Forms\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Xml\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n\r\n  </runtime>\r\n  \r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/nunit-x86.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n  <!--\r\n     Application settings for NUnit-gui.exe. Do NOT put settings\r\n\t for use by your tests here.\r\n\t-->\r\n  <appSettings>\r\n    <!--\r\n     Uncomment to specify the url to be used for help. If not used, the\r\n     default value is something like\r\n\t\tfile://localhost/C:/Program Files/NUnit 2.2/doc/index.html\r\n\t This setting is provided in case your default browser doesn't\r\n\t support this format.\r\n\t-->\r\n    <!-- <add key=\"helpUrl\" value=\"http://www.nunit.org\" /> -->\r\n  </appSettings>\r\n\r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"lib;addins\" />\r\n    </assemblyBinding>\r\n\r\n    <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n       appliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Data\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Drawing\"\r\n                          publicKeyToken=\"b03f5f7f11d50a3a\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Windows.Forms\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Xml\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n\r\n  </runtime>\r\n\r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/nunit.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<configuration>\r\n  <!--\r\n     Application settings for NUnit-gui.exe. Do NOT put settings\r\n\t for use by your tests here.\r\n\t-->\r\n  <appSettings>\r\n    <!--\r\n     Uncomment to specify the url to be used for help. If not used, the\r\n     default value is something like\r\n\t\tfile://localhost/C:/Program Files/NUnit 2.2/doc/index.html\r\n\t This setting is provided in case your default browser doesn't\r\n\t support this format.\r\n\t-->\r\n    <!-- <add key=\"helpUrl\" value=\"http://www.nunit.org\" /> -->\r\n  </appSettings>\r\n\r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"lib;addins\" />\r\n    </assemblyBinding>\r\n\r\n    <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n       appliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Data\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Drawing\"\r\n                          publicKeyToken=\"b03f5f7f11d50a3a\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Windows.Forms\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly>\r\n        <assemblyIdentity name=\"System.Xml\"\r\n                          publicKeyToken=\"b77a5c561934e089\"\r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\"\r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n\r\n  </runtime>\r\n\r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/pnunit-agent.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\"?>\r\n<configuration>\r\n\r\n  <!-- Set the level for tracing NUnit itself -->\r\n  <!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug -->\r\n  <system.diagnostics>\r\n\t  <switches>\r\n      <add name=\"NTrace\" value=\"0\" />\r\n\t  </switches>\r\n  </system.diagnostics>\r\n  \r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"framework;lib;addins\"/>\r\n   </assemblyBinding>\r\n\r\n    <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\tappliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Data\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Drawing\" \r\n                          publicKeyToken=\"b03f5f7f11d50a3a\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Windows.Forms\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Xml\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n  \r\n  </runtime>\r\n  \r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/pnunit-launcher.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"Windows-1252\"?>\r\n<configuration>\r\n\r\n  <!-- Set the level for tracing NUnit itself -->\r\n  <!-- 0=Off 1=Error 2=Warning 3=Info 4=Debug -->\r\n  <system.diagnostics>\r\n\t  <switches>\r\n      <add name=\"NTrace\" value=\"0\" />\r\n\t  </switches>\r\n  </system.diagnostics>\r\n  \r\n  <runtime>\r\n    <!-- We need this so test exceptions don't crash NUnit -->\r\n    <legacyUnhandledExceptionPolicy enabled=\"1\" />\r\n\r\n    <!-- Look for addins in the addins directory for now -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\">\r\n      <probing privatePath=\"framework;lib;addins\"/>\r\n   </assemblyBinding>\r\n\r\n    <!--\r\n    The following <assemblyBinding> section allows running nunit under \r\n    .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n    causes the section to be ignored except under .NET 1.0\r\n    on a machine with only the .NET version 1.0 runtime installed.\r\n    If application and its tests were built for .NET 1.1 you will\r\n    also need to redirect system assemblies in the test config file,\r\n    which controls loading of the tests.\r\n   -->\r\n    <assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\tappliesTo=\"v1.0.3705\">\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Data\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Drawing\" \r\n                          publicKeyToken=\"b03f5f7f11d50a3a\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Windows.Forms\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n      <dependentAssembly> \r\n        <assemblyIdentity name=\"System.Xml\" \r\n                          publicKeyToken=\"b77a5c561934e089\" \r\n                          culture=\"neutral\"/>\r\n        <bindingRedirect  oldVersion=\"1.0.5000.0\" \r\n                          newVersion=\"1.0.3300.0\"/>\r\n      </dependentAssembly>\r\n\r\n    </assemblyBinding>\r\n  \r\n  </runtime>\r\n  \r\n</configuration>"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/runFile.exe.config",
    "content": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\r\n<configuration>\r\n  <startup>\r\n\t  <supportedRuntime version=\"v2.0.50727\" />\r\n\t  <supportedRuntime version=\"v2.0.50215\" />\r\n\t  <supportedRuntime version=\"v2.0.40607\" />\r\n\t  <supportedRuntime version=\"v1.1.4322\" />\r\n\t  <supportedRuntime version=\"v1.0.3705\" />\r\n\t\r\n\t  <requiredRuntime version=\"v1.0.3705\" />\r\n  </startup>\r\n\r\n<!--\r\n     The following <runtime> section allows running nunit tests under \r\n     .NET 1.0 by redirecting assemblies. The appliesTo attribute\r\n     causes the section to be ignored except under .NET 1.0.\r\n\t-->\r\n\t<runtime>\r\n\t\t<assemblyBinding xmlns=\"urn:schemas-microsoft-com:asm.v1\"\r\n\t\t\t\tappliesTo=\"v1.0.3705\">\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Data\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Drawing\" publicKeyToken=\"b03f5f7f11d50a3a\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Windows.Forms\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t\t<dependentAssembly>\r\n\t\t\t\t<assemblyIdentity name=\"System.Xml\" publicKeyToken=\"b77a5c561934e089\" culture=\"\" />\r\n\t\t\t\t<bindingRedirect oldVersion=\"1.0.5000.0\" newVersion=\"1.0.3300.0\" />\r\n\t\t\t</dependentAssembly>\r\n\t\t</assemblyBinding>\r\n\t</runtime>\r\n</configuration>\r\n"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/runpnunit.bat",
    "content": "start pnunit-agent agent.conf\r\npnunit-launcher test.conf"
  },
  {
    "path": "src/packages/NUnit.2.5.10.11092/tools/test.conf",
    "content": "<TestGroup>\r\n    <ParallelTests>\r\n\r\n        <ParallelTest>\r\n            <Name>Testing</Name>\r\n            <Tests>\r\n                <TestConf>\r\n                    <Name>Testing</Name>\r\n                    <Assembly>pnunit.tests.dll</Assembly>\r\n                    <TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>\r\n                    <Machine>localhost:8080</Machine>\r\n                    <TestParams>\r\n                        <string>..\\server</string> <!-- server dir -->\r\n\t\t\t<string></string> <!-- database server -->\r\n\t\t\t<string></string><!-- conn string -->\r\n                    </TestParams>                                                                                \r\n                </TestConf>\r\n\r\n            </Tests>\r\n        </ParallelTest>\r\n\r\n\r\n    </ParallelTests>\r\n</TestGroup>"
  },
  {
    "path": "src/packages/repositories.config",
    "content": "﻿<?xml version=\"1.0\" encoding=\"utf-8\"?>\r\n<repositories>\r\n  <repository path=\"..\\SimpleJson.Tests\\packages.config\" />\r\n</repositories>"
  },
  {
    "path": "src/simplejson.script.ps1",
    "content": "# SimpleJson https://github.com/facebook-csharp-sdk/simple-json\r\n# License: MIT License\r\n# Version:\r\n\r\nfunction ConvertFrom-Json\r\n{\r\n    param(\r\n        [Switch] $AsPSObject,\r\n        [Parameter(Mandatory=$true,ValueFromPipeline=$true)][String]$json\r\n    )\r\n    \r\n    $obj= [SimpleJson.SimpleJson]::DeserializeObject($json)\r\n    \r\n    if($AsPSObject)\r\n    {\r\n        $obj = ConvertJsonObjectToPsObject($obj)\r\n    }\r\n    \r\n    return $obj\r\n}\r\n\r\nfunction ConvertTo-Json\r\n{\r\n    param(\r\n        [object][Parameter(Mandatory=$true,ValueFromPipeline=$true)] $obj\r\n    )\r\n    \r\n    return [SimpleJson.SimpleJson]::SerializeObject($obj)\r\n}\r\n\r\nfunction ConvertJsonObjectToPsObject\r\n{\r\n    param(\r\n        [Object] $obj\r\n    )\r\n    \r\n    if($obj -eq $null)\r\n    {\r\n        return $null\r\n    }\r\n    if($obj -is [System.Collections.Generic.IDictionary[string,object]])\r\n    {\r\n        $hash = @{}\r\n        foreach($kvp in $obj)\r\n        {\r\n            $hash[$kvp.Key] = ConvertJsonObjectToPsObject($kvp.Value)\r\n        }\r\n        \r\n        return $hash\r\n    }\r\n    if($obj -is [system.collections.generic.list[object]])\r\n    {\r\n        $arr = New-Object object[] $obj.Count\r\n        \r\n        for ( $i = 0; $i -lt $obj.count; $i++ )\r\n        { \r\n            $arr[$i] = ConvertJsonObjectToPsObject($obj[$i])\r\n        }\r\n        \r\n        return $arr\r\n    }\r\n    \r\n    return  $obj\r\n}\r\n"
  }
]