Showing preview only (379K chars total). Download the full file or copy to clipboard to get everything.
Repository: NuGet/WebBackgrounder
Branch: main
Commit: aa52a997b902
Files: 77
Total size: 354.8 KB
Directory structure:
gitextract_2kl2wcg2/
├── .gitignore
├── 3rdParty/
│ └── xunit/
│ ├── EULA.txt
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.xml
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── Build-Solution.ps1
├── License.txt
├── README.md
├── WebBackgrounder.msbuild
└── src/
├── .nuget/
│ ├── NuGet.settings.targets
│ └── NuGet.targets
├── WebBackgrounder/
│ ├── IJob.cs
│ ├── IJobCoordinator.cs
│ ├── IJobHost.cs
│ ├── IWorkItem.cs
│ ├── IWorkItemRepository.cs
│ ├── Job.cs
│ ├── JobHost.cs
│ ├── JobManager.cs
│ ├── JobUnitOfWork.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── Schedule.cs
│ ├── Scheduler.cs
│ ├── SingleServerJobCoordinator.cs
│ ├── TimerExtensions.cs
│ ├── WebBackgrounder.csproj
│ ├── WebBackgrounder.nuspec
│ ├── WebFarmJobCoordinator.cs
│ └── WorkItemExtensions.cs
├── WebBackgrounder.DemoWeb/
│ ├── App_Start/
│ │ ├── EntityFramework.SqlServerCompact.cs
│ │ └── WebBackgrounderSetup.cs
│ ├── Content/
│ │ └── Site.css
│ ├── Controllers/
│ │ └── HomeController.cs
│ ├── ExceptionJob.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── SampleJob.cs
│ ├── Views/
│ │ ├── Home/
│ │ │ └── Index.cshtml
│ │ ├── Shared/
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── Web.config
│ │ └── _ViewStart.cshtml
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── Web.config
│ ├── WebBackgrounder.DemoWeb.csproj
│ └── packages.config
├── WebBackgrounder.EntityFramework/
│ ├── Entities/
│ │ ├── IWorkItemsContext.cs
│ │ ├── WorkItem.cs
│ │ └── WorkItemsContext.cs
│ ├── EntityWorkItemRepository.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── WebBackgrounder.EntityFramework.csproj
│ ├── WebBackgrounder.EntityFramework.nuspec
│ ├── WorkItemCleanupJob.cs
│ └── packages.config
├── WebBackgrounder.UnitTests/
│ ├── EntityWorkItemRepositoryFacts.cs
│ ├── InMemoryDbSet.cs
│ ├── JobHostFacts.cs
│ ├── JobManagerFacts.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── ScheduleFacts.cs
│ ├── SchedulerFacts.cs
│ ├── WebBackgrounder.UnitTests.csproj
│ ├── WebFarmJobCoordinatorFacts.cs
│ ├── WorkItemCleanupJobFacts.cs
│ ├── WorkItemExtensionsFacts.cs
│ └── packages.config
└── WebBackgrounder.sln
================================================
FILE CONTENTS
================================================
================================================
FILE: .gitignore
================================================
bin
obj
*.user
*.suo
App_Data
*.results.xml
/src/packages
_ReSharper.*
================================================
FILE: 3rdParty/xunit/EULA.txt
================================================
This license governs use of the accompanying software. If you use the software, you accept this license. If you do not accept the license, do not use the software.
1. Definitions
The terms "reproduce," "reproduction," "derivative works," and "distribution" have the same meaning here as under U.S. copyright law.
A "contribution" is the original software, or any additions or changes to the software.
A "contributor" is any person that distributes its contribution under this license.
"Licensed patents" are a contributor's patent claims that read directly on its contribution.
2. Grant of Rights
(A) Copyright Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free copyright license to reproduce its contribution, prepare derivative works of its contribution, and distribute its contribution or any derivative works that you create.
(B) Patent Grant- Subject to the terms of this license, including the license conditions and limitations in section 3, each contributor grants you a non-exclusive, worldwide, royalty-free license under its licensed patents to make, have made, use, sell, offer for sale, import, and/or otherwise dispose of its contribution in the software or derivative works of the contribution in the software.
3. Conditions and Limitations
(A) No Trademark License- This license does not grant you rights to use any contributors' name, logo, or trademarks.
(B) If you bring a patent claim against any contributor over patents that you claim are infringed by the software, your patent license from such contributor to the software ends automatically.
(C) If you distribute any portion of the software, you must retain all copyright, patent, trademark, and attribution notices that are present in the software.
(D) If you distribute any portion of the software in source code form, you may do so only under this license by including a complete copy of this license with your distribution. If you distribute any portion of the software in compiled or object code form, you may only do so under a license that complies with this license.
(E) The software is licensed "as-is." You bear the risk of using it. The contributors give no express warranties, guarantees or conditions. You may have additional consumer rights under your local laws which this license cannot change. To the extent permitted under your local laws, the contributors exclude the implied warranties of merchantability, fitness for a particular purpose and non-infringement.
================================================
FILE: 3rdParty/xunit/HTML.xslt
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output method="html"/>
<xsl:template match="/">
<xsl:text disable-output-escaping="yes"><![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">]]></xsl:text>
<html>
<head>
<title>
xUnit.net Test Results - <xsl:value-of select="@name"/>
</title>
<style type="text/css">
body { font-family: Calibri, Verdana, Arial, sans-serif; background-color: White; color: Black; }
h2,h3,h4,h5 { margin: 0; padding: 0; }
h3 { font-weight: normal; }
h5 { font-weight: normal; font-style: italic; margin-bottom: 0.75em; }
pre { font-family: Consolas; font-size: 85%; margin: 0 0 0 1em; padding: 0; }
.divided { border-top: solid 1px #f0f5fa; padding-top: 0.5em; }
.row, .altrow { padding: 0.1em 0.3em; }
.row { background-color: #f0f5fa; }
.altrow { background-color: #e1ebf4; }
.success, .failure, .skipped { font-family: Arial Unicode MS; font-weight: normal; float: left; width: 1em; display: block; }
.success { color: #0c0; }
.failure { color: #c00; }
.skipped { color: #cc0; }
.timing { float: right; }
.indent { margin: 0.25em 0 0.5em 2em; }
.clickable { cursor: pointer; }
.testcount { font-size: 85%; }
</style>
<script language="javascript">
function ToggleClass(id) {
var elem = document.getElementById(id);
if (elem.style.display == "none") {
elem.style.display = "block";
}
else {
elem.style.display = "none";
}
}
</script>
</head>
<body>
<xsl:apply-templates/>
</body>
</html>
</xsl:template>
<xsl:template match="assemblies">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="assembly">
<h3 class="divided"><b>Results for <xsl:value-of select="@name"/></b></h3>
<div>
Tests run: <a href="#all"><b><xsl:value-of select="@total"/></b></a>  
Failures: <a href="#failures"><b><xsl:value-of select="@failed"/></b></a>,
Skipped: <a href="#skipped"><b><xsl:value-of select="@skipped"/></b></a>,
Run time: <b><xsl:value-of select="@time"/>s</b>
</div>
<xsl:if test="class/test[@result='Fail']">
<br />
<h2><a name="failures"></a>Failed tests</h2>
<xsl:apply-templates select="class/test[@result='Fail']"><xsl:sort select="@name"/></xsl:apply-templates>
</xsl:if>
<xsl:if test="class/failure">
<br />
<h2><a name="failures"></a>Failed fixtures</h2>
<xsl:apply-templates select="class/failure"><xsl:sort select="../@name"/></xsl:apply-templates>
</xsl:if>
<xsl:if test="@skipped > 0">
<br />
<h2><a name="skipped"></a>Skipped tests</h2>
<xsl:apply-templates select="class/test[@result='Skip']"><xsl:sort select="@name"/></xsl:apply-templates>
</xsl:if>
<br />
<h2><a name="all"></a>All tests</h2>
<h5>Click test class name to expand/collapse test details</h5>
<xsl:apply-templates select="class"><xsl:sort select="@name"/></xsl:apply-templates>
<br /><h5>Results generated <xsl:value-of select="@run-date"/> at <xsl:value-of select="@run-time"/></h5>
</xsl:template>
<xsl:template match="test">
<div>
<xsl:attribute name="class"><xsl:if test="(position() mod 2 = 0)">alt</xsl:if>row</xsl:attribute>
<xsl:if test="@result!='Skip'"><span class="timing"><xsl:value-of select="@time"/>s</span></xsl:if>
<xsl:if test="@result='Skip'"><span class="timing">Skipped</span><span class="skipped">❢</span></xsl:if>
<xsl:if test="@result='Fail'"><span class="failure">✘</span></xsl:if>
<xsl:if test="@result='Pass'"><span class="success">✔</span></xsl:if>
 <xsl:value-of select="@name"/>
<xsl:if test="child::node()/message"> : <xsl:value-of select="child::node()/message"/></xsl:if>
<br clear="all" />
<xsl:if test="failure/stack-trace">
<pre><xsl:value-of select="failure/stack-trace"/></pre>
</xsl:if>
<xsl:if test="output">
<h4>Output</h4>
<pre><xsl:value-of select="output"/></pre>
</xsl:if>
</div>
</xsl:template>
<xsl:template match="failure">
<span class="failure">✘</span> <xsl:value-of select="../@name"/> : <xsl:value-of select="message"/><br clear="all"/>
Stack Trace:<br />
<pre><xsl:value-of select="stack-trace"/></pre>
</xsl:template>
<xsl:template match="class">
<h3>
<span class="timing"><xsl:value-of select="@time"/>s</span>
<span class="clickable">
<xsl:attribute name="onclick">ToggleClass('class<xsl:value-of select="position()"/>')</xsl:attribute>
<xsl:attribute name="ondblclick">ToggleClass('class<xsl:value-of select="position()"/>')</xsl:attribute>
<xsl:if test="@failed > 0"><span class="failure">✘</span></xsl:if>
<xsl:if test="@failed = 0"><span class="success">✔</span></xsl:if>
 <xsl:value-of select="@name"/>
 <span class="testcount">(<xsl:value-of select="@total"/> test<xsl:if test="@total > 1">s</xsl:if>)</span>
</span>
<br clear="all" />
</h3>
<div class="indent">
<xsl:if test="@failed = 0"><xsl:attribute name="style">display: none;</xsl:attribute></xsl:if>
<xsl:attribute name="id">class<xsl:value-of select="position()"/></xsl:attribute>
<xsl:apply-templates select="test"><xsl:sort select="@name"/></xsl:apply-templates>
</div>
</xsl:template>
</xsl:stylesheet>
================================================
FILE: 3rdParty/xunit/NUnitXml.xslt
================================================
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:output cdata-section-elements="message stack-trace"/>
<xsl:template match="/">
<xsl:apply-templates/>
</xsl:template>
<xsl:template match="assembly">
<test-results>
<xsl:attribute name="name">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:attribute name="date">
<xsl:value-of select="@run-date"/>
</xsl:attribute>
<xsl:attribute name="time">
<xsl:value-of select="@run-time"/>
</xsl:attribute>
<xsl:attribute name="total">
<xsl:value-of select="@total"/>
</xsl:attribute>
<xsl:attribute name="failures">
<xsl:value-of select="@failed"/>
</xsl:attribute>
<xsl:attribute name="not-run">
<xsl:value-of select="@skipped"/>
</xsl:attribute>
<test-suite>
<xsl:attribute name="name">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:attribute name="success">
<xsl:if test="@failed > 0">False</xsl:if>
<xsl:if test="@failed = 0">True</xsl:if>
</xsl:attribute>
<xsl:attribute name="time">
<xsl:value-of select="@time"/>
</xsl:attribute>
<results>
<xsl:apply-templates select="class"/>
</results>
</test-suite>
</test-results>
</xsl:template>
<xsl:template match="class">
<test-suite>
<xsl:attribute name="name">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:attribute name="success">
<xsl:if test="@failed > 0">False</xsl:if>
<xsl:if test="@failed = 0">True</xsl:if>
</xsl:attribute>
<xsl:attribute name="time">
<xsl:value-of select="@time"/>
</xsl:attribute>
<xsl:if test="failure">
<xsl:copy-of select="failure"/>
</xsl:if>
<xsl:if test="reason">
<reason>
<xsl:apply-templates select="reason"/>
</reason>
</xsl:if>
<results>
<xsl:apply-templates select="test"/>
</results>
</test-suite>
</xsl:template>
<xsl:template match="test">
<test-case>
<xsl:attribute name="name">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:attribute name="executed">
<xsl:if test="@result='Skip'">False</xsl:if>
<xsl:if test="@result!='Skip'">True</xsl:if>
</xsl:attribute>
<xsl:if test="@result!='Skip'">
<xsl:attribute name="success">
<xsl:if test="@result='Fail'">False</xsl:if>
<xsl:if test="@result='Pass'">True</xsl:if>
</xsl:attribute>
</xsl:if>
<xsl:if test="@time">
<xsl:attribute name="time">
<xsl:value-of select="@time"/>
</xsl:attribute>
</xsl:if>
<xsl:apply-templates select="traits"/>
<xsl:apply-templates select="failure"/>
</test-case>
</xsl:template>
<xsl:template match="traits">
<properties>
<xsl:apply-templates select="trait"/>
</properties>
</xsl:template>
<xsl:template match="trait">
<property>
<xsl:attribute name="name">
<xsl:value-of select="@name"/>
</xsl:attribute>
<xsl:attribute name="value">
<xsl:value-of select="@value"/>
</xsl:attribute>
</property>
</xsl:template>
<xsl:template match="failure">
<failure>
<xsl:copy-of select="node()"/>
</failure>
</xsl:template>
</xsl:stylesheet>
================================================
FILE: 3rdParty/xunit/xunit.console.clr4.exe.config
================================================
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console.clr4"/>
</configSections>
<xunit>
<transforms>
<add
commandline="html"
xslfile="HTML.xslt"
description="output results to HTML file"/>
<add
commandline="nunit"
xslfile="NUnitXml.xslt"
description="output results to NUnit-style XML file"/>
</transforms>
</xunit>
</configuration>
================================================
FILE: 3rdParty/xunit/xunit.console.clr4.x86.exe.config
================================================
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console.clr4.x86"/>
</configSections>
<xunit>
<transforms>
<add
commandline="html"
xslfile="HTML.xslt"
description="output results to HTML file"/>
<add
commandline="nunit"
xslfile="NUnitXml.xslt"
description="output results to NUnit-style XML file"/>
</transforms>
</xunit>
</configuration>
================================================
FILE: 3rdParty/xunit/xunit.console.exe.config
================================================
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console"/>
</configSections>
<xunit>
<transforms>
<add
commandline="html"
xslfile="HTML.xslt"
description="output results to HTML file"/>
<add
commandline="nunit"
xslfile="NUnitXml.xslt"
description="output results to NUnit-style XML file"/>
</transforms>
</xunit>
</configuration>
================================================
FILE: 3rdParty/xunit/xunit.console.x86.exe.config
================================================
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="xunit" type="Xunit.ConsoleClient.XunitConsoleConfigurationSection, xunit.console.x86"/>
</configSections>
<xunit>
<transforms>
<add
commandline="html"
xslfile="HTML.xslt"
description="output results to HTML file"/>
<add
commandline="nunit"
xslfile="NUnitXml.xslt"
description="output results to NUnit-style XML file"/>
</transforms>
</xunit>
</configuration>
================================================
FILE: 3rdParty/xunit/xunit.dll.tdnet
================================================
<TestRunner>
<FriendlyName>xUnit.net {0}.{1}.{2} build {3}</FriendlyName>
<AssemblyPath>xunit.runner.tdnet.dll</AssemblyPath>
<TypeName>Xunit.Runner.TdNet.TdNetRunner</TypeName>
</TestRunner>
================================================
FILE: 3rdParty/xunit/xunit.extensions.xml
================================================
<?xml version="1.0"?>
<doc>
<assembly>
<name>xunit.extensions</name>
</assembly>
<members>
<member name="T:Xunit.Extensions.Assertions">
<summary>
A wrapper for Assert which is used by <see cref="T:Xunit.Extensions.TestClass"/>.
</summary>
</member>
<member name="M:Xunit.Extensions.Assertions.Contains``1(``0,System.Collections.Generic.IEnumerable{``0})">
<summary>
Verifies that a collection contains a given object.
</summary>
<typeparam name="T">The type of the object to be verified</typeparam>
<param name="expected">The object expected to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Contains``1(``0,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that a collection contains a given object, using an equality comparer.
</summary>
<typeparam name="T">The type of the object to be verified</typeparam>
<param name="expected">The object expected to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<param name="comparer">The comparer used to equate objects in the collection with the expected object</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Contains(System.String,System.String)">
<summary>
Verifies that a string contains a given sub-string, using the current culture.
</summary>
<param name="expectedSubstring">The sub-string expected to be in the string</param>
<param name="actualString">The string to be inspected</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the sub-string is not present inside the string</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Contains(System.String,System.String,System.StringComparison)">
<summary>
Verifies that a string contains a given sub-string, using the given comparison type.
</summary>
<param name="expectedSubstring">The sub-string expected to be in the string</param>
<param name="actualString">The string to be inspected</param>
<param name="comparisonType">The type of string comparison to perform</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the sub-string is not present inside the string</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.DoesNotContain``1(``0,System.Collections.Generic.IEnumerable{``0})">
<summary>
Verifies that a collection does not contain a given object.
</summary>
<typeparam name="T">The type of the object to be compared</typeparam>
<param name="expected">The object that is expected not to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.DoesNotContain``1(``0,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that a collection does not contain a given object, using an equality comparer.
</summary>
<typeparam name="T">The type of the object to be compared</typeparam>
<param name="expected">The object that is expected not to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<param name="comparer">The comparer used to equate objects in the collection with the expected object</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.DoesNotContain(System.String,System.String)">
<summary>
Verifies that a string does not contain a given sub-string, using the current culture.
</summary>
<param name="expectedSubstring">The sub-string which is expected not to be in the string</param>
<param name="actualString">The string to be inspected</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the sub-string is present inside the string</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.DoesNotContain(System.String,System.String,System.StringComparison)">
<summary>
Verifies that a string does not contain a given sub-string, using the current culture.
</summary>
<param name="expectedSubstring">The sub-string which is expected not to be in the string</param>
<param name="actualString">The string to be inspected</param>
<param name="comparisonType">The type of string comparison to perform</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the sub-string is present inside the given string</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.DoesNotThrow(Xunit.Assert.ThrowsDelegate)">
<summary>
Verifies that a block of code does not throw any exceptions.
</summary>
<param name="testCode">A delegate to the code to be tested</param>
</member>
<member name="M:Xunit.Extensions.Assertions.Empty(System.Collections.IEnumerable)">
<summary>
Verifies that a collection is empty.
</summary>
<param name="collection">The collection to be inspected</param>
<exception cref="T:System.ArgumentNullException">Thrown when the collection is null</exception>
<exception cref="T:Xunit.Sdk.EmptyException">Thrown when the collection is not empty</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Equal``1(``0,``0)">
<summary>
Verifies that two objects are equal, using a default comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Equal``1(``0,``0,System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that two objects are equal, using a custom equatable comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<param name="comparer">The comparer used to compare the two objects</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Equal(System.Double,System.Double,System.Int32)">
<summary>
Verifies that two <see cref="T:System.Double"/> values are equal, within the number of decimal
places given by <paramref name="precision"/>.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<param name="precision">The number of decimal places (valid values: 0-15)</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Equal(System.Decimal,System.Decimal,System.Int32)">
<summary>
Verifies that two <see cref="T:System.Decimal"/> values are equal, within the number of decimal
places given by <paramref name="precision"/>.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<param name="precision">The number of decimal places (valid values: 0-15)</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.False(System.Boolean)">
<summary>
Verifies that the condition is false.
</summary>
<param name="condition">The condition to be tested</param>
<exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.False(System.Boolean,System.String)">
<summary>
Verifies that the condition is false.
</summary>
<param name="condition">The condition to be tested</param>
<param name="userMessage">The message to show when the condition is not false</param>
<exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.InRange``1(``0,``0,``0)">
<summary>
Verifies that a value is within a given range.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<exception cref="T:Xunit.Sdk.InRangeException">Thrown when the value is not in the given range</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.InRange``1(``0,``0,``0,System.Collections.Generic.IComparer{``0})">
<summary>
Verifies that a value is within a given range, using a comparer.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<param name="comparer">The comparer used to evaluate the value's range</param>
<exception cref="T:Xunit.Sdk.InRangeException">Thrown when the value is not in the given range</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.IsAssignableFrom``1(System.Object)">
<summary>
Verifies that an object is of the given type or a derived type.
</summary>
<typeparam name="T">The type the object should be</typeparam>
<param name="object">The object to be evaluated</param>
<returns>The object, casted to type T when successful</returns>
<exception cref="T:Xunit.Sdk.IsAssignableFromException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.IsAssignableFrom(System.Type,System.Object)">
<summary>
Verifies that an object is of the given type or a derived type.
</summary>
<param name="expectedType">The type the object should be</param>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsAssignableFromException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.IsNotType``1(System.Object)">
<summary>
Verifies that an object is not exactly the given type.
</summary>
<typeparam name="T">The type the object should not be</typeparam>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsNotTypeException">Thrown when the object is the given type</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.IsNotType(System.Type,System.Object)">
<summary>
Verifies that an object is not exactly the given type.
</summary>
<param name="expectedType">The type the object should not be</param>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsNotTypeException">Thrown when the object is the given type</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.IsType``1(System.Object)">
<summary>
Verifies that an object is exactly the given type (and not a derived type).
</summary>
<typeparam name="T">The type the object should be</typeparam>
<param name="object">The object to be evaluated</param>
<returns>The object, casted to type T when successful</returns>
<exception cref="T:Xunit.Sdk.IsTypeException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.IsType(System.Type,System.Object)">
<summary>
Verifies that an object is exactly the given type (and not a derived type).
</summary>
<param name="expectedType">The type the object should be</param>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsTypeException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotEmpty(System.Collections.IEnumerable)">
<summary>
Verifies that a collection is not empty.
</summary>
<param name="collection">The collection to be inspected</param>
<exception cref="T:System.ArgumentNullException">Thrown when a null collection is passed</exception>
<exception cref="T:Xunit.Sdk.NotEmptyException">Thrown when the collection is empty</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotEqual``1(``0,``0)">
<summary>
Verifies that two objects are not equal, using a default comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotEqual``1(``0,``0,System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that two objects are not equal, using a custom equality comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="comparer">The comparer used to examine the objects</param>
<exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotInRange``1(``0,``0,``0)">
<summary>
Verifies that a value is not within a given range, using the default comparer.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<exception cref="T:Xunit.Sdk.NotInRangeException">Thrown when the value is in the given range</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotInRange``1(``0,``0,``0,System.Collections.Generic.IComparer{``0})">
<summary>
Verifies that a value is not within a given range, using a comparer.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<param name="comparer">The comparer used to evaluate the value's range</param>
<exception cref="T:Xunit.Sdk.NotInRangeException">Thrown when the value is in the given range</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotNull(System.Object)">
<summary>
Verifies that an object reference is not null.
</summary>
<param name="object">The object to be validated</param>
<exception cref="T:Xunit.Sdk.NotNullException">Thrown when the object is not null</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.NotSame(System.Object,System.Object)">
<summary>
Verifies that two objects are not the same instance.
</summary>
<param name="expected">The expected object instance</param>
<param name="actual">The actual object instance</param>
<exception cref="T:Xunit.Sdk.NotSameException">Thrown when the objects are the same instance</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Null(System.Object)">
<summary>
Verifies that an object reference is null.
</summary>
<param name="object">The object to be inspected</param>
<exception cref="T:Xunit.Sdk.NullException">Thrown when the object reference is not null</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Same(System.Object,System.Object)">
<summary>
Verifies that two objects are the same instance.
</summary>
<param name="expected">The expected object instance</param>
<param name="actual">The actual object instance</param>
<exception cref="T:Xunit.Sdk.SameException">Thrown when the objects are not the same instance</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Single(System.Collections.IEnumerable)">
<summary>
Verifies that the given collection contains only a single
element of the given type.
</summary>
<param name="collection">The collection.</param>
<returns>The single item in the collection.</returns>
<exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
exactly one element.</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Single``1(System.Collections.Generic.IEnumerable{``0})">
<summary>
Verifies that the given collection contains only a single
element of the given type.
</summary>
<typeparam name="T">The collection type.</typeparam>
<param name="collection">The collection.</param>
<returns>The single item in the collection.</returns>
<exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
exactly one element.</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Throws``1(Xunit.Assert.ThrowsDelegate)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
</summary>
<typeparam name="T">The type of the exception expected to be thrown</typeparam>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Throws``1(Xunit.Assert.ThrowsDelegateWithReturn)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
Generally used to test property accessors.
</summary>
<typeparam name="T">The type of the exception expected to be thrown</typeparam>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Throws(System.Type,Xunit.Assert.ThrowsDelegate)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
</summary>
<param name="exceptionType">The type of the exception expected to be thrown</param>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.Throws(System.Type,Xunit.Assert.ThrowsDelegateWithReturn)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
Generally used to test property accessors.
</summary>
<param name="exceptionType">The type of the exception expected to be thrown</param>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.True(System.Boolean)">
<summary>
Verifies that an expression is true.
</summary>
<param name="condition">The condition to be inspected</param>
<exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
</member>
<member name="M:Xunit.Extensions.Assertions.True(System.Boolean,System.String)">
<summary>
Verifies that an expression is true.
</summary>
<param name="condition">The condition to be inspected</param>
<param name="userMessage">The message to be shown when the condition is false</param>
<exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
</member>
<member name="T:Xunit.Extensions.TestClass">
<summary>
A class which can be derived from for test classes, which bring an overridable version
of Assert (using the <see cref="T:Xunit.Extensions.Assertions"/> class.
</summary>
</member>
<member name="P:Xunit.Extensions.TestClass.Assert">
<summary>
Gets a class which provides assertions.
</summary>
</member>
<member name="T:Xunit.Extensions.AssumeIdentityAttribute">
<summary>
Apply this attribute to your test method to replace the
<see cref="P:System.Threading.Thread.CurrentPrincipal"/> with another role.
</summary>
</member>
<member name="M:Xunit.Extensions.AssumeIdentityAttribute.#ctor(System.String)">
<summary>
Replaces the identity of the current thread with <paramref name="name"/>.
</summary>
<param name="name">The role's name</param>
</member>
<member name="M:Xunit.Extensions.AssumeIdentityAttribute.After(System.Reflection.MethodInfo)">
<summary>
Restores the original <see cref="P:System.Threading.Thread.CurrentPrincipal"/>.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="M:Xunit.Extensions.AssumeIdentityAttribute.Before(System.Reflection.MethodInfo)">
<summary>
Stores the current <see cref="P:System.Threading.Thread.CurrentPrincipal"/> and replaces it with
a new role identified in constructor.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="P:Xunit.Extensions.AssumeIdentityAttribute.Name">
<summary>
Gets the name.
</summary>
</member>
<member name="T:Xunit.Extensions.AutoRollbackAttribute">
<summary>
Apply this attribute to your test method to automatically create a
<see cref="T:System.Transactions.TransactionScope"/> that is rolled back when the test is
finished.
</summary>
</member>
<member name="M:Xunit.Extensions.AutoRollbackAttribute.After(System.Reflection.MethodInfo)">
<summary>
Rolls back the transaction.
</summary>
</member>
<member name="M:Xunit.Extensions.AutoRollbackAttribute.Before(System.Reflection.MethodInfo)">
<summary>
Creates the transaction.
</summary>
</member>
<member name="P:Xunit.Extensions.AutoRollbackAttribute.IsolationLevel">
<summary>
Gets or sets the isolation level of the transaction.
Default value is <see cref="P:Xunit.Extensions.AutoRollbackAttribute.IsolationLevel"/>.Unspecified.
</summary>
</member>
<member name="P:Xunit.Extensions.AutoRollbackAttribute.ScopeOption">
<summary>
Gets or sets the scope option for the transaction.
Default value is <see cref="T:System.Transactions.TransactionScopeOption"/>.Required.
</summary>
</member>
<member name="P:Xunit.Extensions.AutoRollbackAttribute.TimeoutInMS">
<summary>
Gets or sets the timeout of the transaction, in milliseconds.
By default, the transaction will not timeout.
</summary>
</member>
<member name="T:Xunit.Extensions.ClassDataAttribute">
<summary>
Provides a data source for a data theory, with the data coming from a class
which must implement IEnumerable<object[]>.
</summary>
</member>
<member name="T:Xunit.Extensions.DataAttribute">
<summary>
Abstract attribute which represents a data source for a data theory.
Data source providers derive from this attribute and implement GetData
to return the data for the theory.
</summary>
</member>
<member name="M:Xunit.Extensions.DataAttribute.GetData(System.Reflection.MethodInfo,System.Type[])">
<summary>
Returns the data to be used to test the theory.
</summary>
<remarks>
The <paramref name="parameterTypes"/> parameter is provided so that the
test data can be converted to the destination parameter type when necessary.
Generally, data should NOT be automatically converted, UNLESS the source data
format does not have rich types (for example, all numbers in Excel spreadsheets
are returned as <see cref="T:System.Double"/> even if they are integers). Derivers of
this class should NOT throw exceptions for mismatched types or mismatched number
of parameters; the test framework will throw these exceptions at the correct
time.
</remarks>
<param name="methodUnderTest">The method that is being tested</param>
<param name="parameterTypes">The types of the parameters for the test method</param>
<returns>The theory data</returns>
</member>
<member name="P:Xunit.Extensions.DataAttribute.TypeId">
<inheritdoc/>
</member>
<member name="M:Xunit.Extensions.ClassDataAttribute.#ctor(System.Type)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Extensions.ClassDataAttribute"/> class.
</summary>
<param name="class">The class that provides the data.</param>
</member>
<member name="M:Xunit.Extensions.ClassDataAttribute.GetData(System.Reflection.MethodInfo,System.Type[])">
<inheritdoc/>
</member>
<member name="P:Xunit.Extensions.ClassDataAttribute.Class">
<summary>
Gets the type of the class that provides the data.
</summary>
</member>
<member name="T:Xunit.Extensions.DataAdapterDataAttribute">
<summary>
Represents an implementation of <see cref="T:Xunit.Extensions.DataAttribute"/> which uses an
instance of <see cref="T:System.Data.IDataAdapter"/> to get the data for a <see cref="T:Xunit.Extensions.TheoryAttribute"/>
decorated test method.
</summary>
</member>
<member name="M:Xunit.Extensions.DataAdapterDataAttribute.GetData(System.Reflection.MethodInfo,System.Type[])">
<inheritdoc/>
</member>
<member name="M:Xunit.Extensions.DataAdapterDataAttribute.ConvertParameter(System.Object,System.Type)">
<summary>
Converts a parameter to its destination parameter type, if necessary.
</summary>
<param name="parameter">The parameter value</param>
<param name="parameterType">The destination parameter type (null if not known)</param>
<returns>The converted parameter value</returns>
</member>
<member name="P:Xunit.Extensions.DataAdapterDataAttribute.DataAdapter">
<summary>
Gets the data adapter to be used to retrieve the test data.
</summary>
</member>
<member name="T:Xunit.Extensions.InlineDataAttribute">
<summary>
Provides a data source for a data theory, with the data coming from inline values.
</summary>
</member>
<member name="M:Xunit.Extensions.InlineDataAttribute.#ctor(System.Object[])">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Extensions.InlineDataAttribute"/> class.
</summary>
<param name="dataValues">The data values to pass to the theory</param>
</member>
<member name="M:Xunit.Extensions.InlineDataAttribute.GetData(System.Reflection.MethodInfo,System.Type[])">
<summary>
Returns the data to be used to test the theory.
</summary>
<param name="methodUnderTest">The method that is being tested</param>
<param name="parameterTypes">The types of the parameters for the test method</param>
<returns>The theory data, in table form</returns>
</member>
<member name="P:Xunit.Extensions.InlineDataAttribute.DataValues">
<summary>
Gets the data values.
</summary>
</member>
<member name="T:Xunit.Extensions.OleDbDataAttribute">
<summary>
Provides a data source for a data theory, with the data coming from an OLEDB connection.
</summary>
</member>
<member name="M:Xunit.Extensions.OleDbDataAttribute.#ctor(System.String,System.String)">
<summary>
Creates a new instance of <see cref="T:Xunit.Extensions.OleDbDataAttribute"/>.
</summary>
<param name="connectionString">The OLEDB connection string to the data</param>
<param name="selectStatement">The SELECT statement used to return the data for the theory</param>
</member>
<member name="P:Xunit.Extensions.OleDbDataAttribute.ConnectionString">
<summary>
Gets the connection string.
</summary>
</member>
<member name="P:Xunit.Extensions.OleDbDataAttribute.SelectStatement">
<summary>
Gets the select statement.
</summary>
</member>
<member name="P:Xunit.Extensions.OleDbDataAttribute.DataAdapter">
<inheritdoc/>
</member>
<member name="T:Xunit.Extensions.PropertyDataAttribute">
<summary>
Provides a data source for a data theory, with the data coming from a public static property on the test class.
The property must return IEnumerable<object[]> with the test data.
</summary>
</member>
<member name="M:Xunit.Extensions.PropertyDataAttribute.#ctor(System.String)">
<summary>
Creates a new instance of <see cref="T:Xunit.Extensions.PropertyDataAttribute"/>/
</summary>
<param name="propertyName">The name of the public static property on the test class that will provide the test data</param>
</member>
<member name="M:Xunit.Extensions.PropertyDataAttribute.GetData(System.Reflection.MethodInfo,System.Type[])">
<summary>
Returns the data to be used to test the theory.
</summary>
<param name="methodUnderTest">The method that is being tested</param>
<param name="parameterTypes">The types of the parameters for the test method</param>
<returns>The theory data, in table form</returns>
</member>
<member name="P:Xunit.Extensions.PropertyDataAttribute.PropertyName">
<summary>
Gets the property name.
</summary>
</member>
<member name="T:Xunit.Extensions.SqlServerDataAttribute">
<summary>
Provides a data source for a data theory, with the data coming a Microsoft SQL Server.
</summary>
</member>
<member name="M:Xunit.Extensions.SqlServerDataAttribute.#ctor(System.String,System.String,System.String)">
<summary>
Creates a new instance of <see cref="T:Xunit.Extensions.SqlServerDataAttribute"/>, using a trusted connection.
</summary>
<param name="serverName">The server name of the Microsoft SQL Server</param>
<param name="databaseName">The database name</param>
<param name="selectStatement">The SQL SELECT statement to return the data for the data theory</param>
</member>
<member name="M:Xunit.Extensions.SqlServerDataAttribute.#ctor(System.String,System.String,System.String,System.String,System.String)">
<summary>
Creates a new instance of <see cref="T:Xunit.Extensions.SqlServerDataAttribute"/>, using the provided username and password.
</summary>
<param name="serverName">The server name of the Microsoft SQL Server</param>
<param name="databaseName">The database name</param>
<param name="username">The username for the server</param>
<param name="password">The password for the server</param>
<param name="selectStatement">The SQL SELECT statement to return the data for the data theory</param>
</member>
<member name="T:Xunit.Extensions.ExcelDataAttribute">
<summary>
Provides a data source for a data theory, with the data coming a Microsoft Excel (.xls) spreadsheet.
</summary>
</member>
<member name="M:Xunit.Extensions.ExcelDataAttribute.#ctor(System.String,System.String)">
<summary>
Creates a new instance of <see cref="T:Xunit.Extensions.ExcelDataAttribute"/>.
</summary>
<param name="filename">The filename of the XLS spreadsheet file; if the filename provided
is relative, then it is relative to the location of xunit.extensions.dll.</param>
<param name="selectStatement">The SELECT statement that returns the data for the theory</param>
</member>
<member name="M:Xunit.Extensions.ExcelDataAttribute.ConvertParameter(System.Object,System.Type)">
<inheritdoc/>
</member>
<member name="T:Xunit.Extensions.Clock">
<summary>
A wrapper around the static operations on <see cref="T:System.DateTime"/> which allows time
to be frozen using the <see cref="T:Xunit.Extensions.FreezeClockAttribute"/>. The clock begins in the
thawed state; that is, calls to <see cref="P:Xunit.Extensions.Clock.Now"/>, <see cref="P:Xunit.Extensions.Clock.Today"/>, and
<see cref="P:Xunit.Extensions.Clock.UtcNow"/> return current (non-frozen) values.
</summary>
</member>
<member name="M:Xunit.Extensions.Clock.Freeze">
<summary>
Freezes the clock with the current time.
Until <see cref="M:Xunit.Extensions.Clock.Thaw"/> is called, all calls to <see cref="P:Xunit.Extensions.Clock.Now"/>, <see cref="P:Xunit.Extensions.Clock.Today"/>, and
<see cref="P:Xunit.Extensions.Clock.UtcNow"/> will return the exact same values.
</summary>
</member>
<member name="M:Xunit.Extensions.Clock.FreezeLocal(System.DateTime)">
<summary>
Freezes the clock with the given date and time, considered to be local time.
Until <see cref="M:Xunit.Extensions.Clock.Thaw"/> is called, all calls to <see cref="P:Xunit.Extensions.Clock.Now"/>, <see cref="P:Xunit.Extensions.Clock.Today"/>, and
<see cref="P:Xunit.Extensions.Clock.UtcNow"/> will return the exact same values.
</summary>
<param name="localDateTime">The local date and time to freeze to</param>
</member>
<member name="M:Xunit.Extensions.Clock.FreezeUtc(System.DateTime)">
<summary>
Freezes the clock with the given date and time, considered to be Coordinated Universal Time (UTC).
Until <see cref="M:Xunit.Extensions.Clock.Thaw"/> is called, all calls to <see cref="P:Xunit.Extensions.Clock.Now"/>, <see cref="P:Xunit.Extensions.Clock.Today"/>, and
<see cref="P:Xunit.Extensions.Clock.UtcNow"/> will return the exact same values.
</summary>
<param name="utcDateTime">The UTC date and time to freeze to</param>
</member>
<member name="M:Xunit.Extensions.Clock.Thaw">
<summary>
Thaws the clock so that <see cref="P:Xunit.Extensions.Clock.Now"/>, <see cref="P:Xunit.Extensions.Clock.Today"/>, and <see cref="P:Xunit.Extensions.Clock.UtcNow"/>
return normal values.
</summary>
</member>
<member name="P:Xunit.Extensions.Clock.Now">
<summary>
Gets a <see cref="T:System.DateTime"/> object that is set to the current date and time on this computer,
expressed as the local time.
</summary>
</member>
<member name="P:Xunit.Extensions.Clock.Today">
<summary>
Gets the current date.
</summary>
</member>
<member name="P:Xunit.Extensions.Clock.UtcNow">
<summary>
Gets a <see cref="T:System.DateTime"/> object that is set to the current date and time on this computer,
expressed as the Coordinated Universal Time (UTC).
</summary>
</member>
<member name="T:Xunit.Extensions.FreezeClockAttribute">
<summary>
Apply this attribute to your test method to freeze the time represented by the
<see cref="T:Xunit.Extensions.Clock"/> class.
</summary>
</member>
<member name="M:Xunit.Extensions.FreezeClockAttribute.#ctor">
<summary>
Freeze the clock with the current date and time.
</summary>
</member>
<member name="M:Xunit.Extensions.FreezeClockAttribute.#ctor(System.Int32,System.Int32,System.Int32)">
<summary>
Freeze the clock with the given date, considered to be local time.
</summary>
<param name="year">The frozen year</param>
<param name="month">The frozen month</param>
<param name="day">The frozen day</param>
</member>
<member name="M:Xunit.Extensions.FreezeClockAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32)">
<summary>
Freeze the clock with the given date and time, considered to be in local time.
</summary>
<param name="year">The frozen year</param>
<param name="month">The frozen month</param>
<param name="day">The frozen day</param>
<param name="hour">The frozen hour</param>
<param name="minute">The frozen minute</param>
<param name="second">The frozen second</param>
</member>
<member name="M:Xunit.Extensions.FreezeClockAttribute.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.Int32,System.DateTimeKind)">
<summary>
Freeze the clock with the given date and time, with the given kind of time.
</summary>
<param name="year">The frozen year</param>
<param name="month">The frozen month</param>
<param name="day">The frozen day</param>
<param name="hour">The frozen hour</param>
<param name="minute">The frozen minute</param>
<param name="second">The frozen second</param>
<param name="kind">The frozen time kind</param>
</member>
<member name="M:Xunit.Extensions.FreezeClockAttribute.After(System.Reflection.MethodInfo)">
<summary>
Thaws the clock.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="M:Xunit.Extensions.FreezeClockAttribute.Before(System.Reflection.MethodInfo)">
<summary>
Freezes the clock.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="T:Xunit.Extensions.TheoryAttribute">
<summary>
Marks a test method as being a data theory. Data theories are tests which are fed
various bits of data from a data source, mapping to parameters on the test method.
If the data source contains multiple rows, then the test method is executed
multiple times (once with each data row).
</summary>
</member>
<member name="M:Xunit.Extensions.TheoryAttribute.EnumerateTestCommands(Xunit.Sdk.IMethodInfo)">
<summary>
Creates instances of <see cref="T:Xunit.Extensions.TheoryCommand"/> which represent individual intended
invocations of the test method, one per data row in the data source.
</summary>
<param name="method">The method under test</param>
<returns>An enumerator through the desired test method invocations</returns>
</member>
<member name="T:Xunit.Extensions.TheoryCommand">
<summary>
Represents a single invocation of a data theory test method.
</summary>
</member>
<member name="M:Xunit.Extensions.TheoryCommand.#ctor(Xunit.Sdk.IMethodInfo,System.Object[])">
<summary>
Creates a new instance of <see cref="T:Xunit.Extensions.TheoryCommand"/>.
</summary>
<param name="testMethod">The method under test</param>
<param name="parameters">The parameters to be passed to the test method</param>
</member>
<member name="M:Xunit.Extensions.TheoryCommand.Execute(System.Object)">
<inheritdoc/>
</member>
<member name="P:Xunit.Extensions.TheoryCommand.Parameters">
<summary>
Gets the parameter values that are passed to the test method.
</summary>
</member>
<member name="T:Xunit.Extensions.TraceAttribute">
<summary>
Apply to a test method to trace the method begin and end.
</summary>
</member>
<member name="M:Xunit.Extensions.TraceAttribute.Before(System.Reflection.MethodInfo)">
<summary>
This method is called before the test method is executed.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="M:Xunit.Extensions.TraceAttribute.After(System.Reflection.MethodInfo)">
<summary>
This method is called after the test method is executed.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
</members>
</doc>
================================================
FILE: 3rdParty/xunit/xunit.runner.utility.xml
================================================
<?xml version="1.0"?>
<doc>
<assembly>
<name>xunit.runner.utility</name>
</assembly>
<members>
<member name="T:Xunit.Sdk.Guard">
<summary>
Guard class, used for guard clauses and argument validation
</summary>
</member>
<member name="M:Xunit.Sdk.Guard.ArgumentNotNull(System.String,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Guard.ArgumentNotNullOrEmpty(System.String,System.Collections.IEnumerable)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Guard.ArgumentValid(System.String,System.String,System.Boolean)">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper">
<summary>
Wraps calls to the Executor. Used by runners to perform version-resilient test
enumeration and execution.
</summary>
</member>
<member name="T:Xunit.IExecutorWrapper">
<summary>
Wraps calls to the Executor. Used by runners to perform version-resilient test
enumeration and execution.
</summary>
</member>
<member name="M:Xunit.IExecutorWrapper.EnumerateTests">
<summary>
Enumerates the tests in an assembly.
</summary>
<returns>The fully-formed assembly node of the XML</returns>
</member>
<member name="M:Xunit.IExecutorWrapper.GetAssemblyTestCount">
<summary>
Gets a count of the tests in the assembly.
</summary>
<returns>Returns the number of tests, if known; returns -1 if not known. May not represent
an exact count, but should be a best effort guess by the framework.</returns>
</member>
<member name="M:Xunit.IExecutorWrapper.RunAssembly(System.Predicate{System.Xml.XmlNode})">
<summary>
Runs all the tests in an assembly.
</summary>
<param name="callback">The callback which is called as each test/class/assembly is
finished, providing XML nodes that are part of the xUnit.net XML output format.
Test runs can be cancelled by returning false to the callback. If null, there are
no status callbacks (and cancellation isn't possible).</param>
<returns>Returns the fully-formed assembly node for the assembly that was just run.</returns>
</member>
<member name="M:Xunit.IExecutorWrapper.RunClass(System.String,System.Predicate{System.Xml.XmlNode})">
<summary>
Runs all the tests in the given class.
</summary>
<param name="type">The type.</param>
<param name="callback">The callback which is called as each test/class is
finished, providing XML nodes that are part of the xUnit.net XML output format.
Test runs can be cancelled by returning false to the callback. If null, there are
no status callbacks (and cancellation isn't possible).</param>
<returns>Returns the fully-formed class node for the class that was just run.</returns>
</member>
<member name="M:Xunit.IExecutorWrapper.RunTest(System.String,System.String,System.Predicate{System.Xml.XmlNode})">
<summary>
Runs a single test in a class.
</summary>
<param name="type">The type to run.</param>
<param name="method">The method to run.</param>
<param name="callback">The callback which is called as each test/class is
finished, providing XML nodes that are part of the xUnit.net XML output format.
Test runs can be cancelled by returning false to the callback. If null, there are
no status callbacks (and cancellation isn't possible).</param>
<returns>Returns the fully-formed class node for the class of the test that was just run.</returns>
</member>
<member name="M:Xunit.IExecutorWrapper.RunTests(System.String,System.Collections.Generic.List{System.String},System.Predicate{System.Xml.XmlNode})">
<summary>
Runs several tests in a single class.
</summary>
<param name="type">The type.</param>
<param name="methods">The methods to run.</param>
<param name="callback">The callback which is called as each test/class is
finished, providing XML nodes that are part of the xUnit.net XML output format.
Test runs can be cancelled by returning false to the callback. If null, there are
no status callbacks (and cancellation isn't possible).</param>
<returns>Returns the fully-formed class node for the class of the tests that were just run.</returns>
</member>
<member name="P:Xunit.IExecutorWrapper.AssemblyFilename">
<summary>
Gets the full pathname to the assembly under test.
</summary>
</member>
<member name="P:Xunit.IExecutorWrapper.ConfigFilename">
<summary>
Gets the full pathname to the configuration file.
</summary>
</member>
<member name="P:Xunit.IExecutorWrapper.XunitVersion">
<summary>
Gets the version of xunit.dll used by the test assembly.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.#cctor">
<summary>
Initializes the <see cref="T:Xunit.ExecutorWrapper"/> class.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.#ctor(System.String,System.String,System.Boolean)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.ExecutorWrapper"/> class.
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<param name="configFilename">The config filename. If null, the default config filename will be used.</param>
<param name="shadowCopy">Set to true to enable shadow copying; false, otherwise.</param>
</member>
<member name="M:Xunit.ExecutorWrapper.Dispose">
<summary>
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.EnumerateTests">
<inheritdoc/>
</member>
<member name="M:Xunit.ExecutorWrapper.GetAssemblyTestCount">
<inheritdoc/>
</member>
<member name="M:Xunit.ExecutorWrapper.RunAssembly(System.Predicate{System.Xml.XmlNode})">
<inheritdoc/>
</member>
<member name="M:Xunit.ExecutorWrapper.RunClass(System.String,System.Predicate{System.Xml.XmlNode})">
<inheritdoc/>
</member>
<member name="M:Xunit.ExecutorWrapper.RunTest(System.String,System.String,System.Predicate{System.Xml.XmlNode})">
<inheritdoc/>
</member>
<member name="M:Xunit.ExecutorWrapper.RunTests(System.String,System.Collections.Generic.List{System.String},System.Predicate{System.Xml.XmlNode})">
<inheritdoc/>
</member>
<member name="P:Xunit.ExecutorWrapper.AssemblyFilename">
<inheritdoc/>
</member>
<member name="P:Xunit.ExecutorWrapper.ConfigFilename">
<inheritdoc/>
</member>
<member name="P:Xunit.ExecutorWrapper.XunitVersion">
<inheritdoc/>
</member>
<member name="T:Xunit.ExecutorWrapper.IntCallbackHandler">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.IntCallbackHandler.InitializeLifetimeService">
<summary/>
</member>
<member name="P:Xunit.ExecutorWrapper.IntCallbackHandler.Result">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper.IntCallbackHandlerWithIMessageSink">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.IntCallbackHandlerWithIMessageSink.System#Runtime#Remoting#Messaging#IMessageSink#AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.IntCallbackHandlerWithIMessageSink.System#Runtime#Remoting#Messaging#IMessageSink#SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)">
<summary/>
</member>
<member name="P:Xunit.ExecutorWrapper.IntCallbackHandlerWithIMessageSink.System#Runtime#Remoting#Messaging#IMessageSink#NextSink">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper.IntCallbackHandlerWithICallbackEventHandler">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.IntCallbackHandlerWithICallbackEventHandler.GetCallbackResult">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.IntCallbackHandlerWithICallbackEventHandler.RaiseCallbackEvent(System.String)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.IntCallbackHandlerWithICallbackEventHandler.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper.XmlNodeCallbackHandler">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="F:Xunit.ExecutorWrapper.XmlNodeCallbackHandler.callback">
<summary/>
</member>
<member name="F:Xunit.ExecutorWrapper.XmlNodeCallbackHandler.lastNodeName">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandler.#ctor(System.Predicate{System.Xml.XmlNode},System.String)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandler.InitializeLifetimeService">
<summary/>
</member>
<member name="P:Xunit.ExecutorWrapper.XmlNodeCallbackHandler.LastNode">
<summary/>
</member>
<member name="P:Xunit.ExecutorWrapper.XmlNodeCallbackHandler.LastNodeArrived">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithIMessageSink">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithIMessageSink.#ctor(System.Predicate{System.Xml.XmlNode},System.String)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithIMessageSink.System#Runtime#Remoting#Messaging#IMessageSink#AsyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage,System.Runtime.Remoting.Messaging.IMessageSink)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithIMessageSink.System#Runtime#Remoting#Messaging#IMessageSink#SyncProcessMessage(System.Runtime.Remoting.Messaging.IMessage)">
<summary/>
</member>
<member name="P:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithIMessageSink.System#Runtime#Remoting#Messaging#IMessageSink#NextSink">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithICallbackEventHandler">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithICallbackEventHandler.#ctor(System.Predicate{System.Xml.XmlNode},System.String)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithICallbackEventHandler.RaiseCallbackEvent(System.String)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithICallbackEventHandler.GetCallbackResult">
<summary/>
</member>
<member name="T:Xunit.ExecutorWrapper.OutgoingMessage">
<summary>
THIS CLASS IS FOR INTERNAL USE ONLY.
</summary>
</member>
<member name="M:Xunit.ExecutorWrapper.OutgoingMessage.#ctor(System.Object)">
<summary/>
</member>
<member name="M:Xunit.ExecutorWrapper.OutgoingMessage.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.ITestMethodRunnerCallback">
<summary>
The callback object which receives real-time status notifications from the
test runner.
</summary>
</member>
<member name="M:Xunit.ITestMethodRunnerCallback.AssemblyFinished(Xunit.TestAssembly,System.Int32,System.Int32,System.Int32,System.Double)">
<summary>
Called when the assembly has finished running.
</summary>
<param name="testAssembly">The test assembly.</param>
<param name="total">The total number of tests run.</param>
<param name="failed">The number of failed tests.</param>
<param name="skipped">The number of skipped tests.</param>
<param name="time">The time taken to run, in seconds.</param>
</member>
<member name="M:Xunit.ITestMethodRunnerCallback.AssemblyStart(Xunit.TestAssembly)">
<summary>
Called when the assembly has started running.
</summary>
<param name="testAssembly">The test assembly.</param>
</member>
<member name="M:Xunit.ITestMethodRunnerCallback.ClassFailed(Xunit.TestClass,System.String,System.String,System.String)">
<summary>
Called when a class failure is encountered (i.e., when a fixture from
IUseFixture throws an exception during construction or <see cref="M:System.IDisposable.Dispose"/>.
</summary>
<param name="testClass">The test class.</param>
<param name="exceptionType">The full type name of the exception.</param>
<param name="message">The exception message.</param>
<param name="stackTrace">The exception stack trace.</param>
<returns></returns>
</member>
<member name="M:Xunit.ITestMethodRunnerCallback.ExceptionThrown(Xunit.TestAssembly,System.Exception)">
<summary>
Called when an exception is thrown (i.e., a catastrophic failure of the testing system).
</summary>
<param name="testAssembly">The test assembly.</param>
<param name="exception">The exception that was thrown.</param>
</member>
<member name="M:Xunit.ITestMethodRunnerCallback.TestFinished(Xunit.TestMethod)">
<summary>
Called when a test has finished running, regardless of what the result was.
</summary>
<param name="testMethod">The test method.</param>
<returns>Return true to continue running tests; return false to stop the test run.</returns>
</member>
<member name="M:Xunit.ITestMethodRunnerCallback.TestStart(Xunit.TestMethod)">
<summary>
Called when a test has started running.
</summary>
<param name="testMethod">The test method.</param>
<returns>Return true to continue running tests; return false to stop the test run.</returns>
</member>
<member name="T:Xunit.MultiAssemblyTestEnvironment">
<summary>
Represents the ability to load and unload test assemblies, as well as enumerate
the test assemblies, the test methods, and run tests.
</summary>
</member>
<member name="T:Xunit.ITestMethodEnumerator">
<summary>
Represents the ability to enumerate and filter test methods.
</summary>
</member>
<member name="M:Xunit.ITestMethodEnumerator.EnumerateTestMethods">
<summary>
Enumerates all test methods.
</summary>
</member>
<member name="M:Xunit.ITestMethodEnumerator.EnumerateTestMethods(System.Predicate{Xunit.TestMethod})">
<summary>
Enumerates test methods which pass the given filter.
</summary>
<param name="filter">The test method filter.</param>
</member>
<member name="F:Xunit.MultiAssemblyTestEnvironment.testAssemblies">
<summary>
The test assemblies loaded into the environment.
</summary>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Dispose">
<inheritdoc/>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.EnumerateTestAssemblies">
<summary>
Enumerates the test assemblies in the environment.
</summary>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.EnumerateTestMethods">
<inheritdoc/>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.EnumerateTestMethods(System.Predicate{Xunit.TestMethod})">
<inheritdoc/>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.EnumerateTraits">
<summary>
Enumerates the traits across all the loaded assemblies.
</summary>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Load(System.String)">
<summary>
Loads the specified assembly, using the default configuration file.
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<returns>The <see cref="T:Xunit.TestAssembly"/> which represents the newly
loaded test assembly.</returns>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Load(System.String,System.String)">
<summary>
Loads the specified assembly using the specified configuration file.
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<param name="configFilename">The config filename.</param>
<returns>The <see cref="T:Xunit.TestAssembly"/> which represents the newly
loaded test assembly.</returns>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Load(System.String,System.String,System.Boolean)">
<summary>
Loads the specified assembly using the specified configuration file.
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<param name="configFilename">The config filename.</param>
<param name="shadowCopy">Whether the DLLs should be shadow copied.</param>
<returns>The <see cref="T:Xunit.TestAssembly"/> which represents the newly
loaded test assembly.</returns>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Load(Xunit.IExecutorWrapper)">
<summary>
Adds the assembly loaded into the given <see cref="T:Xunit.IExecutorWrapper"/>
into the environment.
</summary>
<param name="executorWrapper">The executor wrapper.</param>
<returns>The <see cref="T:Xunit.TestAssembly"/> which represents the newly
loaded test assembly.</returns>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Run(System.Collections.Generic.IEnumerable{Xunit.TestMethod},Xunit.ITestMethodRunnerCallback)">
<summary>
Runs the specified test methods.
</summary>
<param name="testMethods">The test methods to run.</param>
<param name="callback">The run status information callback.</param>
<returns>Returns the result as XML.</returns>
</member>
<member name="M:Xunit.MultiAssemblyTestEnvironment.Unload(Xunit.TestAssembly)">
<summary>
Unloads the specified assembly.
</summary>
<param name="assembly">The assembly to unload.</param>
</member>
<member name="T:Xunit.TestFailedResult">
<summary>
Represents a failed test run in the object model.
</summary>
</member>
<member name="T:Xunit.TestResult">
<summary>
Base class for all test results in the object model.
</summary>
</member>
<member name="M:Xunit.TestResult.#ctor(System.Double,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestResult"/> class.
</summary>
<param name="duration">The duration the test took to run. For skipped tests, should be 0.0.</param>
<param name="displayName">The display name of the test result.</param>
</member>
<member name="P:Xunit.TestResult.DisplayName">
<summary>
Gets the display name of the test result.
</summary>
</member>
<member name="P:Xunit.TestResult.Duration">
<summary>
Gets the duration the test took to run.
</summary>
</member>
<member name="M:Xunit.TestFailedResult.#ctor(System.Double,System.String,System.String,System.String,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestFailedResult"/> class.
</summary>
<param name="duration">The duration the test took to run.</param>
<param name="displayName">The display name of the test result.</param>
<param name="output">The output that was captured during the test run.</param>
<param name="exceptionType">Type of the exception.</param>
<param name="exceptionMessage">The exception message.</param>
<param name="exceptionStackTrace">The exception stack trace.</param>
</member>
<member name="P:Xunit.TestFailedResult.Output">
<summary>
Gets the output that was captured during the test run.
</summary>
</member>
<member name="P:Xunit.TestFailedResult.ExceptionType">
<summary>
Gets the type of the exception.
</summary>
</member>
<member name="P:Xunit.TestFailedResult.ExceptionMessage">
<summary>
Gets the exception message.
</summary>
</member>
<member name="P:Xunit.TestFailedResult.ExceptionStackTrace">
<summary>
Gets the exception stack trace.
</summary>
</member>
<member name="T:Xunit.TestSkippedResult">
<summary>
Represents a skipped test run in the object model.
</summary>
</member>
<member name="M:Xunit.TestSkippedResult.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestSkippedResult"/> class.
</summary>
<param name="displayName">The display name of the test result.</param>
<param name="reason">The skip reason.</param>
</member>
<member name="P:Xunit.TestSkippedResult.Reason">
<summary>
Gets the skip reason.
</summary>
</member>
<member name="T:Xunit.TestClassCallbackDispatcher">
<summary>
Acts as an <see cref="T:Xunit.IRunnerLogger"/> and adapts the callback messages
into calls to an instance of <see cref="T:Xunit.ITestMethodRunnerCallback"/>.
</summary>
</member>
<member name="T:Xunit.IRunnerLogger">
<summary>
Represents a logger used by <see cref="T:Xunit.TestRunner"/> and <see cref="T:Xunit.XmlLoggerAdapter"/>.
</summary>
</member>
<member name="M:Xunit.IRunnerLogger.AssemblyFinished(System.String,System.Int32,System.Int32,System.Int32,System.Double)">
<summary>
Called when the assembly has finished running.
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<param name="total">The total number of tests run.</param>
<param name="failed">The number of failed tests.</param>
<param name="skipped">The number of skipped tests.</param>
<param name="time">The time taken to run, in seconds.</param>
</member>
<member name="M:Xunit.IRunnerLogger.AssemblyStart(System.String,System.String,System.String)">
<summary>
Called when the assembly has started running.
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<param name="configFilename">The configuration filename, if given; null, otherwise.</param>
<param name="xUnitVersion">The version of xunit.dll.</param>
</member>
<member name="M:Xunit.IRunnerLogger.ClassFailed(System.String,System.String,System.String,System.String)">
<summary>
Called when a class failure is encountered (i.e., when a fixture from
IUseFixture throws an exception during construction or <see cref="M:System.IDisposable.Dispose"/>.
</summary>
<param name="className">The full type name of the class.</param>
<param name="exceptionType">The full type name of the exception.</param>
<param name="message">The exception message.</param>
<param name="stackTrace">The exception stack trace.</param>
<returns></returns>
</member>
<member name="M:Xunit.IRunnerLogger.ExceptionThrown(System.String,System.Exception)">
<summary>
Called when an exception is thrown (i.e., a catastrophic failure of the testing system).
</summary>
<param name="assemblyFilename">The assembly filename.</param>
<param name="exception">The exception that was thrown.</param>
</member>
<member name="M:Xunit.IRunnerLogger.TestFailed(System.String,System.String,System.String,System.Double,System.String,System.String,System.String,System.String)">
<summary>
Called when a test fails.
</summary>
<param name="name">The description name of the test.</param>
<param name="type">The full type name of the test class.</param>
<param name="method">The name of the method.</param>
<param name="duration">The time spent running the test, in seconds.</param>
<param name="output">The output of the test during its run.</param>
<param name="exceptionType">The full type name of the exception.</param>
<param name="message">The exception message.</param>
<param name="stackTrace">The exception stack trace.</param>
</member>
<member name="M:Xunit.IRunnerLogger.TestFinished(System.String,System.String,System.String)">
<summary>
Called when a test has finished running, regardless of what the result was.
</summary>
<param name="name">The description name of the test.</param>
<param name="type">The full type name of the test class.</param>
<param name="method">The name of the method.</param>
<returns>Return true to continue running tests; return false to stop the test run.</returns>
</member>
<member name="M:Xunit.IRunnerLogger.TestPassed(System.String,System.String,System.String,System.Double,System.String)">
<summary>
Called when a test has passed.
</summary>
<param name="name">The description name of the test.</param>
<param name="type">The full type name of the test class.</param>
<param name="method">The name of the method.</param>
<param name="duration">The time spent running the test, in seconds.</param>
<param name="output">The output of the test during its run.</param>
</member>
<member name="M:Xunit.IRunnerLogger.TestSkipped(System.String,System.String,System.String,System.String)">
<summary>
Called when a test was finished.
</summary>
<param name="name">The description name of the test.</param>
<param name="type">The full type name of the test class.</param>
<param name="method">The name of the method.</param>
<param name="reason">The skip reason.</param>
</member>
<member name="M:Xunit.IRunnerLogger.TestStart(System.String,System.String,System.String)">
<summary>
Called when a test has started running.
</summary>
<param name="name">The description name of the test.</param>
<param name="type">The full type name of the test class.</param>
<param name="method">The name of the method.</param>
<returns>Return true to continue running tests; return false to stop the test run.</returns>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.#ctor(Xunit.TestClass,Xunit.ITestMethodRunnerCallback)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestClassCallbackDispatcher"/> class.
</summary>
<param name="testClass">The test class.</param>
<param name="callback">The run status information callback.</param>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.AssemblyFinished(System.String,System.Int32,System.Int32,System.Int32,System.Double)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.AssemblyStart(System.String,System.String,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.ClassFailed(System.String,System.String,System.String,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.ExceptionThrown(System.String,System.Exception)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.TestFailed(System.String,System.String,System.String,System.Double,System.String,System.String,System.String,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.TestFinished(System.String,System.String,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.TestPassed(System.String,System.String,System.String,System.Double,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.TestSkipped(System.String,System.String,System.String,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClassCallbackDispatcher.TestStart(System.String,System.String,System.String)">
<inheritdoc/>
</member>
<member name="T:Xunit.TestPassedResult">
<summary>
Represents a passed test run in the object model.
</summary>
</member>
<member name="M:Xunit.TestPassedResult.#ctor(System.Double,System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestPassedResult"/> class.
</summary>
<param name="duration">The duration the test took to run.</param>
<param name="displayName">The display name of the test result.</param>
<param name="output">The output that was captured during the test run.</param>
</member>
<member name="P:Xunit.TestPassedResult.Output">
<summary>
Gets the output that was captured during the test run.
</summary>
</member>
<member name="T:Xunit.TestStatus">
<summary>
Indicates the composite test method status
</summary>
</member>
<member name="F:Xunit.TestStatus.NotRun">
<summary>
The method has not been run
</summary>
</member>
<member name="F:Xunit.TestStatus.Passed">
<summary>
All test results for the last run passed
</summary>
</member>
<member name="F:Xunit.TestStatus.Failed">
<summary>
At least one test result for the last run failed
</summary>
</member>
<member name="F:Xunit.TestStatus.Skipped">
<summary>
At least one test result for the last run was skipped, and none failed
</summary>
</member>
<member name="T:Xunit.XunitFilters">
<summary>
Represents a set of filters for an <see cref="T:Xunit.XunitProject"/>.
</summary>
</member>
<member name="M:Xunit.XunitFilters.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Xunit.XunitFilters"/> class.
</summary>
</member>
<member name="M:Xunit.XunitFilters.Filter(Xunit.TestMethod)">
<summary>
Filters the given methods using the defined filter values.
</summary>
<param name="methods">The methods to filter.</param>
<returns>The filtered methods.</returns>
</member>
<member name="P:Xunit.XunitFilters.ExcludedTraits">
<summary>
Gets the set of trait filters for tests to exclude.
</summary>
</member>
<member name="P:Xunit.XunitFilters.IncludedTraits">
<summary>
Gets the set of trait filters for tests to include.
</summary>
</member>
<member name="T:Xunit.XunitProject">
<summary>
Represents an xUnit Test Project file (.xunit file)
</summary>
</member>
<member name="M:Xunit.XunitProject.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Xunit.XunitProject"/> class.
</summary>
</member>
<member name="M:Xunit.XunitProject.AddAssembly(Xunit.XunitProjectAssembly)">
<summary>
Adds an assembly to the project
</summary>
<param name="assembly">The assembly to be added</param>
</member>
<member name="M:Xunit.XunitProject.Load(System.String)">
<summary>
Loads an xUnit.net Test Project file from disk.
</summary>
<param name="filename">The test project filename</param>
</member>
<member name="M:Xunit.XunitProject.RemoveAssembly(Xunit.XunitProjectAssembly)">
<summary>
Removes assembly from the assembly list
</summary>
<param name="assembly">The assembly to be removed</param>
</member>
<member name="M:Xunit.XunitProject.Save">
<summary>
Saves the xUnit.net Test Project file to disk using the project's filename.
</summary>
</member>
<member name="M:Xunit.XunitProject.SaveAs(System.String)">
<summary>
Saves the xUnit.net Test Project file to disk using the provided filename.
The projects filename is updated to match this new name.
</summary>
<param name="filename">The test project filename</param>
</member>
<member name="P:Xunit.XunitProject.Assemblies">
<summary>
Gets or sets the assemblies in the project.
</summary>
</member>
<member name="P:Xunit.XunitProject.Filename">
<summary>
Gets or set the filename of the project.
</summary>
</member>
<member name="P:Xunit.XunitProject.Filters">
<summary>
Gets the filters applied to this project.
</summary>
</member>
<member name="P:Xunit.XunitProject.IsDirty">
<summary>
Gets or sets a flag which indicates if this project has been modified since
the last time it was loaded or saved.
</summary>
</member>
<member name="T:Xunit.XunitProjectAssembly">
<summary>
Represents an assembly in an <see cref="T:Xunit.XunitProject"/>.
</summary>
</member>
<member name="M:Xunit.XunitProjectAssembly.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Xunit.XunitProjectAssembly"/> class.
</summary>
</member>
<member name="P:Xunit.XunitProjectAssembly.AssemblyFilename">
<summary>
Gets or sets the assembly filename.
</summary>
</member>
<member name="P:Xunit.XunitProjectAssembly.ConfigFilename">
<summary>
Gets or sets the config filename.
</summary>
</member>
<member name="P:Xunit.XunitProjectAssembly.ShadowCopy">
<summary>
Gets or sets a value indicating whether to shadow copy the assembly
when running the tests.
</summary>
<remarks>
The xUnit.net GUI runner does not support this field.
</remarks>
</member>
<member name="P:Xunit.XunitProjectAssembly.Output">
<summary>
Gets or sets the output filenames. The dictionary key is the type
of the file to be output; the dictionary value is the filename to
write the output to.
</summary>
<remarks>
The xUnit.net GUI runner does not support this field. The MSBuild
runner only supports output of type 'xml', 'html', and 'nunit'.
</remarks>
</member>
<member name="T:Xunit.ITestRunner">
<summary>
Interface which represents a high level test runner.
</summary>
</member>
<member name="M:Xunit.ITestRunner.RunAssembly">
<summary>
Executes the tests in the assembly.
</summary>
<returns>Returns true if there were no failures; return false otherwise.</returns>
</member>
<member name="M:Xunit.ITestRunner.RunAssembly(System.Collections.Generic.IEnumerable{Xunit.IResultXmlTransform})">
<summary>
Executes the tests in the assembly, and then executes the transforms with the
resulting assembly XML.
</summary>
<param name="transforms">The transforms to execute.</param>
<returns>Returns true if there were no failures; return false otherwise.</returns>
</member>
<member name="M:Xunit.ITestRunner.RunClass(System.String)">
<summary>
Runs the class.
</summary>
<param name="type">The type.</param>
<returns></returns>
</member>
<member name="M:Xunit.ITestRunner.RunTest(System.String,System.String)">
<summary>
Runs a single test in a test class.
</summary>
<param name="type">The full name of the class.</param>
<param name="method">The name of the method.</param>
</member>
<member name="M:Xunit.ITestRunner.RunTests(System.String,System.Collections.Generic.List{System.String})">
<summary>
Runs the list of tests in a test class.
</summary>
<param name="type">The full name of the class.</param>
<param name="methods">The names of the methods to run.</param>
</member>
<member name="T:Xunit.TestAssembly">
<summary>
Represents a single test assembly with test classes.
</summary>
</member>
<member name="M:Xunit.TestAssembly.#ctor(Xunit.IExecutorWrapper,System.Collections.Generic.IEnumerable{Xunit.TestClass})">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestAssembly"/> class.
</summary>
<param name="executorWrapper">The executor wrapper.</param>
<param name="testClasses">The test classes.</param>
</member>
<member name="M:Xunit.TestAssembly.Dispose">
<inheritdoc/>
</member>
<member name="M:Xunit.TestAssembly.EnumerateClasses">
<summary>
Enumerates the test classes in the assembly.
</summary>
</member>
<member name="M:Xunit.TestAssembly.EnumerateTestMethods">
<inheritdoc/>
</member>
<member name="M:Xunit.TestAssembly.EnumerateTestMethods(System.Predicate{Xunit.TestMethod})">
<inheritdoc/>
</member>
<member name="M:Xunit.TestAssembly.Run(System.Collections.Generic.IEnumerable{Xunit.TestMethod},Xunit.ITestMethodRunnerCallback)">
<summary>
Runs the specified test methods.
</summary>
<param name="testMethods">The test methods to run.</param>
<param name="callback">The run status information callback.</param>
<returns>Returns the result as XML.</returns>
</member>
<member name="P:Xunit.TestAssembly.AssemblyFilename">
<summary>
Gets the assembly filename.
</summary>
</member>
<member name="P:Xunit.TestAssembly.ConfigFilename">
<summary>
Gets the config filename.
</summary>
</member>
<member name="P:Xunit.TestAssembly.ExecutorWrapper">
<summary>
Gets the executor wrapper.
</summary>
</member>
<member name="P:Xunit.TestAssembly.XunitVersion">
<summary>
Gets the version of xunit.dll that the tests are linked against.
</summary>
</member>
<member name="T:Xunit.TestClass">
<summary>
Represents a single class with test methods.
</summary>
</member>
<member name="M:Xunit.TestClass.#ctor(System.String,System.Collections.Generic.IEnumerable{Xunit.TestMethod})">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestClass"/> class.
</summary>
<param name="typeName">The namespace-qualified type name that
this class represents.</param>
<param name="testMethods">The test methods inside this test class.</param>
</member>
<member name="M:Xunit.TestClass.EnumerateTestMethods">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClass.EnumerateTestMethods(System.Predicate{Xunit.TestMethod})">
<inheritdoc/>
</member>
<member name="M:Xunit.TestClass.Run(System.Collections.Generic.IEnumerable{Xunit.TestMethod},Xunit.ITestMethodRunnerCallback)">
<summary>
Runs the specified test methods.
</summary>
<param name="testMethods">The test methods to run.</param>
<param name="callback">The run status information callback.</param>
<returns>Returns the result as XML.</returns>
</member>
<member name="M:Xunit.TestClass.RunTests(System.Collections.Generic.List{System.String},Xunit.ITestMethodRunnerCallback)">
<summary>
Runs the specified tests in the given type, calling the callback as appropriate.
This override point exists primarily for unit testing purposes.
</summary>
<param name="methods">The test methods to run</param>
<param name="callback">The run status information callback.</param>
</member>
<member name="P:Xunit.TestClass.TestAssembly">
<summary>
Gets the test assembly that this class belongs to.
</summary>
</member>
<member name="P:Xunit.TestClass.TypeName">
<summary>
Gets the namespace-qualified type name of this class.
</summary>
</member>
<member name="T:Xunit.TestMethod">
<summary>
Represents a single test method.
</summary>
</member>
<member name="M:Xunit.TestMethod.#ctor(System.String,System.String,Xunit.MultiValueDictionary{System.String,System.String})">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestMethod"/> class.
</summary>
<param name="methodName">The method name.</param>
<param name="displayName">The method's display name.</param>
<param name="traits">The method's traits.</param>
</member>
<member name="P:Xunit.TestMethod.DisplayName">
<summary>
Gets the method's display name.
</summary>
</member>
<member name="P:Xunit.TestMethod.MethodName">
<summary>
Gets the method's name.
</summary>
</member>
<member name="P:Xunit.TestMethod.RunResults">
<summary>
Gets the run results for the last run.
</summary>
</member>
<member name="P:Xunit.TestMethod.RunStatus">
<summary>
Gets the composite run status for all the results of the last run.
</summary>
</member>
<member name="P:Xunit.TestMethod.TestClass">
<summary>
Gets the test class this test method belongs to.
</summary>
</member>
<member name="P:Xunit.TestMethod.Traits">
<summary>
Gets the method's traits.
</summary>
</member>
<member name="T:Xunit.TestRunnerResult">
<summary>
The result of a test run via <see cref="T:Xunit.TestRunner"/>.
</summary>
</member>
<member name="F:Xunit.TestRunnerResult.Passed">
<summary>
All tests passed, with no class-level failures
</summary>
</member>
<member name="F:Xunit.TestRunnerResult.Failed">
<summary>
At least one test failed, or there was a class-level failure
</summary>
</member>
<member name="F:Xunit.TestRunnerResult.NoTests">
<summary>
There were no tests to run
</summary>
</member>
<member name="T:Xunit.IResultXmlTransform">
<summary>
Represents a transformation of the resulting assembly XML into some output format.
</summary>
</member>
<member name="M:Xunit.IResultXmlTransform.Transform(System.String)">
<summary>
Transforms the given assembly XML into the destination format.
</summary>
<param name="xml">The assembly XML.</param>
</member>
<member name="P:Xunit.IResultXmlTransform.OutputFilename">
<summary>
Gets the output filename, if known; returns null if the output isn't done to file.
</summary>
</member>
<member name="T:Xunit.TestRunner">
<summary>
Runs tests in an assembly, and transforms the XML results into calls to
the provided <see cref="T:Xunit.IRunnerLogger"/>.
</summary>
</member>
<member name="M:Xunit.TestRunner.#ctor(Xunit.IExecutorWrapper,Xunit.IRunnerLogger)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.TestRunner"/> class.
</summary>
<param name="executorWrapper">The executor wrapper.</param>
<param name="logger">The logger.</param>
</member>
<member name="M:Xunit.TestRunner.RunAssembly">
<inheritdoc/>
</member>
<member name="M:Xunit.TestRunner.RunAssembly(System.Collections.Generic.IEnumerable{Xunit.IResultXmlTransform})">
<inheritdoc/>
</member>
<member name="M:Xunit.TestRunner.RunClass(System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestRunner.RunTest(System.String,System.String)">
<inheritdoc/>
</member>
<member name="M:Xunit.TestRunner.RunTests(System.String,System.Collections.Generic.List{System.String})">
<inheritdoc/>
</member>
<member name="T:Xunit.NullTransformer">
<summary>
An implementation of <see cref="T:Xunit.IResultXmlTransform"/> which writes the
XML to a file without any transformation applied.
</summary>
</member>
<member name="M:Xunit.NullTransformer.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.NullTransformer"/> class.
</summary>
<param name="filename">The output filename.</param>
</member>
<member name="M:Xunit.NullTransformer.Transform(System.String)">
<inheritdoc/>
</member>
<member name="P:Xunit.NullTransformer.OutputFilename">
<inheritdoc/>
</member>
<member name="T:Xunit.XslStreamTransformer">
<summary>
An implementation of <see cref="T:Xunit.IResultXmlTransform"/> which writes the
XML to a file after applying the XSL stylesheet in the given stream.
</summary>
</member>
<member name="M:Xunit.XslStreamTransformer.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.XslStreamTransformer"/> class.
</summary>
<param name="xslFilename">The XSL filename.</param>
<param name="outputFilename">The output filename.</param>
</member>
<member name="M:Xunit.XslStreamTransformer.#ctor(System.IO.Stream,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.XslStreamTransformer"/> class.
</summary>
<param name="xslStream">The stream with the XSL stylesheet.</param>
<param name="outputFilename">The output filename.</param>
</member>
<member name="M:Xunit.XslStreamTransformer.Transform(System.String)">
<inheritdoc/>
</member>
<member name="P:Xunit.XslStreamTransformer.OutputFilename">
<inheritdoc/>
</member>
<member name="P:Xunit.XslStreamTransformer.XslFilename">
<summary>
Gets or sets the XSL filename.
</summary>
</member>
<member name="P:Xunit.XslStreamTransformer.XslStream">
<summary>
Gets or sets the XSL stream.
</summary>
</member>
<member name="T:Xunit.MultiValueDictionary`2">
<summary>
A dictionary which contains multiple unique values for each key.
</summary>
<typeparam name="TKey">The type of the key.</typeparam>
<typeparam name="TValue">The type of the value.</typeparam>
</member>
<member name="M:Xunit.MultiValueDictionary`2.AddValue(`0,`1)">
<summary>
Adds the value for the given key. If the key does not exist in the
dictionary yet, it will add it.
</summary>
<param name="key">The key.</param>
<param name="value">The value.</param>
</member>
<member name="M:Xunit.MultiValueDictionary`2.Clear">
<summary>
Removes all keys and values from the dictionary.
</summary>
</member>
<member name="M:Xunit.MultiValueDictionary`2.Contains(`0,`1)">
<summary>
Determines whether the dictionary contains to specified key and value.
</summary>
<param name="key">The key.</param>
<param name="value">The value.</param>
</member>
<member name="M:Xunit.MultiValueDictionary`2.ForEach(Xunit.MultiValueDictionary{`0,`1}.ForEachDelegate)">
<summary>
Calls the delegate once for each key/value pair in the dictionary.
</summary>
</member>
<member name="M:Xunit.MultiValueDictionary`2.Remove(`0)">
<summary>
Removes the given key and all of its values.
</summary>
</member>
<member name="M:Xunit.MultiValueDictionary`2.RemoveValue(`0,`1)">
<summary>
Removes the given value from the given key. If this was the
last value for the key, then the key is removed as well.
</summary>
<param name="key">The key.</param>
<param name="value">The value.</param>
</member>
<member name="P:Xunit.MultiValueDictionary`2.Item(`0)">
<summary>
Gets the values for the given key.
</summary>
</member>
<member name="P:Xunit.MultiValueDictionary`2.Count">
<summary>
Gets the count of the keys in the dictionary.
</summary>
</member>
<member name="P:Xunit.MultiValueDictionary`2.Keys">
<summary>
Gets the keys.
</summary>
</member>
<member name="T:Xunit.MultiValueDictionary`2.ForEachDelegate">
<summary/>
</member>
<member name="T:Xunit.TestAssemblyBuilder">
<summary>
Responsible for building <see cref="T:Xunit.TestAssembly"/> instances. Uses an instance
of <see cref="T:Xunit.IExecutorWrapper"/> to interrogate the list of available tests
and create the entire object model tree.
</summary>
</member>
<member name="M:Xunit.TestAssemblyBuilder.Build(Xunit.IExecutorWrapper)">
<summary>
Creates a <see cref="T:Xunit.TestAssembly"/> which is a complete object model over
the tests inside of instance of <see cref="T:Xunit.IExecutorWrapper"/>.
</summary>
<param name="executorWrapper">The executor wrapper</param>
<returns>The fully populated object model</returns>
</member>
<member name="T:Xunit.XmlLoggerAdapter">
<summary>
Parses the XML nodes from the version resilient runner facility and converts
them into calls against the provided <see cref="T:Xunit.IRunnerLogger"/>.
</summary>
</member>
<member name="M:Xunit.XmlLoggerAdapter.LogNode(System.Xml.XmlNode,Xunit.IRunnerLogger)">
<summary>
Logs a result XML node. Maybe be any kind of XML node.
</summary>
<param name="node">The node to be logged.</param>
<param name="logger">The logger.</param>
<returns>Returns true if the user wishes to continue running tests; returns false otherwise.</returns>
</member>
<member name="M:Xunit.XmlLoggerAdapter.LogAssemblyNode(System.Xml.XmlNode,Xunit.IRunnerLogger)">
<summary>
Logs the assembly node by calling <see cref="M:Xunit.IRunnerLogger.AssemblyFinished(System.String,System.Int32,System.Int32,System.Int32,System.Double)"/>.
</summary>
<param name="assemblyNode">The assembly node.</param>
<param name="logger">The logger.</param>
</member>
<member name="M:Xunit.XmlLoggerAdapter.LogClassNode(System.Xml.XmlNode,Xunit.IRunnerLogger)">
<summary>
Logs the class node by calling <see cref="M:Xunit.IRunnerLogger.ClassFailed(System.String,System.String,System.String,System.String)"/> (if the class failed).
The exception type was added in xUnit.net 1.1, so when the test assembly is linked against
xUnit.net versions prior to 1.1, the exception type will be null.
</summary>
<param name="classNode">The class node.</param>
<param name="logger">The logger.</param>
<returns>Returns true if the user wishes to continue running tests; returns false otherwise.</returns>
</member>
<member name="M:Xunit.XmlLoggerAdapter.LogStartNode(System.Xml.XmlNode,Xunit.IRunnerLogger)">
<summary>
Logs the start node by calling <see cref="M:Xunit.IRunnerLogger.TestStart(System.String,System.String,System.String)"/>. The start node was added
in xUnit.net 1.1, so it will only be present when the test assembly is linked against xunit.dll
version 1.1 or later.
</summary>
<param name="startNode">The start node.</param>
<param name="logger">The logger.</param>
<returns>Returns true if the user wishes to continue running tests; returns false otherwise.</returns>
</member>
<member name="M:Xunit.XmlLoggerAdapter.LogTestNode(System.Xml.XmlNode,Xunit.IRunnerLogger)">
<summary>
Logs the test node by calling <see cref="M:Xunit.IRunnerLogger.TestFinished(System.String,System.String,System.String)"/>. It will also call
<see cref="M:Xunit.IRunnerLogger.TestPassed(System.String,System.String,System.String,System.Double,System.String)"/>, <see cref="M:Xunit.IRunnerLogger.TestFailed(System.String,System.String,System.String,System.Double,System.String,System.String,System.String,System.String)"/>, or
<see cref="M:Xunit.IRunnerLogger.TestSkipped(System.String,System.String,System.String,System.String)"/> as appropriate.
</summary>
<param name="testNode">The test node.</param>
<param name="logger">The logger.</param>
<returns>Returns true if the user wishes to continue running tests; returns false otherwise.</returns>
</member>
</members>
</doc>
================================================
FILE: 3rdParty/xunit/xunit.xml
================================================
<?xml version="1.0"?>
<doc>
<assembly>
<name>xunit</name>
</assembly>
<members>
<member name="T:Xunit.Assert">
<summary>
Contains various static methods that are used to verify that conditions are met during the
process of running tests.
</summary>
</member>
<member name="M:Xunit.Assert.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Assert"/> class.
</summary>
</member>
<member name="M:Xunit.Assert.Contains``1(``0,System.Collections.Generic.IEnumerable{``0})">
<summary>
Verifies that a collection contains a given object.
</summary>
<typeparam name="T">The type of the object to be verified</typeparam>
<param name="expected">The object expected to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
</member>
<member name="M:Xunit.Assert.Contains``1(``0,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that a collection contains a given object, using an equality comparer.
</summary>
<typeparam name="T">The type of the object to be verified</typeparam>
<param name="expected">The object expected to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<param name="comparer">The comparer used to equate objects in the collection with the expected object</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the object is not present in the collection</exception>
</member>
<member name="M:Xunit.Assert.Contains(System.String,System.String)">
<summary>
Verifies that a string contains a given sub-string, using the current culture.
</summary>
<param name="expectedSubstring">The sub-string expected to be in the string</param>
<param name="actualString">The string to be inspected</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the sub-string is not present inside the string</exception>
</member>
<member name="M:Xunit.Assert.Contains(System.String,System.String,System.StringComparison)">
<summary>
Verifies that a string contains a given sub-string, using the given comparison type.
</summary>
<param name="expectedSubstring">The sub-string expected to be in the string</param>
<param name="actualString">The string to be inspected</param>
<param name="comparisonType">The type of string comparison to perform</param>
<exception cref="T:Xunit.Sdk.ContainsException">Thrown when the sub-string is not present inside the string</exception>
</member>
<member name="M:Xunit.Assert.DoesNotContain``1(``0,System.Collections.Generic.IEnumerable{``0})">
<summary>
Verifies that a collection does not contain a given object.
</summary>
<typeparam name="T">The type of the object to be compared</typeparam>
<param name="expected">The object that is expected not to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
</member>
<member name="M:Xunit.Assert.DoesNotContain``1(``0,System.Collections.Generic.IEnumerable{``0},System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that a collection does not contain a given object, using an equality comparer.
</summary>
<typeparam name="T">The type of the object to be compared</typeparam>
<param name="expected">The object that is expected not to be in the collection</param>
<param name="collection">The collection to be inspected</param>
<param name="comparer">The comparer used to equate objects in the collection with the expected object</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the object is present inside the container</exception>
</member>
<member name="M:Xunit.Assert.DoesNotContain(System.String,System.String)">
<summary>
Verifies that a string does not contain a given sub-string, using the current culture.
</summary>
<param name="expectedSubstring">The sub-string which is expected not to be in the string</param>
<param name="actualString">The string to be inspected</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the sub-string is present inside the string</exception>
</member>
<member name="M:Xunit.Assert.DoesNotContain(System.String,System.String,System.StringComparison)">
<summary>
Verifies that a string does not contain a given sub-string, using the current culture.
</summary>
<param name="expectedSubstring">The sub-string which is expected not to be in the string</param>
<param name="actualString">The string to be inspected</param>
<param name="comparisonType">The type of string comparison to perform</param>
<exception cref="T:Xunit.Sdk.DoesNotContainException">Thrown when the sub-string is present inside the given string</exception>
</member>
<member name="M:Xunit.Assert.DoesNotThrow(Xunit.Assert.ThrowsDelegate)">
<summary>
Verifies that a block of code does not throw any exceptions.
</summary>
<param name="testCode">A delegate to the code to be tested</param>
</member>
<member name="M:Xunit.Assert.Empty(System.Collections.IEnumerable)">
<summary>
Verifies that a collection is empty.
</summary>
<param name="collection">The collection to be inspected</param>
<exception cref="T:System.ArgumentNullException">Thrown when the collection is null</exception>
<exception cref="T:Xunit.Sdk.EmptyException">Thrown when the collection is not empty</exception>
</member>
<member name="M:Xunit.Assert.Equal``1(``0,``0)">
<summary>
Verifies that two objects are equal, using a default comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
</member>
<member name="M:Xunit.Assert.Equal``1(``0,``0,System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that two objects are equal, using a custom equatable comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<param name="comparer">The comparer used to compare the two objects</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the objects are not equal</exception>
</member>
<member name="M:Xunit.Assert.Equal(System.Double,System.Double,System.Int32)">
<summary>
Verifies that two <see cref="T:System.Double"/> values are equal, within the number of decimal
places given by <paramref name="precision"/>.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<param name="precision">The number of decimal places (valid values: 0-15)</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
</member>
<member name="M:Xunit.Assert.Equal(System.Decimal,System.Decimal,System.Int32)">
<summary>
Verifies that two <see cref="T:System.Decimal"/> values are equal, within the number of decimal
places given by <paramref name="precision"/>.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The value to be compared against</param>
<param name="precision">The number of decimal places (valid values: 0-15)</param>
<exception cref="T:Xunit.Sdk.EqualException">Thrown when the values are not equal</exception>
</member>
<member name="M:Xunit.Assert.Equals(System.Object,System.Object)">
<summary>Do not call this method.</summary>
</member>
<member name="M:Xunit.Assert.False(System.Boolean)">
<summary>
Verifies that the condition is false.
</summary>
<param name="condition">The condition to be tested</param>
<exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
</member>
<member name="M:Xunit.Assert.False(System.Boolean,System.String)">
<summary>
Verifies that the condition is false.
</summary>
<param name="condition">The condition to be tested</param>
<param name="userMessage">The message to show when the condition is not false</param>
<exception cref="T:Xunit.Sdk.FalseException">Thrown if the condition is not false</exception>
</member>
<member name="M:Xunit.Assert.InRange``1(``0,``0,``0)">
<summary>
Verifies that a value is within a given range.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<exception cref="T:Xunit.Sdk.InRangeException">Thrown when the value is not in the given range</exception>
</member>
<member name="M:Xunit.Assert.InRange``1(``0,``0,``0,System.Collections.Generic.IComparer{``0})">
<summary>
Verifies that a value is within a given range, using a comparer.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<param name="comparer">The comparer used to evaluate the value's range</param>
<exception cref="T:Xunit.Sdk.InRangeException">Thrown when the value is not in the given range</exception>
</member>
<member name="M:Xunit.Assert.IsAssignableFrom``1(System.Object)">
<summary>
Verifies that an object is of the given type or a derived type.
</summary>
<typeparam name="T">The type the object should be</typeparam>
<param name="object">The object to be evaluated</param>
<returns>The object, casted to type T when successful</returns>
<exception cref="T:Xunit.Sdk.IsAssignableFromException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Assert.IsAssignableFrom(System.Type,System.Object)">
<summary>
Verifies that an object is of the given type or a derived type.
</summary>
<param name="expectedType">The type the object should be</param>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsAssignableFromException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Assert.IsNotType``1(System.Object)">
<summary>
Verifies that an object is not exactly the given type.
</summary>
<typeparam name="T">The type the object should not be</typeparam>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsNotTypeException">Thrown when the object is the given type</exception>
</member>
<member name="M:Xunit.Assert.IsNotType(System.Type,System.Object)">
<summary>
Verifies that an object is not exactly the given type.
</summary>
<param name="expectedType">The type the object should not be</param>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsNotTypeException">Thrown when the object is the given type</exception>
</member>
<member name="M:Xunit.Assert.IsType``1(System.Object)">
<summary>
Verifies that an object is exactly the given type (and not a derived type).
</summary>
<typeparam name="T">The type the object should be</typeparam>
<param name="object">The object to be evaluated</param>
<returns>The object, casted to type T when successful</returns>
<exception cref="T:Xunit.Sdk.IsTypeException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Assert.IsType(System.Type,System.Object)">
<summary>
Verifies that an object is exactly the given type (and not a derived type).
</summary>
<param name="expectedType">The type the object should be</param>
<param name="object">The object to be evaluated</param>
<exception cref="T:Xunit.Sdk.IsTypeException">Thrown when the object is not the given type</exception>
</member>
<member name="M:Xunit.Assert.NotEmpty(System.Collections.IEnumerable)">
<summary>
Verifies that a collection is not empty.
</summary>
<param name="collection">The collection to be inspected</param>
<exception cref="T:System.ArgumentNullException">Thrown when a null collection is passed</exception>
<exception cref="T:Xunit.Sdk.NotEmptyException">Thrown when the collection is empty</exception>
</member>
<member name="M:Xunit.Assert.NotEqual``1(``0,``0)">
<summary>
Verifies that two objects are not equal, using a default comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
</member>
<member name="M:Xunit.Assert.NotEqual``1(``0,``0,System.Collections.Generic.IEqualityComparer{``0})">
<summary>
Verifies that two objects are not equal, using a custom equality comparer.
</summary>
<typeparam name="T">The type of the objects to be compared</typeparam>
<param name="expected">The expected object</param>
<param name="actual">The actual object</param>
<param name="comparer">The comparer used to examine the objects</param>
<exception cref="T:Xunit.Sdk.NotEqualException">Thrown when the objects are equal</exception>
</member>
<member name="M:Xunit.Assert.NotInRange``1(``0,``0,``0)">
<summary>
Verifies that a value is not within a given range, using the default comparer.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<exception cref="T:Xunit.Sdk.NotInRangeException">Thrown when the value is in the given range</exception>
</member>
<member name="M:Xunit.Assert.NotInRange``1(``0,``0,``0,System.Collections.Generic.IComparer{``0})">
<summary>
Verifies that a value is not within a given range, using a comparer.
</summary>
<typeparam name="T">The type of the value to be compared</typeparam>
<param name="actual">The actual value to be evaluated</param>
<param name="low">The (inclusive) low value of the range</param>
<param name="high">The (inclusive) high value of the range</param>
<param name="comparer">The comparer used to evaluate the value's range</param>
<exception cref="T:Xunit.Sdk.NotInRangeException">Thrown when the value is in the given range</exception>
</member>
<member name="M:Xunit.Assert.NotNull(System.Object)">
<summary>
Verifies that an object reference is not null.
</summary>
<param name="object">The object to be validated</param>
<exception cref="T:Xunit.Sdk.NotNullException">Thrown when the object is not null</exception>
</member>
<member name="M:Xunit.Assert.NotSame(System.Object,System.Object)">
<summary>
Verifies that two objects are not the same instance.
</summary>
<param name="expected">The expected object instance</param>
<param name="actual">The actual object instance</param>
<exception cref="T:Xunit.Sdk.NotSameException">Thrown when the objects are the same instance</exception>
</member>
<member name="M:Xunit.Assert.Null(System.Object)">
<summary>
Verifies that an object reference is null.
</summary>
<param name="object">The object to be inspected</param>
<exception cref="T:Xunit.Sdk.NullException">Thrown when the object reference is not null</exception>
</member>
<member name="M:Xunit.Assert.PropertyChanged(System.ComponentModel.INotifyPropertyChanged,System.String,Xunit.Assert.PropertyChangedDelegate)">
<summary>
Verifies that the provided object raised INotifyPropertyChanged.PropertyChanged
as a result of executing the given test code.
</summary>
<param name="object">The object which should raise the notification</param>
<param name="propertyName">The property name for which the notification should be raised</param>
<param name="testCode">The test code which should cause the notification to be raised</param>
<exception cref="T:Xunit.Sdk.PropertyChangedException">Thrown when the notification is not raised</exception>
</member>
<member name="M:Xunit.Assert.Same(System.Object,System.Object)">
<summary>
Verifies that two objects are the same instance.
</summary>
<param name="expected">The expected object instance</param>
<param name="actual">The actual object instance</param>
<exception cref="T:Xunit.Sdk.SameException">Thrown when the objects are not the same instance</exception>
</member>
<member name="M:Xunit.Assert.Single(System.Collections.IEnumerable)">
<summary>
Verifies that the given collection contains only a single
element of the given type.
</summary>
<param name="collection">The collection.</param>
<returns>The single item in the collection.</returns>
<exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
exactly one element.</exception>
</member>
<member name="M:Xunit.Assert.Single(System.Collections.IEnumerable,System.Object)">
<summary>
Verifies that the given collection contains only a single
element of the given value. The collection may or may not
contain other values.
</summary>
<param name="collection">The collection.</param>
<param name="expected">The value to find in the collection.</param>
<returns>The single item in the collection.</returns>
<exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
exactly one element.</exception>
</member>
<member name="M:Xunit.Assert.Single``1(System.Collections.Generic.IEnumerable{``0})">
<summary>
Verifies that the given collection contains only a single
element of the given type.
</summary>
<typeparam name="T">The collection type.</typeparam>
<param name="collection">The collection.</param>
<returns>The single item in the collection.</returns>
<exception cref="T:Xunit.Sdk.SingleException">Thrown when the collection does not contain
exactly one element.</exception>
</member>
<member name="M:Xunit.Assert.Single``1(System.Collections.Generic.IEnumerable{``0},System.Predicate{``0})">
<summary>
Verifies that the given collection contains only a single
element of the given type which matches the given predicate. The
collection may or may not contain other values which do not
match the given predicate.
</summary>
<typeparam name="T">The collection type.</typeparam>
<param name="collection">The collection.</param>
<param name="predicate">The item matching predicate.</param>
<returns>The single item in the filtered collection.</returns>
<exception cref="T:Xunit.Sdk.SingleException">Thrown when the filtered collection does
not contain exactly one element.</exception>
</member>
<member name="M:Xunit.Assert.Throws``1(Xunit.Assert.ThrowsDelegate)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
</summary>
<typeparam name="T">The type of the exception expected to be thrown</typeparam>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Assert.Throws``1(Xunit.Assert.ThrowsDelegateWithReturn)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
Generally used to test property accessors.
</summary>
<typeparam name="T">The type of the exception expected to be thrown</typeparam>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Assert.Throws(System.Type,Xunit.Assert.ThrowsDelegate)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
</summary>
<param name="exceptionType">The type of the exception expected to be thrown</param>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Assert.Throws(System.Type,Xunit.Assert.ThrowsDelegateWithReturn)">
<summary>
Verifies that the exact exception is thrown (and not a derived exception type).
Generally used to test property accessors.
</summary>
<param name="exceptionType">The type of the exception expected to be thrown</param>
<param name="testCode">A delegate to the code to be tested</param>
<returns>The exception that was thrown, when successful</returns>
<exception cref="T:Xunit.Sdk.ThrowsException">Thrown when an exception was not thrown, or when an exception of the incorrect type is thrown</exception>
</member>
<member name="M:Xunit.Assert.True(System.Boolean)">
<summary>
Verifies that an expression is true.
</summary>
<param name="condition">The condition to be inspected</param>
<exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
</member>
<member name="M:Xunit.Assert.True(System.Boolean,System.String)">
<summary>
Verifies that an expression is true.
</summary>
<param name="condition">The condition to be inspected</param>
<param name="userMessage">The message to be shown when the condition is false</param>
<exception cref="T:Xunit.Sdk.TrueException">Thrown when the condition is false</exception>
</member>
<member name="T:Xunit.Assert.PropertyChangedDelegate">
<summary>
Used by the PropertyChanged.
</summary>
</member>
<member name="T:Xunit.Assert.ThrowsDelegate">
<summary>
Used by the Throws and DoesNotThrow methods.
</summary>
</member>
<member name="T:Xunit.Assert.ThrowsDelegateWithReturn">
<summary>
Used by the Throws and DoesNotThrow methods.
</summary>
</member>
<member name="T:Xunit.Sdk.ExceptionAndOutputCaptureCommand">
<summary>
This command sets up the necessary trace listeners and standard
output/error listeners to capture Assert/Debug.Trace failures,
output to stdout/stderr, and Assert/Debug.Write text. It also
captures any exceptions that are thrown and packages them as
FailedResults, including the possibility that the configuration
file is messed up (which is exposed when we attempt to manipulate
the trace listener list).
</summary>
</member>
<member name="T:Xunit.Sdk.DelegatingTestCommand">
<summary>
Base class used by commands which delegate to inner commands.
</summary>
</member>
<member name="T:Xunit.Sdk.ITestCommand">
<summary>
Interface which represents the ability to invoke of a test method.
</summary>
</member>
<member name="M:Xunit.Sdk.ITestCommand.Execute(System.Object)">
<summary>
Executes the test method.
</summary>
<param name="testClass">The instance of the test class</param>
<returns>Returns information about the test run</returns>
</member>
<member name="M:Xunit.Sdk.ITestCommand.ToStartXml">
<summary>
Creates the start XML to be sent to the callback when the test is about to start
running.
</summary>
<returns>Return the <see cref="T:System.Xml.XmlNode"/> of the start node, or null if the test
is known that it will not be running.</returns>
</member>
<member name="P:Xunit.Sdk.ITestCommand.DisplayName">
<summary>
Gets the display name of the test method.
</summary>
</member>
<member name="P:Xunit.Sdk.ITestCommand.ShouldCreateInstance">
<summary>
Determines if the test runner infrastructure should create a new instance of the
test class before running the test.
</summary>
</member>
<member name="P:Xunit.Sdk.ITestCommand.Timeout">
<summary>
Determines if the test should be limited to running a specific amount of time
before automatically failing.
</summary>
<returns>The timeout value, in milliseconds; if zero, the test will not have
a timeout.</returns>
</member>
<member name="M:Xunit.Sdk.DelegatingTestCommand.#ctor(Xunit.Sdk.ITestCommand)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.DelegatingTestCommand"/> class.
</summary>
<param name="innerCommand">The inner command to delegate to.</param>
</member>
<member name="M:Xunit.Sdk.DelegatingTestCommand.Execute(System.Object)">
<inheritdoc/>
</member>
<member name="M:Xunit.Sdk.DelegatingTestCommand.ToStartXml">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.DelegatingTestCommand.InnerCommand">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.DelegatingTestCommand.DisplayName">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.DelegatingTestCommand.ShouldCreateInstance">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.DelegatingTestCommand.Timeout">
<inheritdoc/>
</member>
<member name="M:Xunit.Sdk.ExceptionAndOutputCaptureCommand.#ctor(Xunit.Sdk.ITestCommand,Xunit.Sdk.IMethodInfo)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.ExceptionAndOutputCaptureCommand"/>
class.
</summary>
<param name="innerCommand">The command that will be wrapped.</param>
<param name="method">The test method.</param>
</member>
<member name="M:Xunit.Sdk.ExceptionAndOutputCaptureCommand.Execute(System.Object)">
<inheritdoc/>
</member>
<member name="T:Xunit.Sdk.FactCommand">
<summary>
Represents an implementation of <see cref="T:Xunit.Sdk.ITestCommand"/> to be used with
tests which are decorated with the <see cref="T:Xunit.FactAttribute"/>.
</summary>
</member>
<member name="T:Xunit.Sdk.TestCommand">
<summary>
Represents an xUnit.net test command.
</summary>
</member>
<member name="F:Xunit.Sdk.TestCommand.testMethod">
<summary>
The method under test.
</summary>
</member>
<member name="M:Xunit.Sdk.TestCommand.#ctor(Xunit.Sdk.IMethodInfo,System.String,System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.TestCommand"/> class.
</summary>
<param name="method">The method under test.</param>
<param name="displayName">The display name of the test.</param>
<param name="timeout">The timeout, in milliseconds.</param>
</member>
<member name="M:Xunit.Sdk.TestCommand.Execute(System.Object)">
<inheritdoc/>
</member>
<member name="M:Xunit.Sdk.TestCommand.ToStartXml">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.TestCommand.DisplayName">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.TestCommand.MethodName">
<summary>
Gets the name of the method under test.
</summary>
</member>
<member name="P:Xunit.Sdk.TestCommand.ShouldCreateInstance">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.TestCommand.Timeout">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.TestCommand.TypeName">
<summary>
Gets the name of the type under test.
</summary>
</member>
<member name="M:Xunit.Sdk.FactCommand.#ctor(Xunit.Sdk.IMethodInfo)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.FactCommand"/> class.
</summary>
<param name="method">The test method.</param>
</member>
<member name="M:Xunit.Sdk.FactCommand.Execute(System.Object)">
<inheritdoc/>
</member>
<member name="T:Xunit.Sdk.AssertActualExpectedException">
<summary>
Base class for exceptions that have actual and expected values
</summary>
</member>
<member name="T:Xunit.Sdk.AssertException">
<summary>
The base assert exception class
</summary>
</member>
<member name="M:Xunit.Sdk.AssertException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertException"/> class.
</summary>
</member>
<member name="M:Xunit.Sdk.AssertException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertException"/> class.
</summary>
<param name="userMessage">The user message to be displayed</param>
</member>
<member name="M:Xunit.Sdk.AssertException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertException"/> class.
</summary>
<param name="userMessage">The user message to be displayed</param>
<param name="innerException">The inner exception</param>
</member>
<member name="M:Xunit.Sdk.AssertException.#ctor(System.String,System.String)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.AssertException"/> class.
</summary>
<param name="userMessage">The user message to be displayed</param>
<param name="stackTrace">The stack trace to be displayed</param>
</member>
<member name="M:Xunit.Sdk.AssertException.FilterStackTrace(System.String)">
<summary>
Filters the stack trace to remove all lines that occur within the testing framework.
</summary>
<param name="stackTrace">The original stack trace</param>
<returns>The filtered stack trace</returns>
</member>
<member name="P:Xunit.Sdk.AssertException.StackTrace">
<summary>
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
</summary>
<returns>A string that describes the contents of the call stack, with the most recent method call appearing first.</returns>
</member>
<member name="P:Xunit.Sdk.AssertException.UserMessage">
<summary>
Gets the user message
</summary>
</member>
<member name="M:Xunit.Sdk.AssertActualExpectedException.#ctor(System.Object,System.Object,System.String)">
<summary>
Creates a new instance of the <see href="AssertActualExpectedException"/> class.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
<param name="userMessage">The user message to be shown</param>
</member>
<member name="M:Xunit.Sdk.AssertActualExpectedException.#ctor(System.Object,System.Object,System.String,System.Boolean)">
<summary>
Creates a new instance of the <see href="AssertActualExpectedException"/> class.
</summary>
<param name="expected">The expected value</param>
<param name="actual">The actual value</param>
<param name="userMessage">The user message to be shown</param>
<param name="skipPositionCheck">Set to true to skip the check for difference position</param>
</member>
<member name="P:Xunit.Sdk.AssertActualExpectedException.Actual">
<summary>
Gets the actual value.
</summary>
</member>
<member name="P:Xunit.Sdk.AssertActualExpectedException.Expected">
<summary>
Gets the expected value.
</summary>
</member>
<member name="P:Xunit.Sdk.AssertActualExpectedException.Message">
<summary>
Gets a message that describes the current exception. Includes the expected and actual values.
</summary>
<returns>The error message that explains the reason for the exception, or an empty string("").</returns>
<filterpriority>1</filterpriority>
</member>
<member name="T:Xunit.Sdk.ContainsException">
<summary>
Exception thrown when a collection unexpectedly does not contain the expected value.
</summary>
</member>
<member name="M:Xunit.Sdk.ContainsException.#ctor(System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.ContainsException"/> class.
</summary>
<param name="expected">The expected object value</param>
</member>
<member name="M:Xunit.Sdk.ContainsException.#ctor(System.Object,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.ContainsException"/> class.
</summary>
<param name="expected">The expected object value</param>
<param name="actual">The actual value</param>
</member>
<member name="T:Xunit.Sdk.ParameterCountMismatchException">
<summary>
Exception to be thrown from <see cref="M:Xunit.Sdk.IMethodInfo.Invoke(System.Object,System.Object[])"/> when the number of
parameter values does not the test method signature.
</summary>
</member>
<member name="M:Xunit.Sdk.ParameterCountMismatchException.#ctor">
<summary/>
</member>
<member name="M:Xunit.Sdk.ParameterCountMismatchException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary/>
</member>
<member name="T:Xunit.Sdk.PropertyChangedException">
<summary>
Exception thrown when code unexpectedly fails change a property.
</summary>
</member>
<member name="M:Xunit.Sdk.PropertyChangedException.#ctor(System.String)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.ThrowsException"/> class. Call this constructor
when no exception was thrown.
</summary>
<param name="expectedType">The type of the exception that was expected</param>
</member>
<member name="T:Xunit.Sdk.SingleException">
<summary>
Exception thrown when the collection did not contain exactly one element.
</summary>
</member>
<member name="M:Xunit.Sdk.SingleException.#ctor(System.Int32)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.SingleException"/> class.
</summary>
<param name="count">The numbers of items in the collection.</param>
</member>
<member name="T:Xunit.Sdk.Executor">
<summary>
Internal class used for version-resilient test runners. DO NOT CALL DIRECTLY.
Version-resilient runners should link against xunit.runner.utility.dll and use
ExecutorWrapper instead.
</summary>
</member>
<member name="M:Xunit.Sdk.Executor.#ctor(System.String)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.Executor.AssemblyTestCount">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.AssemblyTestCount.#ctor(Xunit.Sdk.Executor,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.AssemblyTestCount.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.Executor.EnumerateTests">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.EnumerateTests.#ctor(Xunit.Sdk.Executor,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.EnumerateTests.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.Executor.RunAssembly">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunAssembly.#ctor(Xunit.Sdk.Executor,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunAssembly.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.Executor.RunClass">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunClass.#ctor(Xunit.Sdk.Executor,System.String,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunClass.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.Executor.RunTest">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunTest.#ctor(Xunit.Sdk.Executor,System.String,System.String,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunTest.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.Executor.RunTests">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunTests.#ctor(Xunit.Sdk.Executor,System.String,System.Collections.Generic.List{System.String},System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Executor.RunTests.InitializeLifetimeService">
<summary/>
</member>
<member name="T:Xunit.Sdk.IsAssignableFromException">
<summary>
Exception thrown when the value is unexpectedly not of the given type or a derived type.
</summary>
</member>
<member name="M:Xunit.Sdk.IsAssignableFromException.#ctor(System.Type,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.IsTypeException"/> class.
</summary>
<param name="expected">The expected type</param>
<param name="actual">The actual object value</param>
</member>
<member name="T:Xunit.Record">
<summary>
Allows the user to record actions for a test.
</summary>
</member>
<member name="M:Xunit.Record.Exception(Xunit.Assert.ThrowsDelegate)">
<summary>
Records any exception which is thrown by the given code.
</summary>
<param name="code">The code which may thrown an exception.</param>
<returns>Returns the exception that was thrown by the code; null, otherwise.</returns>
</member>
<member name="M:Xunit.Record.Exception(Xunit.Assert.ThrowsDelegateWithReturn)">
<summary>
Records any exception which is thrown by the given code that has
a return value. Generally used for testing property accessors.
</summary>
<param name="code">The code which may thrown an exception.</param>
<returns>Returns the exception that was thrown by the code; null, otherwise.</returns>
</member>
<member name="T:Xunit.Sdk.AfterTestException">
<summary>
Exception that is thrown when one or more exceptions are thrown from
the After method of a <see cref="T:Xunit.BeforeAfterTestAttribute"/>.
</summary>
</member>
<member name="M:Xunit.Sdk.AfterTestException.#ctor(System.Collections.Generic.IEnumerable{System.Exception})">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.AfterTestException"/> class.
</summary>
<param name="exceptions">The exceptions.</param>
</member>
<member name="M:Xunit.Sdk.AfterTestException.#ctor(System.Exception[])">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.AfterTestException"/> class.
</summary>
<param name="exceptions">The exceptions.</param>
</member>
<member name="P:Xunit.Sdk.AfterTestException.AfterExceptions">
<summary>
Gets the list of exceptions thrown in the After method.
</summary>
</member>
<member name="P:Xunit.Sdk.AfterTestException.Message">
<summary>
Gets a message that describes the current exception.
</summary>
</member>
<member name="P:Xunit.Sdk.AfterTestException.StackTrace">
<summary>
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
</summary>
</member>
<member name="T:Xunit.Sdk.BeforeAfterCommand">
<summary>
Implementation of <see cref="T:Xunit.Sdk.ITestCommand"/> which executes the
<see cref="T:Xunit.BeforeAfterTestAttribute"/> instances attached to a test method.
</summary>
</member>
<member name="M:Xunit.Sdk.BeforeAfterCommand.#ctor(Xunit.Sdk.ITestCommand,System.Reflection.MethodInfo)">
<summary>
Initializes a new instance of the <see cref="T:Xunit.Sdk.BeforeAfterCommand"/> class.
</summary>
<param name="innerCommand">The inner command.</param>
<param name="testMethod">The method.</param>
</member>
<member name="M:Xunit.Sdk.BeforeAfterCommand.Execute(System.Object)">
<summary>
Executes the test method.
</summary>
<param name="testClass">The instance of the test class</param>
<returns>Returns information about the test run</returns>
</member>
<member name="T:Xunit.Sdk.ExecutorCallback">
<summary>
This class supports the xUnit.net infrastructure and is not intended to be used
directly from your code.
</summary>
</member>
<member name="M:Xunit.Sdk.ExecutorCallback.Wrap(System.Object)">
<summary>
This API supports the xUnit.net infrastructure and is not intended to be used
directly from your code.
</summary>
</member>
<member name="M:Xunit.Sdk.ExecutorCallback.Notify(System.String)">
<summary>
This API supports the xUnit.net infrastructure and is not intended to be used
directly from your code.
</summary>
</member>
<member name="M:Xunit.Sdk.ExecutorCallback.ShouldContinue">
<summary>
This API supports the xUnit.net infrastructure and is not intended to be used
directly from your code.
</summary>
</member>
<member name="T:Xunit.Sdk.Guard">
<summary>
Guard class, used for guard clauses and argument validation
</summary>
</member>
<member name="M:Xunit.Sdk.Guard.ArgumentNotNull(System.String,System.Object)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Guard.ArgumentNotNullOrEmpty(System.String,System.Collections.IEnumerable)">
<summary/>
</member>
<member name="M:Xunit.Sdk.Guard.ArgumentValid(System.String,System.String,System.Boolean)">
<summary/>
</member>
<member name="T:Xunit.Sdk.TestResult">
<summary>
Base class which contains XML manipulation helper methods
</summary>
</member>
<member name="T:Xunit.Sdk.ITestResult">
<summary>
Interface that represents a single test result.
</summary>
</member>
<member name="M:Xunit.Sdk.ITestResult.ToXml(System.Xml.XmlNode)">
<summary>
Converts the test result into XML that is consumed by the test runners.
</summary>
<param name="parentNode">The parent node.</param>
<returns>The newly created XML node.</returns>
</member>
<member name="P:Xunit.Sdk.ITestResult.ExecutionTime">
<summary>
The amount of time spent in execution
</summary>
</member>
<member name="M:Xunit.Sdk.TestResult.AddTime(System.Xml.XmlNode)">
<summary>
Adds the test execution time to the XML node.
</summary>
<param name="testNode">The XML node.</param>
</member>
<member name="M:Xunit.Sdk.TestResult.ToXml(System.Xml.XmlNode)">
<inheritdoc/>
</member>
<member name="P:Xunit.Sdk.TestResult.ExecutionTime">
<inheritdoc/>
</member>
<member name="T:Xunit.Sdk.ExceptionUtility">
<summary>
Utility methods for dealing with exceptions.
</summary>
</member>
<member name="M:Xunit.Sdk.ExceptionUtility.GetMessage(System.Exception)">
<summary>
Gets the message for the exception, including any inner exception messages.
</summary>
<param name="ex">The exception</param>
<returns>The formatted message</returns>
</member>
<member name="M:Xunit.Sdk.ExceptionUtility.GetStackTrace(System.Exception)">
<summary>
Gets the stack trace for the exception, including any inner exceptions.
</summary>
<param name="ex">The exception</param>
<returns>The formatted stack trace</returns>
</member>
<member name="M:Xunit.Sdk.ExceptionUtility.RethrowWithNoStackTraceLoss(System.Exception)">
<summary>
Rethrows an exception object without losing the existing stack trace information
</summary>
<param name="ex">The exception to re-throw.</param>
<remarks>
For more information on this technique, see
http://www.dotnetjunkies.com/WebLog/chris.taylor/archive/2004/03/03/8353.aspx
</remarks>
</member>
<member name="T:Xunit.Sdk.MultiValueDictionary`2">
<summary>
A dictionary which contains multiple unique values for each key.
</summary>
<typeparam name="TKey">The type of the key.</typeparam>
<typeparam name="TValue">The type of the value.</typeparam>
</member>
<member name="M:Xunit.Sdk.MultiValueDictionary`2.AddValue(`0,`1)">
<summary>
Adds the value for the given key. If the key does not exist in the
dictionary yet, it will add it.
</summary>
<param name="key">The key.</param>
<param name="value">The value.</param>
</member>
<member name="M:Xunit.Sdk.MultiValueDictionary`2.Clear">
<summary>
Removes all keys and values from the dictionary.
</summary>
</member>
<member name="M:Xunit.Sdk.MultiValueDictionary`2.Contains(`0,`1)">
<summary>
Determines whether the dictionary contains to specified key and value.
</summary>
<param name="key">The key.</param>
<param name="value">The value.</param>
</member>
<member name="M:Xunit.Sdk.MultiValueDictionary`2.ForEach(Xunit.Sdk.MultiValueDictionary{`0,`1}.ForEachDelegate)">
<summary>
Calls the delegate once for each key/value pair in the dictionary.
</summary>
</member>
<member name="M:Xunit.Sdk.MultiValueDictionary`2.Remove(`0)">
<summary>
Removes the given key and all of its values.
</summary>
</member>
<member name="M:Xunit.Sdk.MultiValueDictionary`2.RemoveValue(`0,`1)">
<summary>
Removes the given value from the given key. If this was the
last value for the key, then the key is removed as well.
</summary>
<param name="key">The key.</param>
<param name="value">The value.</param>
</member>
<member name="P:Xunit.Sdk.MultiValueDictionary`2.Item(`0)">
<summary>
Gets the values for the given key.
</summary>
</member>
<member name="P:Xunit.Sdk.MultiValueDictionary`2.Count">
<summary>
Gets the count of the keys in the dictionary.
</summary>
</member>
<member name="P:Xunit.Sdk.MultiValueDictionary`2.Keys">
<summary>
Gets the keys.
</summary>
</member>
<member name="T:Xunit.Sdk.MultiValueDictionary`2.ForEachDelegate">
<summary/>
</member>
<member name="T:Xunit.Sdk.XmlUtility">
<summary>
XML utility methods
</summary>
</member>
<member name="M:Xunit.Sdk.XmlUtility.AddAttribute(System.Xml.XmlNode,System.String,System.Object)">
<summary>
Adds an attribute to an XML node.
</summary>
<param name="node">The XML node.</param>
<param name="name">The attribute name.</param>
<param name="value">The attribute value.</param>
</member>
<member name="M:Xunit.Sdk.XmlUtility.AddElement(System.Xml.XmlNode,System.String)">
<summary>
Adds a child element to an XML node.
</summary>
<param name="parentNode">The parent XML node.</param>
<param name="name">The child element name.</param>
<returns>The new child XML element.</returns>
</member>
<member name="T:Xunit.Sdk.TraceAssertException">
<summary>
Exception that is thrown when a call to Debug.Assert() fails.
</summary>
</member>
<member name="M:Xunit.Sdk.TraceAssertException.#ctor(System.String)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.TraceAssertException"/> class.
</summary>
<param name="assertMessage">The original assert message</param>
</member>
<member name="M:Xunit.Sdk.TraceAssertException.#ctor(System.String,System.String)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.TraceAssertException"/> class.
</summary>
<param name="assertMessage">The original assert message</param>
<param name="assertDetailedMessage">The original assert detailed message</param>
</member>
<member name="P:Xunit.Sdk.TraceAssertException.AssertDetailedMessage">
<summary>
Gets the original assert detailed message.
</summary>
</member>
<member name="P:Xunit.Sdk.TraceAssertException.AssertMessage">
<summary>
Gets the original assert message.
</summary>
</member>
<member name="P:Xunit.Sdk.TraceAssertException.Message">
<summary>
Gets a message that describes the current exception.
</summary>
</member>
<member name="T:Xunit.Sdk.DoesNotContainException">
<summary>
Exception thrown when a collection unexpectedly contains the expected value.
</summary>
</member>
<member name="M:Xunit.Sdk.DoesNotContainException.#ctor(System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.DoesNotContainException"/> class.
</summary>
<param name="expected">The expected object value</param>
</member>
<member name="T:Xunit.Sdk.DoesNotThrowException">
<summary>
Exception thrown when code unexpectedly throws an exception.
</summary>
</member>
<member name="M:Xunit.Sdk.DoesNotThrowException.#ctor(System.Exception)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.DoesNotThrowException"/> class.
</summary>
<param name="actual">Actual exception</param>
</member>
<member name="P:Xunit.Sdk.DoesNotThrowException.StackTrace">
<summary>
Gets a string representation of the frames on the call stack at the time the current exception was thrown.
</summary>
<returns>A string that describes the contents of the call stack, with the most recent method call appearing first.</returns>
</member>
<member name="T:Xunit.Sdk.EmptyException">
<summary>
Exception thrown when a collection is unexpectedly not empty.
</summary>
</member>
<member name="M:Xunit.Sdk.EmptyException.#ctor">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.EmptyException"/> class.
</summary>
</member>
<member name="T:Xunit.Sdk.EqualException">
<summary>
Exception thrown when two values are unexpectedly not equal.
</summary>
</member>
<member name="M:Xunit.Sdk.EqualException.#ctor(System.Object,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.EqualException"/> class.
</summary>
<param name="expected">The expected object value</param>
<param name="actual">The actual object value</param>
</member>
<member name="M:Xunit.Sdk.EqualException.#ctor(System.Object,System.Object,System.Boolean)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.EqualException"/> class.
</summary>
<param name="expected">The expected object value</param>
<param name="actual">The actual object value</param>
<param name="skipPositionCheck">Set to true to skip the check for difference position</param>
</member>
<member name="T:Xunit.Sdk.FalseException">
<summary>
Exception thrown when a value is unexpectedly true.
</summary>
</member>
<member name="M:Xunit.Sdk.FalseException.#ctor(System.String)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.FalseException"/> class.
</summary>
<param name="userMessage">The user message to be display, or null for the default message</param>
</member>
<member name="T:Xunit.Sdk.InRangeException">
<summary>
Exception thrown when a value is unexpectedly not in the given range.
</summary>
</member>
<member name="M:Xunit.Sdk.InRangeException.#ctor(System.Object,System.Object,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.InRangeException"/> class.
</summary>
<param name="actual">The actual object value</param>
<param name="low">The low value of the range</param>
<param name="high">The high value of the range</param>
</member>
<member name="P:Xunit.Sdk.InRangeException.Actual">
<summary>
Gets the actual object value
</summary>
</member>
<member name="P:Xunit.Sdk.InRangeException.High">
<summary>
Gets the high value of the range
</summary>
</member>
<member name="P:Xunit.Sdk.InRangeException.Low">
<summary>
Gets the low value of the range
</summary>
</member>
<member name="P:Xunit.Sdk.InRangeException.Message">
<summary>
Gets a message that describes the current exception.
</summary>
<returns>The error message that explains the reason for the exception, or an empty string("").</returns>
</member>
<member name="T:Xunit.Sdk.IsNotTypeException">
<summary>
Exception thrown when the value is unexpectedly of the exact given type.
</summary>
</member>
<member name="M:Xunit.Sdk.IsNotTypeException.#ctor(System.Type,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.IsNotTypeException"/> class.
</summary>
<param name="expected">The expected type</param>
<param name="actual">The actual object value</param>
</member>
<member name="T:Xunit.Sdk.IsTypeException">
<summary>
Exception thrown when the value is unexpectedly not of the exact given type.
</summary>
</member>
<member name="M:Xunit.Sdk.IsTypeException.#ctor(System.Type,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.IsTypeException"/> class.
</summary>
<param name="expected">The expected type</param>
<param name="actual">The actual object value</param>
</member>
<member name="T:Xunit.IUseFixture`1">
<summary>
Used to decorate xUnit.net test classes that utilize fixture classes.
An instance of the fixture data is initialized just before the first
test in the class is run, and if it implements IDisposable, is disposed
after the last test in the class is run.
</summary>
<typeparam name="T">The type of the fixture</typeparam>
</member>
<member name="M:Xunit.IUseFixture`1.SetFixture(`0)">
<summary>
Called on the test class just before each test method is run,
passing the fixture data so that it can be used for the test.
All test runs share the same instance of fixture data.
</summary>
<param name="data">The fixture data</param>
</member>
<member name="T:Xunit.Sdk.NotInRangeException">
<summary>
Exception thrown when a value is unexpectedly in the given range.
</summary>
</member>
<member name="M:Xunit.Sdk.NotInRangeException.#ctor(System.Object,System.Object,System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.NotInRangeException"/> class.
</summary>
<param name="actual">The actual object value</param>
<param name="low">The low value of the range</param>
<param name="high">The high value of the range</param>
</member>
<member name="P:Xunit.Sdk.NotInRangeException.Actual">
<summary>
Gets the actual object value
</summary>
</member>
<member name="P:Xunit.Sdk.NotInRangeException.High">
<summary>
Gets the high value of the range
</summary>
</member>
<member name="P:Xunit.Sdk.NotInRangeException.Low">
<summary>
Gets the low value of the range
</summary>
</member>
<member name="P:Xunit.Sdk.NotInRangeException.Message">
<summary>
Gets a message that describes the current exception.
</summary>
<returns>The error message that explains the reason for the exception, or an empty string("").</returns>
</member>
<member name="T:Xunit.BeforeAfterTestAttribute">
<summary>
Base attribute which indicates a test method interception (allows code to be run before and
after the test is run).
</summary>
</member>
<member name="M:Xunit.BeforeAfterTestAttribute.After(System.Reflection.MethodInfo)">
<summary>
This method is called after the test method is executed.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="M:Xunit.BeforeAfterTestAttribute.Before(System.Reflection.MethodInfo)">
<summary>
This method is called before the test method is executed.
</summary>
<param name="methodUnderTest">The method under test</param>
</member>
<member name="P:Xunit.BeforeAfterTestAttribute.TypeId">
<inheritdoc/>
</member>
<member name="T:Xunit.Sdk.NotEmptyException">
<summary>
Exception thrown when a collection is unexpectedly empty.
</summary>
</member>
<member name="M:Xunit.Sdk.NotEmptyException.#ctor">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.NotEmptyException"/> class.
</summary>
</member>
<member name="T:Xunit.Sdk.NotEqualException">
<summary>
Exception thrown when two values are unexpectedly equal.
</summary>
</member>
<member name="M:Xunit.Sdk.NotEqualException.#ctor">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.NotEqualException"/> class.
</summary>
</member>
<member name="T:Xunit.Sdk.NotNullException">
<summary>
Exception thrown when an object is unexpectedly null.
</summary>
</member>
<member name="M:Xunit.Sdk.NotNullException.#ctor">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.NotNullException"/> class.
</summary>
</member>
<member name="T:Xunit.Sdk.NotSameException">
<summary>
Exception thrown when two values are unexpected the same instance.
</summary>
</member>
<member name="M:Xunit.Sdk.NotSameException.#ctor">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.NotSameException"/> class.
</summary>
</member>
<member name="T:Xunit.Sdk.NullException">
<summary>
Exception thrown when an object reference is unexpectedly not null.
</summary>
</member>
<member name="M:Xunit.Sdk.NullException.#ctor(System.Object)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.NullException"/> class.
</summary>
<param name="actual"></param>
</member>
<member name="T:Xunit.Sdk.LifetimeCommand">
<summary>
Command that automatically creates the instance of the test class
and disposes it (if it implements <see cref="T:System.IDisposable"/>).
</summary>
</member>
<member name="M:Xunit.Sdk.LifetimeCommand.#ctor(Xunit.Sdk.ITestCommand,Xunit.Sdk.IMethodInfo)">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.LifetimeCommand"/> object.
</summary>
<param name="innerCommand">The command that is bring wrapped</param>
<param name="method">The method under test</param>
</member>
<member name="M:Xunit.Sdk.LifetimeCommand.Execute(System.Object)">
<summary>
Executes the test method. Creates a new instance of the class
under tests and passes it to the inner command. Also catches
any exceptions and converts them into <see cref="T:Xunit.Sdk.FailedResult"/>s.
</summary>
<param name="testClass">The instance of the test class</param>
<returns>Returns information about the test run</returns>
</member>
<member name="T:Xunit.Sdk.FixtureCommand">
<summary>
Command used to wrap a <see cref="T:Xunit.Sdk.ITestCommand"/> which has associated
fixture data.
</summary>
</member>
<member name="M:Xunit.Sdk.FixtureCommand.#ctor(Xunit.Sdk.ITestCommand,System.Collections.Generic.Dictionary{System.Reflection.MethodInfo,System.Object})">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.FixtureCommand"/> class.
</summary>
<param name="innerCommand">The inner command</param>
<param name="fixtures">The fixtures to be set on the test class</param>
</member>
<member name="M:Xunit.Sdk.FixtureCommand.Execute(System.Object)">
<summary>
Sets the fixtures on the test class by calling SetFixture, then
calls the inner command.
</summary>
<param name="testClass">The instance of the test class</param>
<returns>Returns information about the test run</returns>
</member>
<member name="T:Xunit.Sdk.TestTimer">
<summary>
A timer class used to figure out how long tests take to run. On most .NET implementations
this will use the <see cref="T:System.Diagnostics.Stopwatch"/> class because it's a high
resolution timer; however, on Silverlight/CoreCLR, it will use <see cref="T:System.DateTime"/>
(which will provide lower resolution results).
</summary>
</member>
<member name="M:Xunit.Sdk.TestTimer.#ctor">
<summary>
Creates a new instance of the <see cref="T:Xunit.Sdk.TestTimer"/> class.
</summary>
</member>
<member name="M:Xunit.Sdk.TestTimer.Start">
<summary>
Starts timing.
</summary>
</member>
<member name="M:Xunit.Sdk.TestTimer.Stop">
<summary>
Stops timing.
</summary>
</member>
<member name="P:Xunit.Sdk.TestTimer.ElapsedMilliseconds">
<summary>
Gets how long the timer ran, in milliseconds. In order for this to be valid,
both <see cref="M:Xunit.Sdk.TestTimer.Start"/> and <see cref="M:Xunit.Sdk.TestTimer.Stop"/> must have been called.
</summary>
</member>
<member name="T:Xunit.TraitAttribute">
<summary>
Attribute used to decorate a test method with arbitrary name/value pairs ("traits").
</summary>
</member>
<member name="M:Xunit.TraitAttribute.#ctor(System.String,System.String)">
<summary>
Creates a new instance of the <see cref="T:Xunit.TraitAttribute"/> class.
</summary>
<param name="name">The trait name</param>
<param name="value">The trait value</param>
</member>
<member name="P:Xunit.TraitAttribute.Name">
<summary>
Gets the trait name.
</summary>
</member>
<member name="P:Xunit.TraitAttribute.TypeId">
<inheritdoc/>
</member>
<member name="P:Xunit.TraitAttribute.Value">
<summary>
Gets the trait value.
</summary>
</member>
<member name="T:Xunit.Sdk.TestClassCommandRunner">
<summary>
Runner that executes an <see cref="T:Xunit.Sdk.ITestClassCommand"/> synchronously.
</summary>
</member>
<member name="M:Xunit.Sdk.TestClassCommandRunner.Execute(Xunit.Sdk.ITestClassCommand,System.Collections.Generic.List{Xunit.Sdk.IMethodInfo},System.Predicate{Xunit.Sdk.ITestCommand},System.Predicate{Xunit.Sdk.ITestResult})">
<summary>
Execute the <see cref="T:Xunit.Sdk.ITestClassCommand"/>.
</summary>
<param name="testClassCommand">The test class command to execute</param>
<param name="methods">The methods to execute; if null or empty, all methods will be executed</param>
<param name="startCallback">The start run callback</param>
<param name="resultCallback">The end run result callback</param>
<returns>A <see cref="T:Xunit.Sdk.ClassResult"/> with the results of the test run</returns>
</member>
<member name="T:Xunit.Sdk.TestClassCommandFactory">
<summary>
Factory for <see cref="T:Xunit.Sdk.ITestClassCommand"/> objects, based on the type under test.
</summary>
</member>
<member name="M:Xunit.Sdk.TestClassCommandFactory.Make(System.Type)">
<summary>
Creates the test class command, which implements <see cref="T:Xunit.Sdk.ITestClassCommand"/>, for a given type.
</summary>
<param name="type">The type under test</param>
<returns>The test class command, if the class is a test class; null, otherwise</returns>
</member>
<member name="M:Xunit.Sdk.TestClassCommandFactory.Make(Xunit.Sdk.ITypeInfo)">
<summary>
Creates the test class command, which implements <see cref="T:Xunit.Sdk.ITestClassCommand"/>, for a given type.
</summary>
<param name="typeInfo">The type under test</param>
<returns>The test class command, if the class is a test class; null, otherwise</returns>
</member>
<member name="T:Xunit.Sdk.TestClassCommand">
<summary>
Represents an xUnit.net test class
</summary>
</member>
<member name="T:Xunit.Sdk.ITestClassCommand">
<summary>
Interface which describes the ability to executes all the tests in a test class.
</summary>
</member>
<member name="M:Xunit.Sdk.ITestClassCommand.ChooseNextTest(System.Collections.Generic.ICollection{Xunit.Sdk.IMethodInfo})">
<summary>
Allows the test class command to choose the next test to be run from the list of
tests that have not yet been run, thereby allowing it to choose the run order.
</summary>
<param name="testsLeftToRun">The tests remaining to be run</param>
<returns>The index of the test that should be run</returns>
</member>
<member name="M:Xunit.Sdk.ITestClassCommand.ClassFinish">
<summary>
Execute actions to be run after all the test methods of this test class are run.
</summary>
<returns>Returns the <see cref="T:System.Exception"/> thrown during execution, if any; null, otherwise</returns>
</member>
<member name="M:Xunit.Sdk.ITestClassCommand.ClassStart">
<summary>
Execute actions to be run before any of the test methods of this test class are run.
</summary>
<returns>Returns the <see cref="T:System.Exception"/> thrown during execution, if any; null, otherwise</returns>
</member>
<member name="M:Xunit.Sdk.ITestClassCommand.EnumerateTestCommands(Xunit.Sdk.IMethodInfo)">
<summary>
Enumerates the test commands for a given test method in this test class.
</summary>
<param name="testMethod">The method under test</param>
<returns>The test commands for the given test method</returns>
</member>
<member name="M:Xunit.Sdk.ITestClassCommand.EnumerateTestMethods">
<summary>
Enumerates the methods which are test methods in this test class.
</summary>
<returns>The test methods</returns>
</member>
<member name="M:Xunit.Sdk.ITestClassCommand.IsTestMethod(Xunit.Sdk.IMethodInfo)">
<summary>
Determines if a given <see cref="T:Xunit.Sdk.IMethodInfo"/> refers to a test method.
</summary>
<param name="testMethod">The test method to validate</param>
<returns>True if the method is a test method; false, otherwise</returns>
</member>
<member name="P:Xunit.Sdk.ITestClassCommand.ObjectUnderTest">
<summary>
Gets the object instance that is under test. May return null if you wish
the test framework to create a new object instance for each test method.
</summary>
</member>
<member name="P:Xunit.Sdk.ITestClassCommand.TypeUnderTest">
<summary>
Gets or sets the type that is being tested
</summary>
</member>
<member name="M:Xunit.Sdk.TestClassCommand.#ctor">
gitextract_2kl2wcg2/
├── .gitignore
├── 3rdParty/
│ └── xunit/
│ ├── EULA.txt
│ ├── HTML.xslt
│ ├── NUnitXml.xslt
│ ├── xunit.console.clr4.exe.config
│ ├── xunit.console.clr4.x86.exe.config
│ ├── xunit.console.exe.config
│ ├── xunit.console.x86.exe.config
│ ├── xunit.dll.tdnet
│ ├── xunit.extensions.xml
│ ├── xunit.runner.utility.xml
│ └── xunit.xml
├── Build-Solution.ps1
├── License.txt
├── README.md
├── WebBackgrounder.msbuild
└── src/
├── .nuget/
│ ├── NuGet.settings.targets
│ └── NuGet.targets
├── WebBackgrounder/
│ ├── IJob.cs
│ ├── IJobCoordinator.cs
│ ├── IJobHost.cs
│ ├── IWorkItem.cs
│ ├── IWorkItemRepository.cs
│ ├── Job.cs
│ ├── JobHost.cs
│ ├── JobManager.cs
│ ├── JobUnitOfWork.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── Schedule.cs
│ ├── Scheduler.cs
│ ├── SingleServerJobCoordinator.cs
│ ├── TimerExtensions.cs
│ ├── WebBackgrounder.csproj
│ ├── WebBackgrounder.nuspec
│ ├── WebFarmJobCoordinator.cs
│ └── WorkItemExtensions.cs
├── WebBackgrounder.DemoWeb/
│ ├── App_Start/
│ │ ├── EntityFramework.SqlServerCompact.cs
│ │ └── WebBackgrounderSetup.cs
│ ├── Content/
│ │ └── Site.css
│ ├── Controllers/
│ │ └── HomeController.cs
│ ├── ExceptionJob.cs
│ ├── Global.asax
│ ├── Global.asax.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── SampleJob.cs
│ ├── Views/
│ │ ├── Home/
│ │ │ └── Index.cshtml
│ │ ├── Shared/
│ │ │ ├── Error.cshtml
│ │ │ └── _Layout.cshtml
│ │ ├── Web.config
│ │ └── _ViewStart.cshtml
│ ├── Web.Debug.config
│ ├── Web.Release.config
│ ├── Web.config
│ ├── WebBackgrounder.DemoWeb.csproj
│ └── packages.config
├── WebBackgrounder.EntityFramework/
│ ├── Entities/
│ │ ├── IWorkItemsContext.cs
│ │ ├── WorkItem.cs
│ │ └── WorkItemsContext.cs
│ ├── EntityWorkItemRepository.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── WebBackgrounder.EntityFramework.csproj
│ ├── WebBackgrounder.EntityFramework.nuspec
│ ├── WorkItemCleanupJob.cs
│ └── packages.config
├── WebBackgrounder.UnitTests/
│ ├── EntityWorkItemRepositoryFacts.cs
│ ├── InMemoryDbSet.cs
│ ├── JobHostFacts.cs
│ ├── JobManagerFacts.cs
│ ├── Properties/
│ │ └── AssemblyInfo.cs
│ ├── ScheduleFacts.cs
│ ├── SchedulerFacts.cs
│ ├── WebBackgrounder.UnitTests.csproj
│ ├── WebFarmJobCoordinatorFacts.cs
│ ├── WorkItemCleanupJobFacts.cs
│ ├── WorkItemExtensionsFacts.cs
│ └── packages.config
└── WebBackgrounder.sln
SYMBOL INDEX (184 symbols across 35 files)
FILE: src/WebBackgrounder.DemoWeb/App_Start/EntityFramework.SqlServerCompact.cs
class EntityFramework_SqlServerCompact (line 7) | public static class EntityFramework_SqlServerCompact {
method Start (line 8) | public static void Start() {
FILE: src/WebBackgrounder.DemoWeb/App_Start/WebBackgrounderSetup.cs
class WebBackgrounderSetup (line 10) | public static class WebBackgrounderSetup
method Start (line 14) | public static void Start()
method Shutdown (line 19) | public static void Shutdown()
method CreateJobWorkersManager (line 24) | private static JobManager CreateJobWorkersManager()
FILE: src/WebBackgrounder.DemoWeb/Controllers/HomeController.cs
class HomeController (line 6) | public class HomeController : Controller
method Index (line 10) | public ActionResult Index()
FILE: src/WebBackgrounder.DemoWeb/ExceptionJob.cs
class ExceptionJob (line 6) | public class ExceptionJob : Job
method ExceptionJob (line 8) | public ExceptionJob(TimeSpan interval)
method Execute (line 13) | public override Task Execute()
FILE: src/WebBackgrounder.DemoWeb/Global.asax.cs
class MvcApplication (line 10) | public class MvcApplication : HttpApplication
method RegisterGlobalFilters (line 12) | public static void RegisterGlobalFilters(GlobalFilterCollection filters)
method RegisterRoutes (line 17) | public static void RegisterRoutes(RouteCollection routes)
method Application_Start (line 29) | protected void Application_Start()
FILE: src/WebBackgrounder.DemoWeb/SampleJob.cs
class SampleJob (line 7) | public class SampleJob : Job
method SampleJob (line 9) | public SampleJob(TimeSpan interval, TimeSpan timeout)
method Execute (line 14) | public override Task Execute()
FILE: src/WebBackgrounder.EntityFramework/Entities/IWorkItemsContext.cs
type IWorkItemsContext (line 6) | public interface IWorkItemsContext : IDisposable
method SaveChanges (line 9) | int SaveChanges();
FILE: src/WebBackgrounder.EntityFramework/Entities/WorkItem.cs
class WorkItem (line 6) | public class WorkItem : IWorkItem
FILE: src/WebBackgrounder.EntityFramework/Entities/WorkItemsContext.cs
class WorkItemsContext (line 5) | public class WorkItemsContext : DbContext, IWorkItemsContext
FILE: src/WebBackgrounder.EntityFramework/EntityWorkItemRepository.cs
class EntityWorkItemRepository (line 8) | public class EntityWorkItemRepository : IWorkItemRepository, IDisposable
method EntityWorkItemRepository (line 13) | public EntityWorkItemRepository(Func<IWorkItemsContext> contextThunk)
method RunInTransaction (line 19) | public void RunInTransaction(Action query)
method GetLastWorkItem (line 35) | public IWorkItem GetLastWorkItem(IJob job)
method CreateWorkItem (line 43) | public long CreateWorkItem(string workerId, IJob job)
method SetWorkItemCompleted (line 57) | public void SetWorkItemCompleted(long workItemId)
method SetWorkItemFailed (line 64) | public void SetWorkItemFailed(long workItemId, Exception exception)
method GetWorkItem (line 72) | private WorkItem GetWorkItem(long workerId)
method Dispose (line 77) | public void Dispose()
FILE: src/WebBackgrounder.EntityFramework/WorkItemCleanupJob.cs
class WorkItemCleanupJob (line 7) | public class WorkItemCleanupJob : Job
method WorkItemCleanupJob (line 11) | public WorkItemCleanupJob(TimeSpan interval, TimeSpan spanToKeepRecord...
method Execute (line 32) | public override Task Execute()
FILE: src/WebBackgrounder.UnitTests/EntityWorkItemRepositoryFacts.cs
class EntityWorkItemRepositoryFacts (line 9) | public class EntityWorkItemRepositoryFacts
class TheGetLastWorkItemMethod (line 11) | public class TheGetLastWorkItemMethod
method ReturnsActiveWorkItemWhenAWorkerHasNoCompletedDate (line 13) | [Fact]
method ReturnsLastInactiveWorkItemWhenAllWorkItemsHaveCompletedDate (line 36) | [Fact]
method ReturnsNullWhenNoWorkItemsReturnedForGivenJob (line 68) | [Fact]
class TheCreateWorkItemMethod (line 92) | public class TheCreateWorkItemMethod
method CreatesNewWorkItemThatIsNotComplete (line 94) | public void CreatesNewWorkItemThatIsNotComplete()
class TheSetWorkItemCompleteMethod (line 115) | public class TheSetWorkItemCompleteMethod
method SetsWorkItemCompletedSetsCompletedDate (line 117) | [Fact]
method SavesChanges (line 133) | [Fact]
class TheSetWorkItemFailedMethod (line 149) | public class TheSetWorkItemFailedMethod
method SetsWorkItemFailedSetsCompletedDateAndExceptionInfo (line 151) | [Fact]
method SavesChanges (line 168) | [Fact]
FILE: src/WebBackgrounder.UnitTests/InMemoryDbSet.cs
class InMemoryDbSet (line 11) | public class InMemoryDbSet<TEntity> : IDbSet<TEntity> where TEntity : class
method InMemoryDbSet (line 16) | public InMemoryDbSet()
method InMemoryDbSet (line 21) | public InMemoryDbSet(IEnumerable<TEntity> entities)
method Add (line 31) | public TEntity Add(TEntity entity)
method Attach (line 37) | public TEntity Attach(TEntity entity)
method Remove (line 43) | public TEntity Remove(TEntity entity)
method Create (line 49) | public virtual TDerivedEntity Create<TDerivedEntity>() where TDerivedE...
method Create (line 54) | public virtual TEntity Create()
method Find (line 59) | public virtual TEntity Find(params object[] keyValues)
method GetEnumerator (line 69) | public IEnumerator<TEntity> GetEnumerator()
method GetEnumerator (line 74) | IEnumerator IEnumerable.GetEnumerator()
FILE: src/WebBackgrounder.UnitTests/JobHostFacts.cs
class JobHostFacts (line 8) | public class JobHostFacts
class TheStopMethod (line 10) | public class TheStopMethod
method EnsuresNoWorkIsDone (line 12) | [Fact]
method WaitsForTaskToComplete (line 23) | [Fact]
class TheDoWorkMethod (line 50) | public class TheDoWorkMethod
method ThrowsArgumentNullExceptionIfWorkIsNull (line 52) | [Fact]
method DoesNotCallStartIfWorkIsAlreadyScheduledOrCompleted (line 62) | [Fact]
FILE: src/WebBackgrounder.UnitTests/JobManagerFacts.cs
class JobManagerFacts (line 10) | public class JobManagerFacts
class TheConstructor (line 12) | public class TheConstructor
method ThrowsExceptionWhenAnyParameterIsNull (line 14) | [Fact]
class TheStartMethod (line 23) | public class TheStartMethod
method GetsTheJobDone (line 25) | [Fact]
method GetsTheJobsDoneInTheRightOrder (line 42) | [Fact]
method DoesNotThrowExceptionWhenThereIsNoWorkToDo (line 70) | [Fact]
method SchedulerRestartsWhenJobFailsAndRestartSchedulerIsTrue (line 95) | [Fact]
method SchedulerDoesNotRestartWhenJobFailsAndRestartSchedulerIsFalse (line 116) | [Fact]
FILE: src/WebBackgrounder.UnitTests/ScheduleFacts.cs
class ScheduleFacts (line 8) | public class ScheduleFacts
class TheNextRunTimeProperty (line 10) | public class TheNextRunTimeProperty
method ReturnsIntervalAddedToLastRunTime (line 12) | [Fact]
class TheGetIntervalToNextRunMethod (line 26) | public class TheGetIntervalToNextRunMethod
method ReturnsTheSpanBetweenNowAndNextRunTime (line 28) | [Fact]
method ReturnsTheSpanBetweenNowAndNextRunTimeFiguringInLastRun (line 41) | [Fact]
method ReturnsOneMillisecondTimeSpanWhenNextRunIsInThePast (line 55) | [Fact]
method ShrinksOverTimeEvenWhenLastRunIsNull (line 67) | [Fact]
class TheConstructor (line 84) | public class TheConstructor
method SetsTheJob (line 86) | [Fact]
method ThrowsArgumentNullExceptionForNullJob (line 97) | [Fact]
class TheDisposeMethod (line 104) | public class TheDisposeMethod
method SetsLastRunTimeToNow (line 106) | [Fact]
FILE: src/WebBackgrounder.UnitTests/SchedulerFacts.cs
class SchedulerFacts (line 10) | public class SchedulerFacts
class TheNextMethod (line 12) | public class TheNextMethod
method ReturnsTheScheduleWithTheLowestRunTime (line 14) | [Fact]
method ReturnsTheCorrectNextScheduleWhenRunComplete (line 31) | [Fact]
method TasksAreScheduledFairly (line 66) | [Fact]
class WaitJob (line 99) | private class WaitJob : Job
method WaitJob (line 101) | public WaitJob(int intervalSeconds) : base("Waits", TimeSpan.FromS...
method Execute (line 108) | public override Task Execute()
class TheConstructor (line 115) | public class TheConstructor
method ThrowsExceptionWhenAnyJobHasNegativeInterval (line 117) | [Fact]
FILE: src/WebBackgrounder.UnitTests/WebFarmJobCoordinatorFacts.cs
class WebFarmJobCoordinatorFacts (line 9) | public class WebFarmJobCoordinatorFacts
class TheReserveWorkMethod (line 11) | public class TheReserveWorkMethod
method ReturnsNullWhenActiveWorkersExistAndIsNotTimedOut (line 13) | [Fact]
method ReturnsNullWhenActiveWorkersExistWithinTransaction (line 26) | [Fact]
method ReturnsUnitOfWorkWhenNoActiveWorkers (line 47) | [Fact]
method ReturnsUnitOfWorkWhenLastActiveWorkerIsTimedOut (line 62) | [Fact]
class TheGetWorkMethod (line 82) | public class TheGetWorkMethod
method WithJobThatThrowsExceptionWhenCreatingTaskStillReturnsTask (line 84) | [Fact]
method WithNullJobThrowsArgumentNullException (line 101) | [Fact]
class TheCtor (line 113) | public class TheCtor
method WithNullWorkItemRepositoryThrowsArgumentNullException (line 115) | [Fact]
class FakeJob (line 124) | class FakeJob : IJob
method Execute (line 132) | public Task Execute()
FILE: src/WebBackgrounder.UnitTests/WorkItemCleanupJobFacts.cs
class WorkItemCleanupJobFacts (line 9) | public class WorkItemCleanupJobFacts
class TheExecuteMethod (line 11) | public class TheExecuteMethod
method DeletesItemsOlderThanSpecifiedTimeSpan (line 13) | [Fact]
method DoesNothingWhenAllRecordsAreWithinKeepRecordsSpan (line 37) | [Fact]
FILE: src/WebBackgrounder.UnitTests/WorkItemExtensionsFacts.cs
class WorkItemExtensionsFacts (line 7) | public class WorkItemExtensionsFacts
class TheIsActiveMethod (line 9) | public class TheIsActiveMethod
method ReturnsTrueForIncomplete (line 11) | [Fact]
method ReturnsFalseForComplete (line 22) | [Fact]
method ReturnsFalseForNullWorkItem (line 33) | [Fact]
class TheIsTimedOutMethod (line 40) | public class TheIsTimedOutMethod
method ReturnsTrueWhenWorkItemIsPastJobExpirationTimespan (line 42) | [Fact]
method ReturnsFalseWhenWorkItemIsWithinJobExpirationTimespan (line 56) | [Fact]
method ReturnsFalseWhenWorkItemIsNull (line 70) | [Fact]
method ThrowsArgumentNullExceptionWhenJobIsNull (line 78) | [Fact]
FILE: src/WebBackgrounder/IJob.cs
type IJob (line 6) | public interface IJob
method Execute (line 13) | Task Execute();
FILE: src/WebBackgrounder/IJobCoordinator.cs
type IJobCoordinator (line 6) | public interface IJobCoordinator : IDisposable
method GetWork (line 13) | Task GetWork(IJob job);
FILE: src/WebBackgrounder/IJobHost.cs
type IJobHost (line 10) | public interface IJobHost
method DoWork (line 12) | void DoWork(Task work);
FILE: src/WebBackgrounder/IWorkItem.cs
type IWorkItem (line 5) | public interface IWorkItem
FILE: src/WebBackgrounder/IWorkItemRepository.cs
type IWorkItemRepository (line 5) | public interface IWorkItemRepository : IDisposable
method RunInTransaction (line 7) | void RunInTransaction(Action query);
method GetLastWorkItem (line 8) | IWorkItem GetLastWorkItem(IJob job);
method CreateWorkItem (line 9) | long CreateWorkItem(string workerId, IJob job);
method SetWorkItemCompleted (line 10) | void SetWorkItemCompleted(long workItemId);
method SetWorkItemFailed (line 11) | void SetWorkItemFailed(long workItemId, Exception exception);
FILE: src/WebBackgrounder/Job.cs
class Job (line 6) | public abstract class Job : IJob
method Job (line 8) | protected Job(string name, TimeSpan interval, TimeSpan timeout)
method Job (line 15) | protected Job(string name, TimeSpan interval) : this(name, interval, T...
method Execute (line 23) | public abstract Task Execute();
FILE: src/WebBackgrounder/JobHost.cs
class JobHost (line 7) | public class JobHost : IJobHost, IRegisteredObject
method JobHost (line 12) | public JobHost()
method Stop (line 17) | public void Stop(bool immediate)
method DoWork (line 26) | public void DoWork(Task work)
FILE: src/WebBackgrounder/JobManager.cs
class JobManager (line 8) | public class JobManager : IDisposable
method JobManager (line 19) | public JobManager(IEnumerable<IJob> jobs, IJobHost host) : this(jobs, ...
method JobManager (line 21) | public JobManager(IEnumerable<IJob> jobs, IJobCoordinator coordinator)...
method JobManager (line 23) | public JobManager(IEnumerable<IJob> jobs, IJobHost host, IJobCoordinat...
method Start (line 45) | public void Start()
method Stop (line 50) | public void Stop()
method OnTimerElapsed (line 55) | void OnTimerElapsed(object sender)
method DoNextJob (line 74) | void DoNextJob()
method Dispose (line 87) | public void Dispose()
method Fail (line 98) | public void Fail(Action<Exception> failHandler)
method OnException (line 103) | void OnException(Exception e)
FILE: src/WebBackgrounder/JobUnitOfWork.cs
class JobUnitOfWork (line 5) | public class JobUnitOfWork
method JobUnitOfWork (line 10) | public JobUnitOfWork(IWorkItemRepository repository, long workItemId)
method Complete (line 16) | public void Complete()
method Fail (line 21) | public void Fail(Exception exception)
FILE: src/WebBackgrounder/Schedule.cs
class Schedule (line 5) | public class Schedule : IDisposable
method Schedule (line 9) | public Schedule(IJob job)
method Schedule (line 14) | public Schedule(IJob job, Func<DateTime> nowThunk)
method GetIntervalToNextRun (line 40) | public TimeSpan GetIntervalToNextRun()
method SetRunComplete (line 50) | public void SetRunComplete()
method Dispose (line 55) | void IDisposable.Dispose()
FILE: src/WebBackgrounder/Scheduler.cs
class Scheduler (line 7) | public class Scheduler
method Scheduler (line 11) | public Scheduler(IEnumerable<IJob> jobs, Func<DateTime> nowThunk)
method Scheduler (line 21) | public Scheduler(IEnumerable<IJob> jobs) : this(jobs, () => DateTime.U...
method Next (line 25) | public Schedule Next()
FILE: src/WebBackgrounder/SingleServerJobCoordinator.cs
class SingleServerJobCoordinator (line 5) | public class SingleServerJobCoordinator : IJobCoordinator
method GetWork (line 7) | public Task GetWork(IJob job)
method Dispose (line 12) | public void Dispose()
FILE: src/WebBackgrounder/TimerExtensions.cs
class TimerExtensions (line 6) | public static class TimerExtensions
method Stop (line 8) | public static void Stop(this Timer timer)
method Next (line 13) | public static void Next(this Timer timer, TimeSpan dueTime)
FILE: src/WebBackgrounder/WebFarmJobCoordinator.cs
class WebFarmJobCoordinator (line 9) | public class WebFarmJobCoordinator : IJobCoordinator
method WebFarmJobCoordinator (line 14) | public WebFarmJobCoordinator(IWorkItemRepository workItemRepository)
method GetWork (line 25) | public Task GetWork(IJob job)
method ReserveWork (line 64) | public JobUnitOfWork ReserveWork(string workerId, IJob job)
method Dispose (line 105) | public void Dispose()
FILE: src/WebBackgrounder/WorkItemExtensions.cs
class WorkItemExtensions (line 5) | public static class WorkItemExtensions
method IsActive (line 7) | public static bool IsActive(this IWorkItem workItem)
method IsTimedOut (line 12) | public static bool IsTimedOut(this IWorkItem workItem, IJob job)
Condensed preview — 77 files, each showing path, character count, and a content snippet. Download the .json file or copy for the full structured content (382K chars).
[
{
"path": ".gitignore",
"chars": 70,
"preview": "bin\nobj\n*.user\n*.suo\nApp_Data\n*.results.xml\n/src/packages\n_ReSharper.*"
},
{
"path": "3rdParty/xunit/EULA.txt",
"chars": 2595,
"preview": "This license governs use of the accompanying software. If you use the software, you accept this license. If you do not a"
},
{
"path": "3rdParty/xunit/HTML.xslt",
"chars": 6577,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n"
},
{
"path": "3rdParty/xunit/NUnitXml.xslt",
"chars": 3518,
"preview": "<?xml version=\"1.0\" encoding=\"UTF-8\" ?>\n<xsl:stylesheet version=\"1.0\" xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\">\n"
},
{
"path": "3rdParty/xunit/xunit.console.clr4.exe.config",
"chars": 532,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n\n <configSections>\n <section name=\"xunit\" type=\"Xunit.Consol"
},
{
"path": "3rdParty/xunit/xunit.console.clr4.x86.exe.config",
"chars": 536,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n\n <configSections>\n <section name=\"xunit\" type=\"Xunit.Consol"
},
{
"path": "3rdParty/xunit/xunit.console.exe.config",
"chars": 527,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n\n <configSections>\n <section name=\"xunit\" type=\"Xunit.Consol"
},
{
"path": "3rdParty/xunit/xunit.console.x86.exe.config",
"chars": 531,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\" ?>\n<configuration>\n\n <configSections>\n <section name=\"xunit\" type=\"Xunit.Consol"
},
{
"path": "3rdParty/xunit/xunit.dll.tdnet",
"chars": 197,
"preview": "<TestRunner>\n <FriendlyName>xUnit.net {0}.{1}.{2} build {3}</FriendlyName>\n <AssemblyPath>xunit.runner.tdnet.dll</Asse"
},
{
"path": "3rdParty/xunit/xunit.extensions.xml",
"chars": 46455,
"preview": "<?xml version=\"1.0\"?>\n<doc>\n <assembly>\n <name>xunit.extensions</name>\n </assembly>\n <members>\n <"
},
{
"path": "3rdParty/xunit/xunit.runner.utility.xml",
"chars": 58830,
"preview": "<?xml version=\"1.0\"?>\n<doc>\n <assembly>\n <name>xunit.runner.utility</name>\n </assembly>\n <members>\n "
},
{
"path": "3rdParty/xunit/xunit.xml",
"chars": 121231,
"preview": "<?xml version=\"1.0\"?>\n<doc>\n <assembly>\n <name>xunit</name>\n </assembly>\n <members>\n <member name"
},
{
"path": "Build-Solution.ps1",
"chars": 214,
"preview": "$scriptPath = Split-Path $MyInvocation.MyCommand.Path\n\n$projFile = join-path $scriptPath WebBackgrounder.msbuild\n \n& \"$("
},
{
"path": "License.txt",
"chars": 10168,
"preview": " Apache License\n Version 2.0, January 2004\n http://www.apache.org/lice"
},
{
"path": "README.md",
"chars": 2258,
"preview": "# Intro\nWebBackgrounder is a proof-of-concept of a web-farm friendly background task \nmanager meant to just work with a "
},
{
"path": "WebBackgrounder.msbuild",
"chars": 937,
"preview": "<Project DefaultTargets=\"Build\" xmlns=\"http://schemas.microsoft.com/developer/msbuild/2003\">\n <PropertyGroup Condition="
},
{
"path": "src/.nuget/NuGet.settings.targets",
"chars": 2110,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild"
},
{
"path": "src/.nuget/NuGet.targets",
"chars": 596,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" xmlns=\"http://schemas.microsoft.com/developer/msbuild"
},
{
"path": "src/WebBackgrounder/IJob.cs",
"chars": 351,
"preview": "using System;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder\n{\n public interface IJob\n {\n /// <s"
},
{
"path": "src/WebBackgrounder/IJobCoordinator.cs",
"chars": 393,
"preview": "using System;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder\n{\n public interface IJobCoordinator : IDispos"
},
{
"path": "src/WebBackgrounder/IJobHost.cs",
"chars": 310,
"preview": "using System;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder\n{\n /// <summary>\n /// Represents the envir"
},
{
"path": "src/WebBackgrounder/IWorkItem.cs",
"chars": 200,
"preview": "using System;\n\nnamespace WebBackgrounder\n{\n public interface IWorkItem\n {\n long Id { get; set; }\n D"
},
{
"path": "src/WebBackgrounder/IWorkItemRepository.cs",
"chars": 381,
"preview": "using System;\n\nnamespace WebBackgrounder\n{\n public interface IWorkItemRepository : IDisposable\n {\n void Ru"
},
{
"path": "src/WebBackgrounder/Job.cs",
"chars": 728,
"preview": "using System;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder\n{\n public abstract class Job : IJob\n {\n "
},
{
"path": "src/WebBackgrounder/JobHost.cs",
"chars": 1331,
"preview": "using System;\nusing System.Threading.Tasks;\nusing System.Web.Hosting;\n\nnamespace WebBackgrounder\n{\n public class Job"
},
{
"path": "src/WebBackgrounder/JobManager.cs",
"chars": 2966,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\nusing System.Threading;\n\nnamespace WebBackgrounder\n{"
},
{
"path": "src/WebBackgrounder/JobUnitOfWork.cs",
"chars": 594,
"preview": "using System;\n\nnamespace WebBackgrounder\n{\n public class JobUnitOfWork\n {\n readonly IWorkItemRepository _r"
},
{
"path": "src/WebBackgrounder/Properties/AssemblyInfo.cs",
"chars": 1655,
"preview": "using System.Reflection;\nusing System.Runtime.InteropServices;\n\n// General Information about an assembly is controlled "
},
{
"path": "src/WebBackgrounder/Schedule.cs",
"chars": 1226,
"preview": "using System;\n\nnamespace WebBackgrounder\n{\n public class Schedule : IDisposable\n {\n readonly Func<DateTime"
},
{
"path": "src/WebBackgrounder/Scheduler.cs",
"chars": 885,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Linq;\n\nnamespace WebBackgrounder\n{\n public class Schedu"
},
{
"path": "src/WebBackgrounder/SingleServerJobCoordinator.cs",
"chars": 279,
"preview": "using System.Threading.Tasks;\n\nnamespace WebBackgrounder\n{\n public class SingleServerJobCoordinator : IJobCoordinato"
},
{
"path": "src/WebBackgrounder/TimerExtensions.cs",
"chars": 423,
"preview": "using System;\nusing System.Threading;\n\nnamespace WebBackgrounder\n{\n public static class TimerExtensions\n {\n "
},
{
"path": "src/WebBackgrounder/WebBackgrounder.csproj",
"chars": 3264,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microso"
},
{
"path": "src/WebBackgrounder/WebBackgrounder.nuspec",
"chars": 818,
"preview": "<?xml version=\"1.0\"?>\n<package >\n <metadata>\n <id>$id$</id>\n <version>$version$</version>\n <title>$title$</tit"
},
{
"path": "src/WebBackgrounder/WebFarmJobCoordinator.cs",
"chars": 3786,
"preview": "using System;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder\n{\n /// <summary>\n /// Uses the database ac"
},
{
"path": "src/WebBackgrounder/WorkItemExtensions.cs",
"chars": 584,
"preview": "using System;\n\nnamespace WebBackgrounder\n{\n public static class WorkItemExtensions\n {\n public static bool "
},
{
"path": "src/WebBackgrounder.DemoWeb/App_Start/EntityFramework.SqlServerCompact.cs",
"chars": 472,
"preview": "using System.Data.Entity;\nusing System.Data.Entity.Infrastructure;\n\n[assembly: WebActivator.PreApplicationStartMethod(ty"
},
{
"path": "src/WebBackgrounder.DemoWeb/App_Start/WebBackgrounderSetup.cs",
"chars": 1370,
"preview": "using System;\nusing Elmah;\nusing WebBackgrounder.Jobs;\n\n[assembly: WebActivator.PostApplicationStartMethod(typeof(WebBa"
},
{
"path": "src/WebBackgrounder.DemoWeb/Content/Site.css",
"chars": 1002,
"preview": "body\n{\n font-size: .85em;\n font-family: \"Trebuchet MS\", Verdana, Helvetica, Sans-Serif;\n color: #232323;\n ba"
},
{
"path": "src/WebBackgrounder.DemoWeb/Controllers/HomeController.cs",
"chars": 457,
"preview": "using System.Linq;\nusing System.Web.Mvc;\n\nnamespace WebBackgrounder.DemoWeb.Controllers\n{\n public class HomeControll"
},
{
"path": "src/WebBackgrounder.DemoWeb/ExceptionJob.cs",
"chars": 396,
"preview": "using System;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder.DemoWeb\n{\n public class ExceptionJob : Job\n "
},
{
"path": "src/WebBackgrounder.DemoWeb/Global.asax",
"chars": 112,
"preview": "<%@ Application Codebehind=\"Global.asax.cs\" Inherits=\"WebBackgrounder.DemoWeb.MvcApplication\" Language=\"C#\" %>\n"
},
{
"path": "src/WebBackgrounder.DemoWeb/Global.asax.cs",
"chars": 1081,
"preview": "using System.Web;\nusing System.Web.Mvc;\nusing System.Web.Routing;\n\nnamespace WebBackgrounder.DemoWeb\n{\n // Note: For"
},
{
"path": "src/WebBackgrounder.DemoWeb/Properties/AssemblyInfo.cs",
"chars": 1397,
"preview": "using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// General Infor"
},
{
"path": "src/WebBackgrounder.DemoWeb/SampleJob.cs",
"chars": 401,
"preview": "using System;\nusing System.Threading;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder.DemoWeb\n{\n public cla"
},
{
"path": "src/WebBackgrounder.DemoWeb/Views/Home/Index.cshtml",
"chars": 1417,
"preview": "@model IEnumerable<WorkItem>\n@{\n ViewBag.Title = \"Index\";\n}\n\n<script type=\"text/javascript\">\n window.setInterval("
},
{
"path": "src/WebBackgrounder.DemoWeb/Views/Shared/Error.cshtml",
"chars": 194,
"preview": "@{\n Layout = null;\n}\n\n<!DOCTYPE html>\n<html>\n<head>\n <title>Error</title>\n</head>\n<body>\n <h2>\n Sorry, "
},
{
"path": "src/WebBackgrounder.DemoWeb/Views/Shared/_Layout.cshtml",
"chars": 249,
"preview": "<!DOCTYPE html>\n<html>\n<head>\n <title>@ViewBag.Title</title>\n <meta http-equiv=\"refresh\" content=\"100\">\n <link"
},
{
"path": "src/WebBackgrounder.DemoWeb/Views/Web.config",
"chars": 2856,
"preview": "<?xml version=\"1.0\"?>\n\n<configuration>\n <configSections>\n <sectionGroup name=\"system.web.webPages.razor\" type=\"Syst"
},
{
"path": "src/WebBackgrounder.DemoWeb/Views/_ViewStart.cshtml",
"chars": 51,
"preview": "@{\n Layout = \"~/Views/Shared/_Layout.cshtml\";\n}"
},
{
"path": "src/WebBackgrounder.DemoWeb/Web.Debug.config",
"chars": 1254,
"preview": "<?xml version=\"1.0\"?>\n\n<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlin"
},
{
"path": "src/WebBackgrounder.DemoWeb/Web.Release.config",
"chars": 1314,
"preview": "<?xml version=\"1.0\"?>\n\n<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlin"
},
{
"path": "src/WebBackgrounder.DemoWeb/Web.config",
"chars": 4009,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<!--\n For more information on how to configure your ASP.NET application, please"
},
{
"path": "src/WebBackgrounder.DemoWeb/WebBackgrounder.DemoWeb.csproj",
"chars": 8477,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microso"
},
{
"path": "src/WebBackgrounder.DemoWeb/packages.config",
"chars": 500,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n <package id=\"elmah\" version=\"1.2.0.1\" />\n <package id=\"elmah.corel"
},
{
"path": "src/WebBackgrounder.EntityFramework/Entities/IWorkItemsContext.cs",
"chars": 213,
"preview": "using System;\nusing System.Data.Entity;\n\nnamespace WebBackgrounder\n{\n public interface IWorkItemsContext : IDisposab"
},
{
"path": "src/WebBackgrounder.EntityFramework/Entities/WorkItem.cs",
"chars": 466,
"preview": "using System;\nusing System.ComponentModel.DataAnnotations;\n\nnamespace WebBackgrounder\n{\n public class WorkItem : IWo"
},
{
"path": "src/WebBackgrounder.EntityFramework/Entities/WorkItemsContext.cs",
"chars": 191,
"preview": "using System.Data.Entity;\n\nnamespace WebBackgrounder\n{\n public class WorkItemsContext : DbContext, IWorkItemsContext"
},
{
"path": "src/WebBackgrounder.EntityFramework/EntityWorkItemRepository.cs",
"chars": 2761,
"preview": "using System;\nusing System.Data.Entity.Infrastructure;\nusing System.Linq;\nusing System.Transactions;\n\nnamespace WebBack"
},
{
"path": "src/WebBackgrounder.EntityFramework/Properties/AssemblyInfo.cs",
"chars": 1670,
"preview": "using System.Reflection;\nusing System.Runtime.InteropServices;\n\n// General Information about an assembly is controlled "
},
{
"path": "src/WebBackgrounder.EntityFramework/WebBackgrounder.EntityFramework.csproj",
"chars": 3933,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microso"
},
{
"path": "src/WebBackgrounder.EntityFramework/WebBackgrounder.EntityFramework.nuspec",
"chars": 690,
"preview": "<?xml version=\"1.0\"?>\n<package >\n <metadata>\n <id>$id$</id>\n <version>$version$</version>\n <title>$title$</tit"
},
{
"path": "src/WebBackgrounder.EntityFramework/WorkItemCleanupJob.cs",
"chars": 1523,
"preview": "using System;\nusing System.Linq;\nusing System.Threading.Tasks;\n\nnamespace WebBackgrounder.Jobs\n{\n public class WorkI"
},
{
"path": "src/WebBackgrounder.EntityFramework/packages.config",
"chars": 282,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n <package id=\"EntityFramework\" version=\"4.1.10715.0\" />\n <package i"
},
{
"path": "src/WebBackgrounder.UnitTests/EntityWorkItemRepositoryFacts.cs",
"chars": 7188,
"preview": "using System;\nusing System.Data.Entity;\nusing System.Linq;\nusing Moq;\nusing Xunit;\n\nnamespace WebBackgrounder.UnitTests"
},
{
"path": "src/WebBackgrounder.UnitTests/InMemoryDbSet.cs",
"chars": 2311,
"preview": "using System;\nusing System.Collections;\nusing System.Collections.Generic;\nusing System.Collections.ObjectModel;\nusing S"
},
{
"path": "src/WebBackgrounder.UnitTests/JobHostFacts.cs",
"chars": 2254,
"preview": "using System;\nusing System.Threading;\nusing System.Threading.Tasks;\nusing Xunit;\n\nnamespace WebBackgrounder.UnitTests\n{"
},
{
"path": "src/WebBackgrounder.UnitTests/JobManagerFacts.cs",
"chars": 6498,
"preview": "using System;\nusing System.Collections.Concurrent;\nusing System.Threading;\nusing System.Threading.Tasks;\nusing Moq;\nusi"
},
{
"path": "src/WebBackgrounder.UnitTests/Properties/AssemblyInfo.cs",
"chars": 1441,
"preview": "using System.Reflection;\nusing System.Runtime.CompilerServices;\nusing System.Runtime.InteropServices;\n\n// General Infor"
},
{
"path": "src/WebBackgrounder.UnitTests/ScheduleFacts.cs",
"chars": 4216,
"preview": "using System;\nusing System.Collections.Generic;\nusing Moq;\nusing Xunit;\n\nnamespace WebBackgrounder.UnitTests\n{\n publ"
},
{
"path": "src/WebBackgrounder.UnitTests/SchedulerFacts.cs",
"chars": 4998,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Threading;\nusing System.Threading.Tasks;\nusing Moq;\nusing "
},
{
"path": "src/WebBackgrounder.UnitTests/WebBackgrounder.UnitTests.csproj",
"chars": 4105,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<Project ToolsVersion=\"4.0\" DefaultTargets=\"Build\" xmlns=\"http://schemas.microso"
},
{
"path": "src/WebBackgrounder.UnitTests/WebFarmJobCoordinatorFacts.cs",
"chars": 5970,
"preview": "using System;\nusing System.Collections.Generic;\nusing System.Threading.Tasks;\nusing Moq;\nusing Xunit;\n\nnamespace WebBac"
},
{
"path": "src/WebBackgrounder.UnitTests/WorkItemCleanupJobFacts.cs",
"chars": 2060,
"preview": "using System;\nusing System.Linq;\nusing Moq;\nusing WebBackgrounder.Jobs;\nusing Xunit;\n\nnamespace WebBackgrounder.UnitTes"
},
{
"path": "src/WebBackgrounder.UnitTests/WorkItemExtensionsFacts.cs",
"chars": 2586,
"preview": "using System;\nusing Moq;\nusing Xunit;\n\nnamespace WebBackgrounder.UnitTests\n{\n public class WorkItemExtensionsFacts\n "
},
{
"path": "src/WebBackgrounder.UnitTests/packages.config",
"chars": 208,
"preview": "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n<packages>\n <package id=\"EntityFramework\" version=\"4.1.10715.0\" />\n <package i"
},
{
"path": "src/WebBackgrounder.sln",
"chars": 2707,
"preview": "\nMicrosoft Visual Studio Solution File, Format Version 11.00\n# Visual Studio 2010\nProject(\"{FAE04EC0-301F-11D3-BF4B-00C"
}
]
About this extraction
This page contains the full source code of the NuGet/WebBackgrounder GitHub repository, extracted and formatted as plain text for AI agents and large language models (LLMs). The extraction includes 77 files (354.8 KB), approximately 80.8k tokens, and a symbol index with 184 extracted functions, classes, methods, constants, and types. Use this with OpenClaw, Claude, ChatGPT, Cursor, Windsurf, or any other AI tool that accepts text input. You can copy the full output to your clipboard or download it as a .txt file.
Extracted by GitExtract — free GitHub repo to text converter for AI. Built by Nikandr Surkov.