-
Notifications
You must be signed in to change notification settings - Fork 158
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generate API docs from NUnit source code (#843)
* Ignore the API directory Since we're generating it by build * Add docfx generation commands * Ignore code-output folder Since that's where the release will be added * Readme instructions for local use * wrap * Action to get NUnit asset * unzip and copy * verbose unzip * unzip into subdir * adjust syntax * adjust syntax * adjust syntax * more * more * I must be a little sleepy. * only ignore YML and manifest files * Add API index * Add API reference to docs index * Adjust TOC file * Remove index (not needed) * Let's try out previews of the docs, because why not * limit step to PR only * remove context flag only available when actually building * Only clean up on PRs * Update to use deploy_url .url is for prod * Attempt to add a preview link comment * quick test of devcontainer script * Let's see. * Install unzip * remove the zip file * fix directory * move instead of copy * Set flag to overwrite * back to copy * more * There we go. * aliaa * comments * alias * Contributing updates on one-liner commands 7d74c0a
1 parent
39c695c
commit 88df2aa
Showing
433 changed files
with
237,976 additions
and
359 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,267 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class ColorConsole | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class ColorConsole | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.ColorConsole"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Common_ColorConsole" data-uid="NUnit.Common.ColorConsole" class="text-break">Class ColorConsole | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">ColorConsole</span></div> | ||
</div> | ||
<div class="implements"> | ||
<h5>Implements</h5> | ||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_ColorConsole_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public class ColorConsole : IDisposable</code></pre> | ||
</div> | ||
<h3 id="constructors">Constructors | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/ColorConsole.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_ColorConsole__ctor_" data-uid="NUnit.Common.ColorConsole.#ctor*"></a> | ||
<h4 id="NUnit_Common_ColorConsole__ctor_NUnit_Common_ColorStyle_" data-uid="NUnit.Common.ColorConsole.#ctor(NUnit.Common.ColorStyle)">ColorConsole(ColorStyle)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public ColorConsole(ColorStyle style)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="NUnit.Common.ColorStyle.html">ColorStyle</a></td> | ||
<td><span class="parametername">style</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="methods">Methods | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/ColorConsole.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_ColorConsole_Dispose_" data-uid="NUnit.Common.ColorConsole.Dispose*"></a> | ||
<h4 id="NUnit_Common_ColorConsole_Dispose" data-uid="NUnit.Common.ColorConsole.Dispose">Dispose()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public void Dispose()</code></pre> | ||
</div> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/ColorConsole.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_ColorConsole_GetColor_" data-uid="NUnit.Common.ColorConsole.GetColor*"></a> | ||
<h4 id="NUnit_Common_ColorConsole_GetColor_NUnit_Common_ColorStyle_" data-uid="NUnit.Common.ColorConsole.GetColor(NUnit.Common.ColorStyle)">GetColor(ColorStyle)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static ConsoleColor GetColor(ColorStyle style)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="NUnit.Common.ColorStyle.html">ColorStyle</a></td> | ||
<td><span class="parametername">style</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.consolecolor">ConsoleColor</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="implements">Implements</h3> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.idisposable">IDisposable</a> | ||
</div> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/ColorConsole.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,201 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Enum ColorStyle | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Enum ColorStyle | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.ColorStyle"> | ||
|
||
|
||
|
||
|
||
<h1 id="NUnit_Common_ColorStyle" data-uid="NUnit.Common.ColorStyle" class="text-break">Enum ColorStyle | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_ColorStyle_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public enum ColorStyle</code></pre> | ||
</div> | ||
<h3 id="fields">Fields | ||
</h3> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
<thead> | ||
<tbody> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Default">Default</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Error">Error</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Failure">Failure</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Header">Header</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Help">Help</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Label">Label</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Output">Output</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Pass">Pass</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_SectionHeader">SectionHeader</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_SubHeader">SubHeader</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Value">Value</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_ColorStyle_Warning">Warning</td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</thead></thead></table> | ||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/ColorStyle.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,257 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class OutputSpecification | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class OutputSpecification | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.OutputSpecification"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Common_OutputSpecification" data-uid="NUnit.Common.OutputSpecification" class="text-break">Class OutputSpecification | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">OutputSpecification</span></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_OutputSpecification_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public class OutputSpecification</code></pre> | ||
</div> | ||
<h3 id="constructors">Constructors | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/OutputSpecification.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_OutputSpecification__ctor_" data-uid="NUnit.Common.OutputSpecification.#ctor*"></a> | ||
<h4 id="NUnit_Common_OutputSpecification__ctor_System_String_" data-uid="NUnit.Common.OutputSpecification.#ctor(System.String)">OutputSpecification(string)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public OutputSpecification(string spec)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td><span class="parametername">spec</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="properties">Properties | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/OutputSpecification.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_OutputSpecification_Format_" data-uid="NUnit.Common.OutputSpecification.Format*"></a> | ||
<h4 id="NUnit_Common_OutputSpecification_Format" data-uid="NUnit.Common.OutputSpecification.Format">Format</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public string Format { get; }</code></pre> | ||
</div> | ||
<h5 class="propertyValue">Property Value</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/OutputSpecification.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_OutputSpecification_OutputPath_" data-uid="NUnit.Common.OutputSpecification.OutputPath*"></a> | ||
<h4 id="NUnit_Common_OutputSpecification_OutputPath" data-uid="NUnit.Common.OutputSpecification.OutputPath">OutputPath</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public string OutputPath { get; }</code></pre> | ||
</div> | ||
<h5 class="propertyValue">Property Value</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/OutputSpecification.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,216 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class TestNameParser | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class TestNameParser | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.TestNameParser"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Common_TestNameParser" data-uid="NUnit.Common.TestNameParser" class="text-break">Class TestNameParser | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">TestNameParser</span></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_TestNameParser_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static class TestNameParser</code></pre> | ||
</div> | ||
<h3 id="methods">Methods | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestNameParser.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestNameParser_Parse_" data-uid="NUnit.Common.TestNameParser.Parse*"></a> | ||
<h4 id="NUnit_Common_TestNameParser_Parse_System_String_" data-uid="NUnit.Common.TestNameParser.Parse(System.String)">Parse(string)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static string[] Parse(string argument)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td><span class="parametername">argument</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>[]</td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestNameParser.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,311 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class TestSelectionParser | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class TestSelectionParser | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.TestSelectionParser"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Common_TestSelectionParser" data-uid="NUnit.Common.TestSelectionParser" class="text-break">Class TestSelectionParser | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">TestSelectionParser</span></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_TestSelectionParser_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public class TestSelectionParser</code></pre> | ||
</div> | ||
<h3 id="constructors">Constructors | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParser.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParser__ctor_" data-uid="NUnit.Common.TestSelectionParser.#ctor*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParser__ctor" data-uid="NUnit.Common.TestSelectionParser.#ctor">TestSelectionParser()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public TestSelectionParser()</code></pre> | ||
</div> | ||
<h3 id="methods">Methods | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParser.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParser_Parse_" data-uid="NUnit.Common.TestSelectionParser.Parse*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParser_Parse_System_String_" data-uid="NUnit.Common.TestSelectionParser.Parse(System.String)">Parse(string)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public string Parse(string input)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td><span class="parametername">input</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParser.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParser_ParseFilterElement_" data-uid="NUnit.Common.TestSelectionParser.ParseFilterElement*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParser_ParseFilterElement" data-uid="NUnit.Common.TestSelectionParser.ParseFilterElement">ParseFilterElement()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public string ParseFilterElement()</code></pre> | ||
</div> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParser.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParser_ParseFilterExpression_" data-uid="NUnit.Common.TestSelectionParser.ParseFilterExpression*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParser_ParseFilterExpression" data-uid="NUnit.Common.TestSelectionParser.ParseFilterExpression">ParseFilterExpression()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public string ParseFilterExpression()</code></pre> | ||
</div> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParser.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParser_ParseFilterTerm_" data-uid="NUnit.Common.TestSelectionParser.ParseFilterTerm*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParser_ParseFilterTerm" data-uid="NUnit.Common.TestSelectionParser.ParseFilterTerm">ParseFilterTerm()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public string ParseFilterTerm()</code></pre> | ||
</div> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParser.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,311 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class TestSelectionParserException | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class TestSelectionParserException | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.TestSelectionParserException"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Common_TestSelectionParserException" data-uid="NUnit.Common.TestSelectionParserException" class="text-break">Class TestSelectionParserException | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></div> | ||
<div class="level2"><span class="xref">TestSelectionParserException</span></div> | ||
</div> | ||
<div class="implements"> | ||
<h5>Implements</h5> | ||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getbaseexception">Exception.GetBaseException()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.getobjectdata">Exception.GetObjectData(SerializationInfo, StreamingContext)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.tostring">Exception.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.gettype">Exception.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.targetsite">Exception.TargetSite</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.message">Exception.Message</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.data">Exception.Data</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.innerexception">Exception.InnerException</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.helplink">Exception.HelpLink</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.source">Exception.Source</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.hresult">Exception.HResult</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.stacktrace">Exception.StackTrace</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception.serializeobjectstate">Exception.SerializeObjectState</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_TestSelectionParserException_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public class TestSelectionParserException : Exception, ISerializable</code></pre> | ||
</div> | ||
<h3 id="constructors">Constructors | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParserException.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParserException__ctor_" data-uid="NUnit.Common.TestSelectionParserException.#ctor*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParserException__ctor_System_Runtime_Serialization_SerializationInfo_System_Runtime_Serialization_StreamingContext_" data-uid="NUnit.Common.TestSelectionParserException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">TestSelectionParserException(SerializationInfo, StreamingContext)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public TestSelectionParserException(SerializationInfo info, StreamingContext context)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.serializationinfo">SerializationInfo</a></td> | ||
<td><span class="parametername">info</span></td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.streamingcontext">StreamingContext</a></td> | ||
<td><span class="parametername">context</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParserException.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParserException__ctor_" data-uid="NUnit.Common.TestSelectionParserException.#ctor*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParserException__ctor_System_String_" data-uid="NUnit.Common.TestSelectionParserException.#ctor(System.String)">TestSelectionParserException(string)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public TestSelectionParserException(string message)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td><span class="parametername">message</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParserException.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_TestSelectionParserException__ctor_" data-uid="NUnit.Common.TestSelectionParserException.#ctor*"></a> | ||
<h4 id="NUnit_Common_TestSelectionParserException__ctor_System_String_System_Exception_" data-uid="NUnit.Common.TestSelectionParserException.#ctor(System.String,System.Exception)">TestSelectionParserException(string, Exception)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public TestSelectionParserException(string message, Exception innerException)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td><span class="parametername">message</span></td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.exception">Exception</a></td> | ||
<td><span class="parametername">innerException</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="implements">Implements</h3> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.runtime.serialization.iserializable">ISerializable</a> | ||
</div> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/TestSelectionParserException.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,169 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Enum TokenKind | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Enum TokenKind | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.TokenKind"> | ||
|
||
|
||
|
||
|
||
<h1 id="NUnit_Common_TokenKind" data-uid="NUnit.Common.TokenKind" class="text-break">Enum TokenKind | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_TokenKind_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public enum TokenKind</code></pre> | ||
</div> | ||
<h3 id="fields">Fields | ||
</h3> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
<thead> | ||
<tbody> | ||
<tr> | ||
<td id="NUnit_Common_TokenKind_Eof">Eof</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_TokenKind_String">String</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_TokenKind_Symbol">Symbol</td> | ||
<td></td> | ||
</tr> | ||
<tr> | ||
<td id="NUnit_Common_TokenKind_Word">Word</td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</thead></thead></table> | ||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/Tokenizer.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,259 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class Tokenizer | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class Tokenizer | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common.Tokenizer"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Common_Tokenizer" data-uid="NUnit.Common.Tokenizer" class="text-break">Class Tokenizer | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">Tokenizer</span></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Common.html">Common</a></h6> | ||
<h6><strong>Assembly</strong>: nunitlite.dll</h6> | ||
<h5 id="NUnit_Common_Tokenizer_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public class Tokenizer</code></pre> | ||
</div> | ||
<h3 id="constructors">Constructors | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/Tokenizer.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_Tokenizer__ctor_" data-uid="NUnit.Common.Tokenizer.#ctor*"></a> | ||
<h4 id="NUnit_Common_Tokenizer__ctor_System_String_" data-uid="NUnit.Common.Tokenizer.#ctor(System.String)">Tokenizer(string)</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public Tokenizer(string input)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a></td> | ||
<td><span class="parametername">input</span></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="properties">Properties | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/Tokenizer.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_Tokenizer_LookAhead_" data-uid="NUnit.Common.Tokenizer.LookAhead*"></a> | ||
<h4 id="NUnit_Common_Tokenizer_LookAhead" data-uid="NUnit.Common.Tokenizer.LookAhead">LookAhead</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public Token LookAhead { get; }</code></pre> | ||
</div> | ||
<h5 class="propertyValue">Property Value</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="NUnit.Common.Token.html">Token</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h3 id="methods">Methods | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/Tokenizer.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Common_Tokenizer_NextToken_" data-uid="NUnit.Common.Tokenizer.NextToken*"></a> | ||
<h4 id="NUnit_Common_Tokenizer_NextToken" data-uid="NUnit.Common.Tokenizer.NextToken">NextToken()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public Token NextToken()</code></pre> | ||
</div> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="NUnit.Common.Token.html">Token</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/nunitlite/Tokenizer.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,164 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Namespace NUnit.Common | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Namespace NUnit.Common | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Common"> | ||
|
||
<h1 id="NUnit_Common" data-uid="NUnit.Common" class="text-break">Namespace NUnit.Common | ||
</h1> | ||
<div class="markdown level0 summary"></div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="markdown level0 remarks"></div> | ||
<h3 id="classes"> | ||
Classes | ||
</h3> | ||
<h4><a class="xref" href="NUnit.Common.ColorConsole.html">ColorConsole</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.ColorConsoleWriter.html">ColorConsoleWriter</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.CommandLineOptions.html">CommandLineOptions</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.ExtendedTextWrapper.html">ExtendedTextWrapper</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.ExtendedTextWriter.html">ExtendedTextWriter</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.OutputSpecification.html">OutputSpecification</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.TestNameParser.html">TestNameParser</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.TestSelectionParser.html">TestSelectionParser</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.TestSelectionParserException.html">TestSelectionParserException</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.Token.html">Token</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.Tokenizer.html">Tokenizer</a></h4> | ||
<section></section> | ||
<h3 id="enums"> | ||
Enums | ||
</h3> | ||
<h4><a class="xref" href="NUnit.Common.ColorStyle.html">ColorStyle</a></h4> | ||
<section></section> | ||
<h4><a class="xref" href="NUnit.Common.TokenKind.html">TokenKind</a></h4> | ||
<section></section> | ||
|
||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,233 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class AttributeHelper | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class AttributeHelper | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Compatibility.AttributeHelper"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Compatibility_AttributeHelper" data-uid="NUnit.Compatibility.AttributeHelper" class="text-break">Class AttributeHelper | ||
</h1> | ||
<div class="markdown level0 summary"><p>Provides a platform-independent methods for getting attributes | ||
for use by AttributeConstraint and AttributeExistsConstraint.</p> | ||
</div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><span class="xref">AttributeHelper</span></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Compatibility.html">Compatibility</a></h6> | ||
<h6><strong>Assembly</strong>: nunit.framework.dll</h6> | ||
<h5 id="NUnit_Compatibility_AttributeHelper_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static class AttributeHelper</code></pre> | ||
</div> | ||
<h3 id="methods">Methods | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/framework/Compatibility/AttributeHelper.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Compatibility_AttributeHelper_GetCustomAttributes_" data-uid="NUnit.Compatibility.AttributeHelper.GetCustomAttributes*"></a> | ||
<h4 id="NUnit_Compatibility_AttributeHelper_GetCustomAttributes_System_Object_System_Type_System_Boolean_" data-uid="NUnit.Compatibility.AttributeHelper.GetCustomAttributes(System.Object,System.Type,System.Boolean)">GetCustomAttributes(object, Type, bool)</h4> | ||
<div class="markdown level1 summary"><p>Gets the custom attributes from the given object.</p> | ||
</div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public static Attribute[] GetCustomAttributes(object actual, Type attributeType, bool inherit)</code></pre> | ||
</div> | ||
<h5 class="parameters">Parameters</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Name</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td> | ||
<td><span class="parametername">actual</span></td> | ||
<td><p>The actual.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.type">Type</a></td> | ||
<td><span class="parametername">attributeType</span></td> | ||
<td><p>Type of the attribute.</p> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.boolean">bool</a></td> | ||
<td><span class="parametername">inherit</span></td> | ||
<td><p>if set to <a href="https://learn.microsoft.com/dotnet/csharp/language-reference/builtin-types/bool">true</a> [inherit].</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.attribute">Attribute</a>[]</td> | ||
<td><p>A list of the given attribute on the given object.</p> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/framework/Compatibility/AttributeHelper.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
229 changes: 229 additions & 0 deletions
229
api/NUnit.Compatibility.LongLivedMarshalByRefObject.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,229 @@ | ||
<!DOCTYPE html> | ||
<!--[if IE]><![endif]--> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8"> | ||
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-PCB5BYBNM2"></script> | ||
<script> | ||
window.dataLayer = window.dataLayer || []; | ||
function gtag() { dataLayer.push(arguments); } | ||
gtag('js', new Date()); | ||
gtag('config', 'G-PCB5BYBNM2'); | ||
</script> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | ||
<title>Class LongLivedMarshalByRefObject | ||
| NUnit Docs </title> | ||
<meta name="viewport" content="width=device-width"> | ||
<meta name="title" content="Class LongLivedMarshalByRefObject | ||
| NUnit Docs "> | ||
|
||
<link rel="shortcut icon" href="../favicon.ico"> | ||
<link rel="stylesheet" href="../styles/docfx.vendor.min.css"> | ||
<link rel="stylesheet" href="../styles/docfx.css"> | ||
<link rel="stylesheet" href="../styles/main.css"> | ||
<meta property="docfx:navrel" content="../toc.html"> | ||
<meta property="docfx:tocrel" content="toc.html"> | ||
|
||
<meta property="docfx:rel" content="../"> | ||
|
||
</head> | ||
<body data-spy="scroll" data-target="#affix" data-offset="120"> | ||
<div id="wrapper"> | ||
<header> | ||
|
||
<nav id="autocollapse" class="navbar navbar-inverse ng-scope" role="navigation"> | ||
<div class="container"> | ||
<div class="navbar-header"> | ||
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar"> | ||
<span class="sr-only">Toggle navigation</span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
<span class="icon-bar"></span> | ||
</button> | ||
|
||
<a class="navbar-brand" href="../index.html"> | ||
<img id="logo" class="svg" src="../logo.svg" alt=""> | ||
</a> | ||
</div> | ||
<div class="collapse navbar-collapse" id="navbar"> | ||
<form class="navbar-form navbar-right" role="search" id="search"> | ||
<div class="form-group"> | ||
<input type="text" class="form-control" id="search-query" placeholder="Search" autocomplete="off"> | ||
</div> | ||
</form> | ||
</div> | ||
</div> | ||
</nav> | ||
|
||
<div class="subnav navbar navbar-default"> | ||
<div class="container hide-when-search" id="breadcrumb"> | ||
<ul class="breadcrumb"> | ||
<li></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="container body-content"> | ||
|
||
<div id="search-results"> | ||
<div class="search-list">Search Results for <span></span></div> | ||
<div class="sr-items"> | ||
<p><i class="glyphicon glyphicon-refresh index-loading"></i></p> | ||
</div> | ||
<ul id="pagination" data-first="First" data-prev="Previous" data-next="Next" data-last="Last"></ul> | ||
</div> | ||
</div> | ||
<div role="main" class="container body-content hide-when-search"> | ||
|
||
<div class="sidenav hide-when-search"> | ||
<a class="btn toc-toggle collapse" data-toggle="collapse" href="#sidetoggle" aria-expanded="false" aria-controls="sidetoggle">Show / Hide Table of Contents</a> | ||
<div class="sidetoggle collapse" id="sidetoggle"> | ||
<div id="sidetoc"></div> | ||
</div> | ||
</div> | ||
<div class="article row grid-right"> | ||
<div class="col-md-10"> | ||
<article class="content wrap" id="_content" data-uid="NUnit.Compatibility.LongLivedMarshalByRefObject"> | ||
|
||
|
||
|
||
<h1 id="NUnit_Compatibility_LongLivedMarshalByRefObject" data-uid="NUnit.Compatibility.LongLivedMarshalByRefObject" class="text-break">Class LongLivedMarshalByRefObject | ||
</h1> | ||
<div class="markdown level0 summary"><p>A MarshalByRefObject that lives forever</p> | ||
</div> | ||
<div class="markdown level0 conceptual"></div> | ||
<div class="inheritance"> | ||
<h5>Inheritance</h5> | ||
<div class="level0"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></div> | ||
<div class="level1"><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject">MarshalByRefObject</a></div> | ||
<div class="level2"><span class="xref">LongLivedMarshalByRefObject</span></div> | ||
<div class="level3"><a class="xref" href="NUnit.Framework.Api.FrameworkController.html">FrameworkController</a></div> | ||
<div class="level3"><a class="xref" href="NUnit.Framework.Api.FrameworkController.FrameworkControllerAction.html">FrameworkController.FrameworkControllerAction</a></div> | ||
<div class="level3"><a class="xref" href="NUnit.Framework.Internal.TestExecutionContext.html">TestExecutionContext</a></div> | ||
<div class="level3"><a class="xref" href="NUnit.Framework.Internal.TestResult.html">TestResult</a></div> | ||
</div> | ||
<div class="inheritedMembers"> | ||
<h5>Inherited Members</h5> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject.getlifetimeservice">MarshalByRefObject.GetLifetimeService()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject.memberwiseclone">MarshalByRefObject.MemberwiseClone(bool)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gettype">object.GetType()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone">object.MemberwiseClone()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.tostring">object.ToString()</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object)">object.Equals(object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals(system-object-system-object)">object.Equals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.referenceequals">object.ReferenceEquals(object, object)</a> | ||
</div> | ||
<div> | ||
<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object.gethashcode">object.GetHashCode()</a> | ||
</div> | ||
</div> | ||
<h6><strong>Namespace</strong>: <a class="xref" href="NUnit.html">NUnit</a>.<a class="xref" href="NUnit.Compatibility.html">Compatibility</a></h6> | ||
<h6><strong>Assembly</strong>: nunit.framework.dll</h6> | ||
<h5 id="NUnit_Compatibility_LongLivedMarshalByRefObject_syntax">Syntax</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public class LongLivedMarshalByRefObject : MarshalByRefObject</code></pre> | ||
</div> | ||
<h3 id="constructors">Constructors | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/framework/Compatibility/LongLivedMarshalByRefObject.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Compatibility_LongLivedMarshalByRefObject__ctor_" data-uid="NUnit.Compatibility.LongLivedMarshalByRefObject.#ctor*"></a> | ||
<h4 id="NUnit_Compatibility_LongLivedMarshalByRefObject__ctor" data-uid="NUnit.Compatibility.LongLivedMarshalByRefObject.#ctor">LongLivedMarshalByRefObject()</h4> | ||
<div class="markdown level1 summary"></div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">public LongLivedMarshalByRefObject()</code></pre> | ||
</div> | ||
<h3 id="methods">Methods | ||
</h3> | ||
|
||
<span class="small pull-right mobile-hide"> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/framework/Compatibility/LongLivedMarshalByRefObject.cs">View Source</a> | ||
</span> | ||
<a id="NUnit_Compatibility_LongLivedMarshalByRefObject_InitializeLifetimeService_" data-uid="NUnit.Compatibility.LongLivedMarshalByRefObject.InitializeLifetimeService*"></a> | ||
<h4 id="NUnit_Compatibility_LongLivedMarshalByRefObject_InitializeLifetimeService" data-uid="NUnit.Compatibility.LongLivedMarshalByRefObject.InitializeLifetimeService">InitializeLifetimeService()</h4> | ||
<div class="markdown level1 summary"><p>Obtains a lifetime service object to control the lifetime policy for this instance.</p> | ||
</div> | ||
<div class="markdown level1 conceptual"></div> | ||
<h5 class="declaration">Declaration</h5> | ||
<div class="codewrapper"> | ||
<pre><code class="lang-csharp hljs">[Obsolete("Preventing throwing PlatformNotSupportedException")] | ||
public override object InitializeLifetimeService()</code></pre> | ||
</div> | ||
<h5 class="returns">Returns</h5> | ||
<table class="table table-bordered table-condensed"> | ||
<thead> | ||
<tr> | ||
<th>Type</th> | ||
<th>Description</th> | ||
</tr> | ||
</thead> | ||
<tbody> | ||
<tr> | ||
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.object">object</a></td> | ||
<td></td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
<h5 class="overrides">Overrides</h5> | ||
<div><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.marshalbyrefobject.initializelifetimeservice">MarshalByRefObject.InitializeLifetimeService()</a></div> | ||
|
||
</article> | ||
</div> | ||
|
||
<div class="hidden-sm col-md-2" role="complementary"> | ||
<div class="sideaffix"> | ||
<div class="contribution"> | ||
<ul class="nav"> | ||
<li> | ||
<a href="https://github.com/nunit/nunit/blob/31b3786000bcd2e9a9418a5b08750ffecffd6d97/src/NUnitFramework/framework/Compatibility/LongLivedMarshalByRefObject.cs" class="contribution-link">View Source</a> | ||
</li> | ||
</ul> | ||
</div> | ||
<nav class="bs-docs-sidebar hidden-print hidden-xs hidden-sm affix" id="affix"> | ||
<h5>In this article</h5> | ||
<div></div> | ||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<footer> | ||
<div class="grad-bottom"></div> | ||
<div class="footer"> | ||
<div class="container"> | ||
<span class="pull-right"> | ||
<a href="#top">Back to top</a> | ||
</span> | ||
<span>Generated by <strong>DocFX</strong></span> | Copyright (c) 2018-<span id="currentYear"></span> The NUnit Project - Licensed under <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/" target="_blank">CC BY-NC-SA 4.0</a> | ||
|
||
</div> | ||
</div> | ||
</footer> | ||
</div> | ||
|
||
<script type="text/javascript" src="../styles/docfx.vendor.min.js"></script> | ||
<script type="text/javascript" src="../styles/docfx.js"></script> | ||
<script type="text/javascript" src="../styles/main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.