CommandLineOptions is the base class the specific option classes
+used for nunit3-console and nunitlite. It encapsulates all common
+settings and features of both. This is done to ensure that common
+features remain common and for the convenience of having the code
+in a common location. The class inherits from the Mono
+Options OptionSet class and provides a central location
+for defining and parsing options.
+
Inheritance
@@ -583,7 +590,9 @@
Property Value
InputFileRequired
-
+
Indicates whether an input file is required on the command-line.
+Note that multiple input files are never allowed.
+
Declaration
@@ -1323,7 +1332,9 @@
Returns
RequiredValue(string, string, params string[])
-
+
Case is ignored when val is compared to validValues. When a match is found, the
+returned value will be in the canonical case from validValues.
ExtendedTextWrapper wraps a TextWriter and makes it
+look like an ExtendedTextWriter. All style indications
+are ignored. It's used when text is being written
+to a file.
Tokenizer class performs lexical analysis for the TestSelectionParser.
+It recognizes a very limited set of tokens: words, symbols and
+quoted strings. This is sufficient for the simple DSL we use to
+select which tests to run.
CommandLineOptions is the base class the specific option classes
+used for nunit3-console and nunitlite. It encapsulates all common
+settings and features of both. This is done to ensure that common
+features remain common and for the convenience of having the code
+in a common location. The class inherits from the Mono
+Options OptionSet class and provides a central location
+for defining and parsing options.
ExtendedTextWrapper wraps a TextWriter and makes it
+look like an ExtendedTextWriter. All style indications
+are ignored. It's used when text is being written
+to a file.
Tokenizer class performs lexical analysis for the TestSelectionParser.
+It recognizes a very limited set of tokens: words, symbols and
+quoted strings. This is sufficient for the simple DSL we use to
+select which tests to run.
Applies the constraint to a delegate that returns the task.
+The default implementation simply evaluates the delegate and awaits the task
+but derived classes may override it to provide for delayed processing.
+
+
+
Declaration
+
+
public virtual Task<ConstraintResult> ApplyToAsync<TActual>(Func<Task<TActual>> taskDel)
Applies the constraint to a delegate that returns the task.
+The default implementation simply evaluates the delegate and awaits the task
+but derived classes may override it to provide for delayed processing.
+
+
+
Declaration
+
+
public override Task<ConstraintResult> ApplyToAsync<TActual>(Func<Task<TActual>> taskDel)
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualNumericConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
public class EqualNumericConstraint<T> : EqualNumericWithoutUsingConstraint<T>, IConstraint, IResolveConstraint, IEqualWithUsingConstraint<T> where T : unmanaged, IConvertible, IEquatable<T>
EqualNumericConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
The display name of this Constraint for use by ToString().
+The default value is the name of the constraint with
+trailing "Constraint" removed. Derived classes may set
+this to another name in their constructors.
Ulp stands for "unit in the last place" and describes the minimum
+amount a given value can change. For any integers, an ulp is 1 whole
+digit. For floating point values, the accuracy of which is better
+for smaller numbers and worse for larger numbers, an ulp depends
+on the size of the number. Using ulps for comparison of floating
+point results instead of fixed tolerances is safer because it will
+automatically compensate for the added inaccuracy of larger numbers.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
Class EqualTimeBasedConstraintWithNumericTolerance<T>
+
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
Class EqualTimeBasedConstraintWithTimeSpanTolerance<T>
+
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
public class EqualTimeBasedConstraintWithTimeSpanTolerance<T> : Constraint, IConstraint, IResolveConstraint where T : notnull, IEquatable<T>, IComparable<T>
Applies the constraint to a delegate that returns the task.
+The default implementation simply evaluates the delegate and awaits the task
+but derived classes may override it to provide for delayed processing.
+
+
+
Declaration
+
+
public override Task<ConstraintResult> ApplyToAsync<TActual>(Func<Task<TActual>> actual)
Applies the constraint to a delegate that returns the task.
+The default implementation simply evaluates the delegate and awaits the task
+but derived classes may override it to provide for delayed processing.
+
+
+
Declaration
+
+
public override Task<ConstraintResult> ApplyToAsync<TActual>(Func<Task<TActual>> taskDel)
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualNumericConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualNumericConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
EqualConstraint is able to compare an actual value with the
+expected value provided in its constructor. Two objects are
+considered equal if both are null, or if both have the same
+value. NUnit has special semantics for some object types.
The AutoRun class is used by executable test
+assemblies to control their own execution.
+
Call it from your executable test like this:
+new AutoRun().Execute(args);
+The arguments can be those passed into your exe
+or constructed for the purpose in your code.
+
If the tests are in a dll, you can write a stub
+executable that runs them like this:
+new Autorun().Execute(testAssembly, args);
+
When running tests compiled against the .NET Standard
+framework, the methods above are not available.
+Run your tests like this:
+new AutoRun().Execute(testAssembly, args, output, input);
+Where output is an ExtendedTextWriter (normally a
+ColorConsoleWriter) and input is usually Console.In
+and is used by the --wait option.
+
Inheritance
@@ -133,7 +149,8 @@
Constructors
AutoRun()
-
+
Default Constructor, only used where GetCallingAssembly is available
+
Declaration
@@ -145,7 +162,9 @@
Declaration
AutoRun(Assembly)
-
+
Constructor for use where GetCallingAssembly is not
+available, requiring the assembly to be passed.
Execute the tests in the assembly, passing in
+a list of arguments, a test assembly a writer
+and a reader. For use in builds for runtimes
+that don't support Assembly.GetCallingAssembly().
NUnitLiteOptions encapsulates the option settings for NUnitLite.
+Currently, there are no additional options beyond those common
+options that are shared with nunit3-console. If NUnitLite should
+acquire some unique options, they should be placed here.
Gets or sets the elapsed time for running the test in seconds
+
Declaration
@@ -191,7 +195,8 @@
Property Value
EndTime
-
+
Gets or sets the time the test finished running.
+
Declaration
@@ -218,7 +223,8 @@
Property Value
ErrorCount
-
+
Gets the error count
+
Declaration
@@ -245,7 +251,8 @@
Property Value
ExplicitCount
-
+
Gets the explicit count
+
Declaration
@@ -272,7 +279,8 @@
Property Value
FailedCount
-
+
Returns the number of failed test cases (including errors and invalid tests)
+
Declaration
@@ -299,7 +307,8 @@
Property Value
FailureCount
-
+
Gets count of failed tests, excluding errors and invalid tests
+
Declaration
@@ -326,7 +335,8 @@
Property Value
IgnoreCount
-
+
Gets the ignore count
+
Declaration
@@ -353,7 +363,8 @@
Property Value
InconclusiveCount
-
+
Gets the count of inconclusive tests
+
Declaration
@@ -380,7 +391,10 @@
Property Value
InvalidCount
-
+
Returns the number of test cases that were not runnable
+due to errors in the signature of the class or method.
+Such tests are also counted as Errors.
+
Declaration
@@ -407,7 +421,8 @@
Property Value
InvalidTestFixtures
-
+
Invalid Test Fixtures
+
Declaration
@@ -434,7 +449,8 @@
Property Value
NotRunCount
-
+
Gets the number of tests not run for any reason.
+
Declaration
@@ -461,7 +477,8 @@
Property Value
PassCount
-
+
Gets the count of passed tests
+
Declaration
@@ -488,7 +505,9 @@
Property Value
ResultState
-
+
Gets the ResultState of the test result, which
+indicates the success or failure of the test.
+
Declaration
@@ -515,7 +534,8 @@
Property Value
RunCount
-
+
Returns the number of test cases actually run.
+
Declaration
@@ -542,7 +562,8 @@
Property Value
SkipCount
-
+
Gets the count of skipped tests, excluding ignored tests
+
Declaration
@@ -569,7 +590,8 @@
Property Value
StartTime
-
+
Gets or sets the time the test started running.
+
Declaration
@@ -596,7 +618,10 @@
Property Value
TestCount
-
+
Gets the number of test cases for which results
+have been summarized. Any tests excluded by use of
+Category or Explicit attributes are not counted.
+
Declaration
@@ -623,7 +648,8 @@
Property Value
TotalSkipCount
-
+
Returns the sum of skipped test cases, including ignored and explicit tests
TextRunner is a general purpose class that runs tests and
+outputs to a text-based user interface (TextUI).
+
Call it from your Main like this:
+new TextRunner(textWriter).Execute(args);
+OR
+new TextUI().Execute(args);
+The provided TextWriter is used by default, unless the
+arguments to Execute override it using -out. The second
+form uses the Console, provided it exists on the platform.
+
NOTE: When running on a platform without a Console, such
+as Windows Phone, the results will simply not appear if
+you fail to specify a file in the call itself or as an option.
+
Inheritance
@@ -137,7 +149,10 @@
Constructors
TextRunner()
-
+
Initializes a new instance of the TextRunner class
+without specifying an assembly. This is interpreted as allowing
+a single input file in the argument list to Execute().
+
Declaration
@@ -149,7 +164,9 @@
Declaration
TextRunner(Assembly)
-
+
Initializes a new instance of the TextRunner class
+specifying a test assembly whose tests are to be run.
The AutoRun class is used by executable test
+assemblies to control their own execution.
+
Call it from your executable test like this:
+new AutoRun().Execute(args);
+The arguments can be those passed into your exe
+or constructed for the purpose in your code.
+
If the tests are in a dll, you can write a stub
+executable that runs them like this:
+new Autorun().Execute(testAssembly, args);
+
When running tests compiled against the .NET Standard
+framework, the methods above are not available.
+Run your tests like this:
+new AutoRun().Execute(testAssembly, args, output, input);
+Where output is an ExtendedTextWriter (normally a
+ColorConsoleWriter) and input is usually Console.In
+and is used by the --wait option.
NUnitLiteOptions encapsulates the option settings for NUnitLite.
+Currently, there are no additional options beyond those common
+options that are shared with nunit3-console. If NUnitLite should
+acquire some unique options, they should be placed here.
TextRunner is a general purpose class that runs tests and
+outputs to a text-based user interface (TextUI).
+
Call it from your Main like this:
+new TextRunner(textWriter).Execute(args);
+OR
+new TextUI().Execute(args);
+The provided TextWriter is used by default, unless the
+arguments to Execute override it using -out. The second
+form uses the Console, provided it exists on the platform.
+
NOTE: When running on a platform without a Console, such
+as Windows Phone, the results will simply not appear if
+you fail to specify a file in the call itself or as an option.
diff --git a/api/toc.json b/api/toc.json
index 30f9a6ece..978113ba8 100644
--- a/api/toc.json
+++ b/api/toc.json
@@ -1,2 +1,2 @@
-{"items":[{"name":"NUnit","href":"NUnit.html","topicHref":"NUnit.html","topicUid":"NUnit","items":[{"name":"FrameworkPackageSettings","href":"NUnit.FrameworkPackageSettings.html","topicHref":"NUnit.FrameworkPackageSettings.html","topicUid":"NUnit.FrameworkPackageSettings"}]},{"name":"NUnit.Common","href":"NUnit.Common.html","topicHref":"NUnit.Common.html","topicUid":"NUnit.Common","items":[{"name":"ColorConsole","href":"NUnit.Common.ColorConsole.html","topicHref":"NUnit.Common.ColorConsole.html","topicUid":"NUnit.Common.ColorConsole"},{"name":"ColorConsoleWriter","href":"NUnit.Common.ColorConsoleWriter.html","topicHref":"NUnit.Common.ColorConsoleWriter.html","topicUid":"NUnit.Common.ColorConsoleWriter"},{"name":"ColorStyle","href":"NUnit.Common.ColorStyle.html","topicHref":"NUnit.Common.ColorStyle.html","topicUid":"NUnit.Common.ColorStyle"},{"name":"CommandLineOptions","href":"NUnit.Common.CommandLineOptions.html","topicHref":"NUnit.Common.CommandLineOptions.html","topicUid":"NUnit.Common.CommandLineOptions"},{"name":"ExtendedTextWrapper","href":"NUnit.Common.ExtendedTextWrapper.html","topicHref":"NUnit.Common.ExtendedTextWrapper.html","topicUid":"NUnit.Common.ExtendedTextWrapper"},{"name":"ExtendedTextWriter","href":"NUnit.Common.ExtendedTextWriter.html","topicHref":"NUnit.Common.ExtendedTextWriter.html","topicUid":"NUnit.Common.ExtendedTextWriter"},{"name":"OutputSpecification","href":"NUnit.Common.OutputSpecification.html","topicHref":"NUnit.Common.OutputSpecification.html","topicUid":"NUnit.Common.OutputSpecification"},{"name":"TestNameParser","href":"NUnit.Common.TestNameParser.html","topicHref":"NUnit.Common.TestNameParser.html","topicUid":"NUnit.Common.TestNameParser"},{"name":"TestSelectionParser","href":"NUnit.Common.TestSelectionParser.html","topicHref":"NUnit.Common.TestSelectionParser.html","topicUid":"NUnit.Common.TestSelectionParser"},{"name":"TestSelectionParserException","href":"NUnit.Common.TestSelectionParserException.html","topicHref":"NUnit.Common.TestSelectionParserException.html","topicUid":"NUnit.Common.TestSelectionParserException"},{"name":"Token","href":"NUnit.Common.Token.html","topicHref":"NUnit.Common.Token.html","topicUid":"NUnit.Common.Token"},{"name":"TokenKind","href":"NUnit.Common.TokenKind.html","topicHref":"NUnit.Common.TokenKind.html","topicUid":"NUnit.Common.TokenKind"},{"name":"Tokenizer","href":"NUnit.Common.Tokenizer.html","topicHref":"NUnit.Common.Tokenizer.html","topicUid":"NUnit.Common.Tokenizer"}]},{"name":"NUnit.Compatibility","href":"NUnit.Compatibility.html","topicHref":"NUnit.Compatibility.html","topicUid":"NUnit.Compatibility","items":[{"name":"AttributeHelper","href":"NUnit.Compatibility.AttributeHelper.html","topicHref":"NUnit.Compatibility.AttributeHelper.html","topicUid":"NUnit.Compatibility.AttributeHelper"},{"name":"LongLivedMarshalByRefObject","href":"NUnit.Compatibility.LongLivedMarshalByRefObject.html","topicHref":"NUnit.Compatibility.LongLivedMarshalByRefObject.html","topicUid":"NUnit.Compatibility.LongLivedMarshalByRefObject"}]},{"name":"NUnit.Framework","href":"NUnit.Framework.html","topicHref":"NUnit.Framework.html","topicUid":"NUnit.Framework","items":[{"name":"ActionTargets","href":"NUnit.Framework.ActionTargets.html","topicHref":"NUnit.Framework.ActionTargets.html","topicUid":"NUnit.Framework.ActionTargets"},{"name":"ApartmentAttribute","href":"NUnit.Framework.ApartmentAttribute.html","topicHref":"NUnit.Framework.ApartmentAttribute.html","topicUid":"NUnit.Framework.ApartmentAttribute"},{"name":"Assert","href":"NUnit.Framework.Assert.html","topicHref":"NUnit.Framework.Assert.html","topicUid":"NUnit.Framework.Assert"},{"name":"AssertBase","href":"NUnit.Framework.AssertBase.html","topicHref":"NUnit.Framework.AssertBase.html","topicUid":"NUnit.Framework.AssertBase"},{"name":"AssertionException","href":"NUnit.Framework.AssertionException.html","topicHref":"NUnit.Framework.AssertionException.html","topicUid":"NUnit.Framework.AssertionException"},{"name":"Assume","href":"NUnit.Framework.Assume.html","topicHref":"NUnit.Framework.Assume.html","topicUid":"NUnit.Framework.Assume"},{"name":"AsyncTestDelegate","href":"NUnit.Framework.AsyncTestDelegate.html","topicHref":"NUnit.Framework.AsyncTestDelegate.html","topicUid":"NUnit.Framework.AsyncTestDelegate"},{"name":"AuthorAttribute","href":"NUnit.Framework.AuthorAttribute.html","topicHref":"NUnit.Framework.AuthorAttribute.html","topicUid":"NUnit.Framework.AuthorAttribute"},{"name":"CancelAfterAttribute","href":"NUnit.Framework.CancelAfterAttribute.html","topicHref":"NUnit.Framework.CancelAfterAttribute.html","topicUid":"NUnit.Framework.CancelAfterAttribute"},{"name":"CategoryAttribute","href":"NUnit.Framework.CategoryAttribute.html","topicHref":"NUnit.Framework.CategoryAttribute.html","topicUid":"NUnit.Framework.CategoryAttribute"},{"name":"CombinatorialAttribute","href":"NUnit.Framework.CombinatorialAttribute.html","topicHref":"NUnit.Framework.CombinatorialAttribute.html","topicUid":"NUnit.Framework.CombinatorialAttribute"},{"name":"CombiningStrategyAttribute","href":"NUnit.Framework.CombiningStrategyAttribute.html","topicHref":"NUnit.Framework.CombiningStrategyAttribute.html","topicUid":"NUnit.Framework.CombiningStrategyAttribute"},{"name":"Contains","href":"NUnit.Framework.Contains.html","topicHref":"NUnit.Framework.Contains.html","topicUid":"NUnit.Framework.Contains"},{"name":"CultureAttribute","href":"NUnit.Framework.CultureAttribute.html","topicHref":"NUnit.Framework.CultureAttribute.html","topicUid":"NUnit.Framework.CultureAttribute"},{"name":"DatapointAttribute","href":"NUnit.Framework.DatapointAttribute.html","topicHref":"NUnit.Framework.DatapointAttribute.html","topicUid":"NUnit.Framework.DatapointAttribute"},{"name":"DatapointSourceAttribute","href":"NUnit.Framework.DatapointSourceAttribute.html","topicHref":"NUnit.Framework.DatapointSourceAttribute.html","topicUid":"NUnit.Framework.DatapointSourceAttribute"},{"name":"DatapointsAttribute","href":"NUnit.Framework.DatapointsAttribute.html","topicHref":"NUnit.Framework.DatapointsAttribute.html","topicUid":"NUnit.Framework.DatapointsAttribute"},{"name":"DefaultFloatingPointToleranceAttribute","href":"NUnit.Framework.DefaultFloatingPointToleranceAttribute.html","topicHref":"NUnit.Framework.DefaultFloatingPointToleranceAttribute.html","topicUid":"NUnit.Framework.DefaultFloatingPointToleranceAttribute"},{"name":"DescriptionAttribute","href":"NUnit.Framework.DescriptionAttribute.html","topicHref":"NUnit.Framework.DescriptionAttribute.html","topicUid":"NUnit.Framework.DescriptionAttribute"},{"name":"Does","href":"NUnit.Framework.Does.html","topicHref":"NUnit.Framework.Does.html","topicUid":"NUnit.Framework.Does"},{"name":"ExplicitAttribute","href":"NUnit.Framework.ExplicitAttribute.html","topicHref":"NUnit.Framework.ExplicitAttribute.html","topicUid":"NUnit.Framework.ExplicitAttribute"},{"name":"FixtureLifeCycleAttribute","href":"NUnit.Framework.FixtureLifeCycleAttribute.html","topicHref":"NUnit.Framework.FixtureLifeCycleAttribute.html","topicUid":"NUnit.Framework.FixtureLifeCycleAttribute"},{"name":"Has","href":"NUnit.Framework.Has.html","topicHref":"NUnit.Framework.Has.html","topicUid":"NUnit.Framework.Has"},{"name":"ITestAction","href":"NUnit.Framework.ITestAction.html","topicHref":"NUnit.Framework.ITestAction.html","topicUid":"NUnit.Framework.ITestAction"},{"name":"IgnoreAttribute","href":"NUnit.Framework.IgnoreAttribute.html","topicHref":"NUnit.Framework.IgnoreAttribute.html","topicUid":"NUnit.Framework.IgnoreAttribute"},{"name":"IgnoreException","href":"NUnit.Framework.IgnoreException.html","topicHref":"NUnit.Framework.IgnoreException.html","topicUid":"NUnit.Framework.IgnoreException"},{"name":"IncludeExcludeAttribute","href":"NUnit.Framework.IncludeExcludeAttribute.html","topicHref":"NUnit.Framework.IncludeExcludeAttribute.html","topicUid":"NUnit.Framework.IncludeExcludeAttribute"},{"name":"InconclusiveException","href":"NUnit.Framework.InconclusiveException.html","topicHref":"NUnit.Framework.InconclusiveException.html","topicUid":"NUnit.Framework.InconclusiveException"},{"name":"Is","href":"NUnit.Framework.Is.html","topicHref":"NUnit.Framework.Is.html","topicUid":"NUnit.Framework.Is"},{"name":"Iz","href":"NUnit.Framework.Iz.html","topicHref":"NUnit.Framework.Iz.html","topicUid":"NUnit.Framework.Iz"},{"name":"LevelOfParallelismAttribute","href":"NUnit.Framework.LevelOfParallelismAttribute.html","topicHref":"NUnit.Framework.LevelOfParallelismAttribute.html","topicUid":"NUnit.Framework.LevelOfParallelismAttribute"},{"name":"LifeCycle","href":"NUnit.Framework.LifeCycle.html","topicHref":"NUnit.Framework.LifeCycle.html","topicUid":"NUnit.Framework.LifeCycle"},{"name":"MaxTimeAttribute","href":"NUnit.Framework.MaxTimeAttribute.html","topicHref":"NUnit.Framework.MaxTimeAttribute.html","topicUid":"NUnit.Framework.MaxTimeAttribute"},{"name":"MultipleAssertException","href":"NUnit.Framework.MultipleAssertException.html","topicHref":"NUnit.Framework.MultipleAssertException.html","topicUid":"NUnit.Framework.MultipleAssertException"},{"name":"NUnitAttribute","href":"NUnit.Framework.NUnitAttribute.html","topicHref":"NUnit.Framework.NUnitAttribute.html","topicUid":"NUnit.Framework.NUnitAttribute"},{"name":"NUnitString","href":"NUnit.Framework.NUnitString.html","topicHref":"NUnit.Framework.NUnitString.html","topicUid":"NUnit.Framework.NUnitString"},{"name":"NetPlatformAttribute","href":"NUnit.Framework.NetPlatformAttribute.html","topicHref":"NUnit.Framework.NetPlatformAttribute.html","topicUid":"NUnit.Framework.NetPlatformAttribute"},{"name":"NonParallelizableAttribute","href":"NUnit.Framework.NonParallelizableAttribute.html","topicHref":"NUnit.Framework.NonParallelizableAttribute.html","topicUid":"NUnit.Framework.NonParallelizableAttribute"},{"name":"OneTimeSetUpAttribute","href":"NUnit.Framework.OneTimeSetUpAttribute.html","topicHref":"NUnit.Framework.OneTimeSetUpAttribute.html","topicUid":"NUnit.Framework.OneTimeSetUpAttribute"},{"name":"OneTimeTearDownAttribute","href":"NUnit.Framework.OneTimeTearDownAttribute.html","topicHref":"NUnit.Framework.OneTimeTearDownAttribute.html","topicUid":"NUnit.Framework.OneTimeTearDownAttribute"},{"name":"OrderAttribute","href":"NUnit.Framework.OrderAttribute.html","topicHref":"NUnit.Framework.OrderAttribute.html","topicUid":"NUnit.Framework.OrderAttribute"},{"name":"PairwiseAttribute","href":"NUnit.Framework.PairwiseAttribute.html","topicHref":"NUnit.Framework.PairwiseAttribute.html","topicUid":"NUnit.Framework.PairwiseAttribute"},{"name":"ParallelScope","href":"NUnit.Framework.ParallelScope.html","topicHref":"NUnit.Framework.ParallelScope.html","topicUid":"NUnit.Framework.ParallelScope"},{"name":"ParallelizableAttribute","href":"NUnit.Framework.ParallelizableAttribute.html","topicHref":"NUnit.Framework.ParallelizableAttribute.html","topicUid":"NUnit.Framework.ParallelizableAttribute"},{"name":"PlatformAttribute","href":"NUnit.Framework.PlatformAttribute.html","topicHref":"NUnit.Framework.PlatformAttribute.html","topicUid":"NUnit.Framework.PlatformAttribute"},{"name":"PropertyAttribute","href":"NUnit.Framework.PropertyAttribute.html","topicHref":"NUnit.Framework.PropertyAttribute.html","topicUid":"NUnit.Framework.PropertyAttribute"},{"name":"RandomAttribute","href":"NUnit.Framework.RandomAttribute.html","topicHref":"NUnit.Framework.RandomAttribute.html","topicUid":"NUnit.Framework.RandomAttribute"},{"name":"RangeAttribute","href":"NUnit.Framework.RangeAttribute.html","topicHref":"NUnit.Framework.RangeAttribute.html","topicUid":"NUnit.Framework.RangeAttribute"},{"name":"RepeatAttribute","href":"NUnit.Framework.RepeatAttribute.html","topicHref":"NUnit.Framework.RepeatAttribute.html","topicUid":"NUnit.Framework.RepeatAttribute"},{"name":"RepeatAttribute.RepeatedTestCommand","href":"NUnit.Framework.RepeatAttribute.RepeatedTestCommand.html","topicHref":"NUnit.Framework.RepeatAttribute.RepeatedTestCommand.html","topicUid":"NUnit.Framework.RepeatAttribute.RepeatedTestCommand"},{"name":"RequiresThreadAttribute","href":"NUnit.Framework.RequiresThreadAttribute.html","topicHref":"NUnit.Framework.RequiresThreadAttribute.html","topicUid":"NUnit.Framework.RequiresThreadAttribute"},{"name":"ResultStateException","href":"NUnit.Framework.ResultStateException.html","topicHref":"NUnit.Framework.ResultStateException.html","topicUid":"NUnit.Framework.ResultStateException"},{"name":"RetryAttribute","href":"NUnit.Framework.RetryAttribute.html","topicHref":"NUnit.Framework.RetryAttribute.html","topicUid":"NUnit.Framework.RetryAttribute"},{"name":"RetryAttribute.RetryCommand","href":"NUnit.Framework.RetryAttribute.RetryCommand.html","topicHref":"NUnit.Framework.RetryAttribute.RetryCommand.html","topicUid":"NUnit.Framework.RetryAttribute.RetryCommand"},{"name":"SequentialAttribute","href":"NUnit.Framework.SequentialAttribute.html","topicHref":"NUnit.Framework.SequentialAttribute.html","topicUid":"NUnit.Framework.SequentialAttribute"},{"name":"SetCultureAttribute","href":"NUnit.Framework.SetCultureAttribute.html","topicHref":"NUnit.Framework.SetCultureAttribute.html","topicUid":"NUnit.Framework.SetCultureAttribute"},{"name":"SetUICultureAttribute","href":"NUnit.Framework.SetUICultureAttribute.html","topicHref":"NUnit.Framework.SetUICultureAttribute.html","topicUid":"NUnit.Framework.SetUICultureAttribute"},{"name":"SetUpAttribute","href":"NUnit.Framework.SetUpAttribute.html","topicHref":"NUnit.Framework.SetUpAttribute.html","topicUid":"NUnit.Framework.SetUpAttribute"},{"name":"SetUpFixtureAttribute","href":"NUnit.Framework.SetUpFixtureAttribute.html","topicHref":"NUnit.Framework.SetUpFixtureAttribute.html","topicUid":"NUnit.Framework.SetUpFixtureAttribute"},{"name":"SingleThreadedAttribute","href":"NUnit.Framework.SingleThreadedAttribute.html","topicHref":"NUnit.Framework.SingleThreadedAttribute.html","topicUid":"NUnit.Framework.SingleThreadedAttribute"},{"name":"SuccessException","href":"NUnit.Framework.SuccessException.html","topicHref":"NUnit.Framework.SuccessException.html","topicUid":"NUnit.Framework.SuccessException"},{"name":"TearDownAttribute","href":"NUnit.Framework.TearDownAttribute.html","topicHref":"NUnit.Framework.TearDownAttribute.html","topicUid":"NUnit.Framework.TearDownAttribute"},{"name":"TestActionAttribute","href":"NUnit.Framework.TestActionAttribute.html","topicHref":"NUnit.Framework.TestActionAttribute.html","topicUid":"NUnit.Framework.TestActionAttribute"},{"name":"TestAssemblyDirectoryResolveAttribute","href":"NUnit.Framework.TestAssemblyDirectoryResolveAttribute.html","topicHref":"NUnit.Framework.TestAssemblyDirectoryResolveAttribute.html","topicUid":"NUnit.Framework.TestAssemblyDirectoryResolveAttribute"},{"name":"TestAttribute","href":"NUnit.Framework.TestAttribute.html","topicHref":"NUnit.Framework.TestAttribute.html","topicUid":"NUnit.Framework.TestAttribute"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute.html","topicHref":"NUnit.Framework.TestCaseAttribute.html","topicUid":"NUnit.Framework.TestCaseAttribute"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-1.html","topicHref":"NUnit.Framework.TestCaseAttribute-1.html","topicUid":"NUnit.Framework.TestCaseAttribute`1"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-2.html","topicHref":"NUnit.Framework.TestCaseAttribute-2.html","topicUid":"NUnit.Framework.TestCaseAttribute`2"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-3.html","topicHref":"NUnit.Framework.TestCaseAttribute-3.html","topicUid":"NUnit.Framework.TestCaseAttribute`3"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-4.html","topicHref":"NUnit.Framework.TestCaseAttribute-4.html","topicUid":"NUnit.Framework.TestCaseAttribute`4"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-5.html","topicHref":"NUnit.Framework.TestCaseAttribute-5.html","topicUid":"NUnit.Framework.TestCaseAttribute`5"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData.html","topicHref":"NUnit.Framework.TestCaseData.html","topicUid":"NUnit.Framework.TestCaseData"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-1.html","topicHref":"NUnit.Framework.TestCaseData-1.html","topicUid":"NUnit.Framework.TestCaseData`1"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-2.html","topicHref":"NUnit.Framework.TestCaseData-2.html","topicUid":"NUnit.Framework.TestCaseData`2"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-3.html","topicHref":"NUnit.Framework.TestCaseData-3.html","topicUid":"NUnit.Framework.TestCaseData`3"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-4.html","topicHref":"NUnit.Framework.TestCaseData-4.html","topicUid":"NUnit.Framework.TestCaseData`4"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-5.html","topicHref":"NUnit.Framework.TestCaseData-5.html","topicUid":"NUnit.Framework.TestCaseData`5"},{"name":"TestCaseSourceAttribute","href":"NUnit.Framework.TestCaseSourceAttribute.html","topicHref":"NUnit.Framework.TestCaseSourceAttribute.html","topicUid":"NUnit.Framework.TestCaseSourceAttribute"},{"name":"TestContext","href":"NUnit.Framework.TestContext.html","topicHref":"NUnit.Framework.TestContext.html","topicUid":"NUnit.Framework.TestContext"},{"name":"TestContext.PropertyBagAdapter","href":"NUnit.Framework.TestContext.PropertyBagAdapter.html","topicHref":"NUnit.Framework.TestContext.PropertyBagAdapter.html","topicUid":"NUnit.Framework.TestContext.PropertyBagAdapter"},{"name":"TestContext.PropertyHierachyItem","href":"NUnit.Framework.TestContext.PropertyHierachyItem.html","topicHref":"NUnit.Framework.TestContext.PropertyHierachyItem.html","topicUid":"NUnit.Framework.TestContext.PropertyHierachyItem"},{"name":"TestContext.PropertyValueHierarchyItem","href":"NUnit.Framework.TestContext.PropertyValueHierarchyItem.html","topicHref":"NUnit.Framework.TestContext.PropertyValueHierarchyItem.html","topicUid":"NUnit.Framework.TestContext.PropertyValueHierarchyItem"},{"name":"TestContext.ResultAdapter","href":"NUnit.Framework.TestContext.ResultAdapter.html","topicHref":"NUnit.Framework.TestContext.ResultAdapter.html","topicUid":"NUnit.Framework.TestContext.ResultAdapter"},{"name":"TestContext.TestAdapter","href":"NUnit.Framework.TestContext.TestAdapter.html","topicHref":"NUnit.Framework.TestContext.TestAdapter.html","topicUid":"NUnit.Framework.TestContext.TestAdapter"},{"name":"TestDelegate","href":"NUnit.Framework.TestDelegate.html","topicHref":"NUnit.Framework.TestDelegate.html","topicUid":"NUnit.Framework.TestDelegate"},{"name":"TestFixtureAttribute","href":"NUnit.Framework.TestFixtureAttribute.html","topicHref":"NUnit.Framework.TestFixtureAttribute.html","topicUid":"NUnit.Framework.TestFixtureAttribute"},{"name":"TestFixtureData","href":"NUnit.Framework.TestFixtureData.html","topicHref":"NUnit.Framework.TestFixtureData.html","topicUid":"NUnit.Framework.TestFixtureData"},{"name":"TestFixtureSourceAttribute","href":"NUnit.Framework.TestFixtureSourceAttribute.html","topicHref":"NUnit.Framework.TestFixtureSourceAttribute.html","topicUid":"NUnit.Framework.TestFixtureSourceAttribute"},{"name":"TestOfAttribute","href":"NUnit.Framework.TestOfAttribute.html","topicHref":"NUnit.Framework.TestOfAttribute.html","topicUid":"NUnit.Framework.TestOfAttribute"},{"name":"TestParameters","href":"NUnit.Framework.TestParameters.html","topicHref":"NUnit.Framework.TestParameters.html","topicUid":"NUnit.Framework.TestParameters"},{"name":"TheoryAttribute","href":"NUnit.Framework.TheoryAttribute.html","topicHref":"NUnit.Framework.TheoryAttribute.html","topicUid":"NUnit.Framework.TheoryAttribute"},{"name":"Throws","href":"NUnit.Framework.Throws.html","topicHref":"NUnit.Framework.Throws.html","topicUid":"NUnit.Framework.Throws"},{"name":"TimeoutAttribute","href":"NUnit.Framework.TimeoutAttribute.html","topicHref":"NUnit.Framework.TimeoutAttribute.html","topicUid":"NUnit.Framework.TimeoutAttribute"},{"name":"ValueSourceAttribute","href":"NUnit.Framework.ValueSourceAttribute.html","topicHref":"NUnit.Framework.ValueSourceAttribute.html","topicUid":"NUnit.Framework.ValueSourceAttribute"},{"name":"ValuesAttribute","href":"NUnit.Framework.ValuesAttribute.html","topicHref":"NUnit.Framework.ValuesAttribute.html","topicUid":"NUnit.Framework.ValuesAttribute"},{"name":"Warn","href":"NUnit.Framework.Warn.html","topicHref":"NUnit.Framework.Warn.html","topicUid":"NUnit.Framework.Warn"}]},{"name":"NUnit.Framework.Api","href":"NUnit.Framework.Api.html","topicHref":"NUnit.Framework.Api.html","topicUid":"NUnit.Framework.Api","items":[{"name":"DefaultTestAssemblyBuilder","href":"NUnit.Framework.Api.DefaultTestAssemblyBuilder.html","topicHref":"NUnit.Framework.Api.DefaultTestAssemblyBuilder.html","topicUid":"NUnit.Framework.Api.DefaultTestAssemblyBuilder"},{"name":"FrameworkController","href":"NUnit.Framework.Api.FrameworkController.html","topicHref":"NUnit.Framework.Api.FrameworkController.html","topicUid":"NUnit.Framework.Api.FrameworkController"},{"name":"FrameworkController.CountTestsAction","href":"NUnit.Framework.Api.FrameworkController.CountTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.CountTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.CountTestsAction"},{"name":"FrameworkController.ExploreTestsAction","href":"NUnit.Framework.Api.FrameworkController.ExploreTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.ExploreTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.ExploreTestsAction"},{"name":"FrameworkController.FrameworkControllerAction","href":"NUnit.Framework.Api.FrameworkController.FrameworkControllerAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.FrameworkControllerAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.FrameworkControllerAction"},{"name":"FrameworkController.LoadTestsAction","href":"NUnit.Framework.Api.FrameworkController.LoadTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.LoadTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.LoadTestsAction"},{"name":"FrameworkController.RunAsyncAction","href":"NUnit.Framework.Api.FrameworkController.RunAsyncAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.RunAsyncAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.RunAsyncAction"},{"name":"FrameworkController.RunTestsAction","href":"NUnit.Framework.Api.FrameworkController.RunTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.RunTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.RunTestsAction"},{"name":"FrameworkController.StopRunAction","href":"NUnit.Framework.Api.FrameworkController.StopRunAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.StopRunAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.StopRunAction"},{"name":"ITestAssemblyBuilder","href":"NUnit.Framework.Api.ITestAssemblyBuilder.html","topicHref":"NUnit.Framework.Api.ITestAssemblyBuilder.html","topicUid":"NUnit.Framework.Api.ITestAssemblyBuilder"},{"name":"ITestAssemblyRunner","href":"NUnit.Framework.Api.ITestAssemblyRunner.html","topicHref":"NUnit.Framework.Api.ITestAssemblyRunner.html","topicUid":"NUnit.Framework.Api.ITestAssemblyRunner"},{"name":"NUnitTestAssemblyRunner","href":"NUnit.Framework.Api.NUnitTestAssemblyRunner.html","topicHref":"NUnit.Framework.Api.NUnitTestAssemblyRunner.html","topicUid":"NUnit.Framework.Api.NUnitTestAssemblyRunner"}]},{"name":"NUnit.Framework.Constraints","href":"NUnit.Framework.Constraints.html","topicHref":"NUnit.Framework.Constraints.html","topicUid":"NUnit.Framework.Constraints","items":[{"name":"ActualValueDelegate","href":"NUnit.Framework.Constraints.ActualValueDelegate-1.html","topicHref":"NUnit.Framework.Constraints.ActualValueDelegate-1.html","topicUid":"NUnit.Framework.Constraints.ActualValueDelegate`1"},{"name":"AllItemsConstraint","href":"NUnit.Framework.Constraints.AllItemsConstraint.html","topicHref":"NUnit.Framework.Constraints.AllItemsConstraint.html","topicUid":"NUnit.Framework.Constraints.AllItemsConstraint"},{"name":"AllOperator","href":"NUnit.Framework.Constraints.AllOperator.html","topicHref":"NUnit.Framework.Constraints.AllOperator.html","topicUid":"NUnit.Framework.Constraints.AllOperator"},{"name":"AndConstraint","href":"NUnit.Framework.Constraints.AndConstraint.html","topicHref":"NUnit.Framework.Constraints.AndConstraint.html","topicUid":"NUnit.Framework.Constraints.AndConstraint"},{"name":"AndOperator","href":"NUnit.Framework.Constraints.AndOperator.html","topicHref":"NUnit.Framework.Constraints.AndOperator.html","topicUid":"NUnit.Framework.Constraints.AndOperator"},{"name":"AnyOfConstraint","href":"NUnit.Framework.Constraints.AnyOfConstraint.html","topicHref":"NUnit.Framework.Constraints.AnyOfConstraint.html","topicUid":"NUnit.Framework.Constraints.AnyOfConstraint"},{"name":"AssignableFromConstraint","href":"NUnit.Framework.Constraints.AssignableFromConstraint.html","topicHref":"NUnit.Framework.Constraints.AssignableFromConstraint.html","topicUid":"NUnit.Framework.Constraints.AssignableFromConstraint"},{"name":"AssignableToConstraint","href":"NUnit.Framework.Constraints.AssignableToConstraint.html","topicHref":"NUnit.Framework.Constraints.AssignableToConstraint.html","topicUid":"NUnit.Framework.Constraints.AssignableToConstraint"},{"name":"AttributeConstraint","href":"NUnit.Framework.Constraints.AttributeConstraint.html","topicHref":"NUnit.Framework.Constraints.AttributeConstraint.html","topicUid":"NUnit.Framework.Constraints.AttributeConstraint"},{"name":"AttributeExistsConstraint","href":"NUnit.Framework.Constraints.AttributeExistsConstraint.html","topicHref":"NUnit.Framework.Constraints.AttributeExistsConstraint.html","topicUid":"NUnit.Framework.Constraints.AttributeExistsConstraint"},{"name":"AttributeOperator","href":"NUnit.Framework.Constraints.AttributeOperator.html","topicHref":"NUnit.Framework.Constraints.AttributeOperator.html","topicUid":"NUnit.Framework.Constraints.AttributeOperator"},{"name":"BinaryConstraint","href":"NUnit.Framework.Constraints.BinaryConstraint.html","topicHref":"NUnit.Framework.Constraints.BinaryConstraint.html","topicUid":"NUnit.Framework.Constraints.BinaryConstraint"},{"name":"BinaryOperator","href":"NUnit.Framework.Constraints.BinaryOperator.html","topicHref":"NUnit.Framework.Constraints.BinaryOperator.html","topicUid":"NUnit.Framework.Constraints.BinaryOperator"},{"name":"CollectionConstraint","href":"NUnit.Framework.Constraints.CollectionConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionConstraint"},{"name":"CollectionEquivalentConstraint","href":"NUnit.Framework.Constraints.CollectionEquivalentConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionEquivalentConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionEquivalentConstraint"},{"name":"CollectionEquivalentConstraintResult","href":"NUnit.Framework.Constraints.CollectionEquivalentConstraintResult.html","topicHref":"NUnit.Framework.Constraints.CollectionEquivalentConstraintResult.html","topicUid":"NUnit.Framework.Constraints.CollectionEquivalentConstraintResult"},{"name":"CollectionItemsEqualConstraint","href":"NUnit.Framework.Constraints.CollectionItemsEqualConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionItemsEqualConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionItemsEqualConstraint"},{"name":"CollectionOperator","href":"NUnit.Framework.Constraints.CollectionOperator.html","topicHref":"NUnit.Framework.Constraints.CollectionOperator.html","topicUid":"NUnit.Framework.Constraints.CollectionOperator"},{"name":"CollectionOrderedConstraint","href":"NUnit.Framework.Constraints.CollectionOrderedConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionOrderedConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionOrderedConstraint"},{"name":"CollectionSubsetConstraint","href":"NUnit.Framework.Constraints.CollectionSubsetConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionSubsetConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionSubsetConstraint"},{"name":"CollectionSupersetConstraint","href":"NUnit.Framework.Constraints.CollectionSupersetConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionSupersetConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionSupersetConstraint"},{"name":"CollectionTally","href":"NUnit.Framework.Constraints.CollectionTally.html","topicHref":"NUnit.Framework.Constraints.CollectionTally.html","topicUid":"NUnit.Framework.Constraints.CollectionTally"},{"name":"CollectionTally.CollectionTallyResult","href":"NUnit.Framework.Constraints.CollectionTally.CollectionTallyResult.html","topicHref":"NUnit.Framework.Constraints.CollectionTally.CollectionTallyResult.html","topicUid":"NUnit.Framework.Constraints.CollectionTally.CollectionTallyResult"},{"name":"ComparisonAdapter","href":"NUnit.Framework.Constraints.ComparisonAdapter.html","topicHref":"NUnit.Framework.Constraints.ComparisonAdapter.html","topicUid":"NUnit.Framework.Constraints.ComparisonAdapter"},{"name":"ComparisonConstraint","href":"NUnit.Framework.Constraints.ComparisonConstraint.html","topicHref":"NUnit.Framework.Constraints.ComparisonConstraint.html","topicUid":"NUnit.Framework.Constraints.ComparisonConstraint"},{"name":"Constraint","href":"NUnit.Framework.Constraints.Constraint.html","topicHref":"NUnit.Framework.Constraints.Constraint.html","topicUid":"NUnit.Framework.Constraints.Constraint"},{"name":"ConstraintBuilder","href":"NUnit.Framework.Constraints.ConstraintBuilder.html","topicHref":"NUnit.Framework.Constraints.ConstraintBuilder.html","topicUid":"NUnit.Framework.Constraints.ConstraintBuilder"},{"name":"ConstraintBuilder.ConstraintStack","href":"NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.html","topicHref":"NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.html","topicUid":"NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack"},{"name":"ConstraintExpression","href":"NUnit.Framework.Constraints.ConstraintExpression.html","topicHref":"NUnit.Framework.Constraints.ConstraintExpression.html","topicUid":"NUnit.Framework.Constraints.ConstraintExpression"},{"name":"ConstraintOperator","href":"NUnit.Framework.Constraints.ConstraintOperator.html","topicHref":"NUnit.Framework.Constraints.ConstraintOperator.html","topicUid":"NUnit.Framework.Constraints.ConstraintOperator"},{"name":"ConstraintResult","href":"NUnit.Framework.Constraints.ConstraintResult.html","topicHref":"NUnit.Framework.Constraints.ConstraintResult.html","topicUid":"NUnit.Framework.Constraints.ConstraintResult"},{"name":"ConstraintStatus","href":"NUnit.Framework.Constraints.ConstraintStatus.html","topicHref":"NUnit.Framework.Constraints.ConstraintStatus.html","topicUid":"NUnit.Framework.Constraints.ConstraintStatus"},{"name":"ContainsConstraint","href":"NUnit.Framework.Constraints.ContainsConstraint.html","topicHref":"NUnit.Framework.Constraints.ContainsConstraint.html","topicUid":"NUnit.Framework.Constraints.ContainsConstraint"},{"name":"CountZeroConstraint","href":"NUnit.Framework.Constraints.CountZeroConstraint.html","topicHref":"NUnit.Framework.Constraints.CountZeroConstraint.html","topicUid":"NUnit.Framework.Constraints.CountZeroConstraint"},{"name":"DateTimes","href":"NUnit.Framework.Constraints.DateTimes.html","topicHref":"NUnit.Framework.Constraints.DateTimes.html","topicUid":"NUnit.Framework.Constraints.DateTimes"},{"name":"DefaultConstraint","href":"NUnit.Framework.Constraints.DefaultConstraint.html","topicHref":"NUnit.Framework.Constraints.DefaultConstraint.html","topicUid":"NUnit.Framework.Constraints.DefaultConstraint"},{"name":"DelayedConstraint","href":"NUnit.Framework.Constraints.DelayedConstraint.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint"},{"name":"DelayedConstraint.WithDimensionedDelayInterval","href":"NUnit.Framework.Constraints.DelayedConstraint.WithDimensionedDelayInterval.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.WithDimensionedDelayInterval.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint.WithDimensionedDelayInterval"},{"name":"DelayedConstraint.WithRawDelayInterval","href":"NUnit.Framework.Constraints.DelayedConstraint.WithRawDelayInterval.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.WithRawDelayInterval.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint.WithRawDelayInterval"},{"name":"DelayedConstraint.WithRawPollingInterval","href":"NUnit.Framework.Constraints.DelayedConstraint.WithRawPollingInterval.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.WithRawPollingInterval.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint.WithRawPollingInterval"},{"name":"DictionaryContainsKeyConstraint","href":"NUnit.Framework.Constraints.DictionaryContainsKeyConstraint.html","topicHref":"NUnit.Framework.Constraints.DictionaryContainsKeyConstraint.html","topicUid":"NUnit.Framework.Constraints.DictionaryContainsKeyConstraint"},{"name":"DictionaryContainsKeyValuePairConstraint","href":"NUnit.Framework.Constraints.DictionaryContainsKeyValuePairConstraint.html","topicHref":"NUnit.Framework.Constraints.DictionaryContainsKeyValuePairConstraint.html","topicUid":"NUnit.Framework.Constraints.DictionaryContainsKeyValuePairConstraint"},{"name":"DictionaryContainsValueConstraint","href":"NUnit.Framework.Constraints.DictionaryContainsValueConstraint.html","topicHref":"NUnit.Framework.Constraints.DictionaryContainsValueConstraint.html","topicUid":"NUnit.Framework.Constraints.DictionaryContainsValueConstraint"},{"name":"EmptyCollectionConstraint","href":"NUnit.Framework.Constraints.EmptyCollectionConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyCollectionConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyCollectionConstraint"},{"name":"EmptyConstraint","href":"NUnit.Framework.Constraints.EmptyConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyConstraint"},{"name":"EmptyDirectoryConstraint","href":"NUnit.Framework.Constraints.EmptyDirectoryConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyDirectoryConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyDirectoryConstraint"},{"name":"EmptyGuidConstraint","href":"NUnit.Framework.Constraints.EmptyGuidConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyGuidConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyGuidConstraint"},{"name":"EmptyStringConstraint","href":"NUnit.Framework.Constraints.EmptyStringConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyStringConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyStringConstraint"},{"name":"EndsWithConstraint","href":"NUnit.Framework.Constraints.EndsWithConstraint.html","topicHref":"NUnit.Framework.Constraints.EndsWithConstraint.html","topicUid":"NUnit.Framework.Constraints.EndsWithConstraint"},{"name":"EqualConstraint","href":"NUnit.Framework.Constraints.EqualConstraint.html","topicHref":"NUnit.Framework.Constraints.EqualConstraint.html","topicUid":"NUnit.Framework.Constraints.EqualConstraint"},{"name":"EqualConstraintResult","href":"NUnit.Framework.Constraints.EqualConstraintResult.html","topicHref":"NUnit.Framework.Constraints.EqualConstraintResult.html","topicUid":"NUnit.Framework.Constraints.EqualConstraintResult"},{"name":"EqualityAdapter","href":"NUnit.Framework.Constraints.EqualityAdapter.html","topicHref":"NUnit.Framework.Constraints.EqualityAdapter.html","topicUid":"NUnit.Framework.Constraints.EqualityAdapter"},{"name":"ExactCountConstraint","href":"NUnit.Framework.Constraints.ExactCountConstraint.html","topicHref":"NUnit.Framework.Constraints.ExactCountConstraint.html","topicUid":"NUnit.Framework.Constraints.ExactCountConstraint"},{"name":"ExactCountOperator","href":"NUnit.Framework.Constraints.ExactCountOperator.html","topicHref":"NUnit.Framework.Constraints.ExactCountOperator.html","topicUid":"NUnit.Framework.Constraints.ExactCountOperator"},{"name":"ExactTypeConstraint","href":"NUnit.Framework.Constraints.ExactTypeConstraint.html","topicHref":"NUnit.Framework.Constraints.ExactTypeConstraint.html","topicUid":"NUnit.Framework.Constraints.ExactTypeConstraint"},{"name":"ExceptionTypeConstraint","href":"NUnit.Framework.Constraints.ExceptionTypeConstraint.html","topicHref":"NUnit.Framework.Constraints.ExceptionTypeConstraint.html","topicUid":"NUnit.Framework.Constraints.ExceptionTypeConstraint"},{"name":"FalseConstraint","href":"NUnit.Framework.Constraints.FalseConstraint.html","topicHref":"NUnit.Framework.Constraints.FalseConstraint.html","topicUid":"NUnit.Framework.Constraints.FalseConstraint"},{"name":"FileOrDirectoryExistsConstraint","href":"NUnit.Framework.Constraints.FileOrDirectoryExistsConstraint.html","topicHref":"NUnit.Framework.Constraints.FileOrDirectoryExistsConstraint.html","topicUid":"NUnit.Framework.Constraints.FileOrDirectoryExistsConstraint"},{"name":"GreaterThanConstraint","href":"NUnit.Framework.Constraints.GreaterThanConstraint.html","topicHref":"NUnit.Framework.Constraints.GreaterThanConstraint.html","topicUid":"NUnit.Framework.Constraints.GreaterThanConstraint"},{"name":"GreaterThanOrEqualConstraint","href":"NUnit.Framework.Constraints.GreaterThanOrEqualConstraint.html","topicHref":"NUnit.Framework.Constraints.GreaterThanOrEqualConstraint.html","topicUid":"NUnit.Framework.Constraints.GreaterThanOrEqualConstraint"},{"name":"IConstraint","href":"NUnit.Framework.Constraints.IConstraint.html","topicHref":"NUnit.Framework.Constraints.IConstraint.html","topicUid":"NUnit.Framework.Constraints.IConstraint"},{"name":"IResolveConstraint","href":"NUnit.Framework.Constraints.IResolveConstraint.html","topicHref":"NUnit.Framework.Constraints.IResolveConstraint.html","topicUid":"NUnit.Framework.Constraints.IResolveConstraint"},{"name":"IndexerConstraint","href":"NUnit.Framework.Constraints.IndexerConstraint.html","topicHref":"NUnit.Framework.Constraints.IndexerConstraint.html","topicUid":"NUnit.Framework.Constraints.IndexerConstraint"},{"name":"IndexerOperator","href":"NUnit.Framework.Constraints.IndexerOperator.html","topicHref":"NUnit.Framework.Constraints.IndexerOperator.html","topicUid":"NUnit.Framework.Constraints.IndexerOperator"},{"name":"InstanceOfTypeConstraint","href":"NUnit.Framework.Constraints.InstanceOfTypeConstraint.html","topicHref":"NUnit.Framework.Constraints.InstanceOfTypeConstraint.html","topicUid":"NUnit.Framework.Constraints.InstanceOfTypeConstraint"},{"name":"InsteadOperator","href":"NUnit.Framework.Constraints.InsteadOperator.html","topicHref":"NUnit.Framework.Constraints.InsteadOperator.html","topicUid":"NUnit.Framework.Constraints.InsteadOperator"},{"name":"Interval","href":"NUnit.Framework.Constraints.Interval.html","topicHref":"NUnit.Framework.Constraints.Interval.html","topicUid":"NUnit.Framework.Constraints.Interval"},{"name":"ItemsConstraintExpression","href":"NUnit.Framework.Constraints.ItemsConstraintExpression.html","topicHref":"NUnit.Framework.Constraints.ItemsConstraintExpression.html","topicUid":"NUnit.Framework.Constraints.ItemsConstraintExpression"},{"name":"LessThanConstraint","href":"NUnit.Framework.Constraints.LessThanConstraint.html","topicHref":"NUnit.Framework.Constraints.LessThanConstraint.html","topicUid":"NUnit.Framework.Constraints.LessThanConstraint"},{"name":"LessThanOrEqualConstraint","href":"NUnit.Framework.Constraints.LessThanOrEqualConstraint.html","topicHref":"NUnit.Framework.Constraints.LessThanOrEqualConstraint.html","topicUid":"NUnit.Framework.Constraints.LessThanOrEqualConstraint"},{"name":"MessageWriter","href":"NUnit.Framework.Constraints.MessageWriter.html","topicHref":"NUnit.Framework.Constraints.MessageWriter.html","topicUid":"NUnit.Framework.Constraints.MessageWriter"},{"name":"NUnitComparer","href":"NUnit.Framework.Constraints.NUnitComparer.html","topicHref":"NUnit.Framework.Constraints.NUnitComparer.html","topicUid":"NUnit.Framework.Constraints.NUnitComparer"},{"name":"NUnitEqualityComparer","href":"NUnit.Framework.Constraints.NUnitEqualityComparer.html","topicHref":"NUnit.Framework.Constraints.NUnitEqualityComparer.html","topicUid":"NUnit.Framework.Constraints.NUnitEqualityComparer"},{"name":"NUnitEqualityComparer.FailurePoint","href":"NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint.html","topicHref":"NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint.html","topicUid":"NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint"},{"name":"NaNConstraint","href":"NUnit.Framework.Constraints.NaNConstraint.html","topicHref":"NUnit.Framework.Constraints.NaNConstraint.html","topicUid":"NUnit.Framework.Constraints.NaNConstraint"},{"name":"NoItemConstraint","href":"NUnit.Framework.Constraints.NoItemConstraint.html","topicHref":"NUnit.Framework.Constraints.NoItemConstraint.html","topicUid":"NUnit.Framework.Constraints.NoItemConstraint"},{"name":"NoneOperator","href":"NUnit.Framework.Constraints.NoneOperator.html","topicHref":"NUnit.Framework.Constraints.NoneOperator.html","topicUid":"NUnit.Framework.Constraints.NoneOperator"},{"name":"NotConstraint","href":"NUnit.Framework.Constraints.NotConstraint.html","topicHref":"NUnit.Framework.Constraints.NotConstraint.html","topicUid":"NUnit.Framework.Constraints.NotConstraint"},{"name":"NotOperator","href":"NUnit.Framework.Constraints.NotOperator.html","topicHref":"NUnit.Framework.Constraints.NotOperator.html","topicUid":"NUnit.Framework.Constraints.NotOperator"},{"name":"NullConstraint","href":"NUnit.Framework.Constraints.NullConstraint.html","topicHref":"NUnit.Framework.Constraints.NullConstraint.html","topicUid":"NUnit.Framework.Constraints.NullConstraint"},{"name":"OrConstraint","href":"NUnit.Framework.Constraints.OrConstraint.html","topicHref":"NUnit.Framework.Constraints.OrConstraint.html","topicUid":"NUnit.Framework.Constraints.OrConstraint"},{"name":"OrOperator","href":"NUnit.Framework.Constraints.OrOperator.html","topicHref":"NUnit.Framework.Constraints.OrOperator.html","topicUid":"NUnit.Framework.Constraints.OrOperator"},{"name":"PathConstraint","href":"NUnit.Framework.Constraints.PathConstraint.html","topicHref":"NUnit.Framework.Constraints.PathConstraint.html","topicUid":"NUnit.Framework.Constraints.PathConstraint"},{"name":"PredicateConstraint","href":"NUnit.Framework.Constraints.PredicateConstraint-1.html","topicHref":"NUnit.Framework.Constraints.PredicateConstraint-1.html","topicUid":"NUnit.Framework.Constraints.PredicateConstraint`1"},{"name":"PrefixConstraint","href":"NUnit.Framework.Constraints.PrefixConstraint.html","topicHref":"NUnit.Framework.Constraints.PrefixConstraint.html","topicUid":"NUnit.Framework.Constraints.PrefixConstraint"},{"name":"PrefixOperator","href":"NUnit.Framework.Constraints.PrefixOperator.html","topicHref":"NUnit.Framework.Constraints.PrefixOperator.html","topicUid":"NUnit.Framework.Constraints.PrefixOperator"},{"name":"PropOperator","href":"NUnit.Framework.Constraints.PropOperator.html","topicHref":"NUnit.Framework.Constraints.PropOperator.html","topicUid":"NUnit.Framework.Constraints.PropOperator"},{"name":"PropertyConstraint","href":"NUnit.Framework.Constraints.PropertyConstraint.html","topicHref":"NUnit.Framework.Constraints.PropertyConstraint.html","topicUid":"NUnit.Framework.Constraints.PropertyConstraint"},{"name":"PropertyExistsConstraint","href":"NUnit.Framework.Constraints.PropertyExistsConstraint.html","topicHref":"NUnit.Framework.Constraints.PropertyExistsConstraint.html","topicUid":"NUnit.Framework.Constraints.PropertyExistsConstraint"},{"name":"RangeConstraint","href":"NUnit.Framework.Constraints.RangeConstraint.html","topicHref":"NUnit.Framework.Constraints.RangeConstraint.html","topicUid":"NUnit.Framework.Constraints.RangeConstraint"},{"name":"RegexConstraint","href":"NUnit.Framework.Constraints.RegexConstraint.html","topicHref":"NUnit.Framework.Constraints.RegexConstraint.html","topicUid":"NUnit.Framework.Constraints.RegexConstraint"},{"name":"ResolvableConstraintExpression","href":"NUnit.Framework.Constraints.ResolvableConstraintExpression.html","topicHref":"NUnit.Framework.Constraints.ResolvableConstraintExpression.html","topicUid":"NUnit.Framework.Constraints.ResolvableConstraintExpression"},{"name":"ReusableConstraint","href":"NUnit.Framework.Constraints.ReusableConstraint.html","topicHref":"NUnit.Framework.Constraints.ReusableConstraint.html","topicUid":"NUnit.Framework.Constraints.ReusableConstraint"},{"name":"SameAsConstraint","href":"NUnit.Framework.Constraints.SameAsConstraint.html","topicHref":"NUnit.Framework.Constraints.SameAsConstraint.html","topicUid":"NUnit.Framework.Constraints.SameAsConstraint"},{"name":"SamePathConstraint","href":"NUnit.Framework.Constraints.SamePathConstraint.html","topicHref":"NUnit.Framework.Constraints.SamePathConstraint.html","topicUid":"NUnit.Framework.Constraints.SamePathConstraint"},{"name":"SamePathOrUnderConstraint","href":"NUnit.Framework.Constraints.SamePathOrUnderConstraint.html","topicHref":"NUnit.Framework.Constraints.SamePathOrUnderConstraint.html","topicUid":"NUnit.Framework.Constraints.SamePathOrUnderConstraint"},{"name":"SelfResolvingOperator","href":"NUnit.Framework.Constraints.SelfResolvingOperator.html","topicHref":"NUnit.Framework.Constraints.SelfResolvingOperator.html","topicUid":"NUnit.Framework.Constraints.SelfResolvingOperator"},{"name":"SomeItemsConstraint","href":"NUnit.Framework.Constraints.SomeItemsConstraint.html","topicHref":"NUnit.Framework.Constraints.SomeItemsConstraint.html","topicUid":"NUnit.Framework.Constraints.SomeItemsConstraint"},{"name":"SomeOperator","href":"NUnit.Framework.Constraints.SomeOperator.html","topicHref":"NUnit.Framework.Constraints.SomeOperator.html","topicUid":"NUnit.Framework.Constraints.SomeOperator"},{"name":"StartsWithConstraint","href":"NUnit.Framework.Constraints.StartsWithConstraint.html","topicHref":"NUnit.Framework.Constraints.StartsWithConstraint.html","topicUid":"NUnit.Framework.Constraints.StartsWithConstraint"},{"name":"StringConstraint","href":"NUnit.Framework.Constraints.StringConstraint.html","topicHref":"NUnit.Framework.Constraints.StringConstraint.html","topicUid":"NUnit.Framework.Constraints.StringConstraint"},{"name":"SubPathConstraint","href":"NUnit.Framework.Constraints.SubPathConstraint.html","topicHref":"NUnit.Framework.Constraints.SubPathConstraint.html","topicUid":"NUnit.Framework.Constraints.SubPathConstraint"},{"name":"SubstringConstraint","href":"NUnit.Framework.Constraints.SubstringConstraint.html","topicHref":"NUnit.Framework.Constraints.SubstringConstraint.html","topicUid":"NUnit.Framework.Constraints.SubstringConstraint"},{"name":"ThrowsConstraint","href":"NUnit.Framework.Constraints.ThrowsConstraint.html","topicHref":"NUnit.Framework.Constraints.ThrowsConstraint.html","topicUid":"NUnit.Framework.Constraints.ThrowsConstraint"},{"name":"ThrowsExceptionConstraint","href":"NUnit.Framework.Constraints.ThrowsExceptionConstraint.html","topicHref":"NUnit.Framework.Constraints.ThrowsExceptionConstraint.html","topicUid":"NUnit.Framework.Constraints.ThrowsExceptionConstraint"},{"name":"ThrowsNothingConstraint","href":"NUnit.Framework.Constraints.ThrowsNothingConstraint.html","topicHref":"NUnit.Framework.Constraints.ThrowsNothingConstraint.html","topicUid":"NUnit.Framework.Constraints.ThrowsNothingConstraint"},{"name":"ThrowsOperator","href":"NUnit.Framework.Constraints.ThrowsOperator.html","topicHref":"NUnit.Framework.Constraints.ThrowsOperator.html","topicUid":"NUnit.Framework.Constraints.ThrowsOperator"},{"name":"Tolerance","href":"NUnit.Framework.Constraints.Tolerance.html","topicHref":"NUnit.Framework.Constraints.Tolerance.html","topicUid":"NUnit.Framework.Constraints.Tolerance"},{"name":"Tolerance.Range","href":"NUnit.Framework.Constraints.Tolerance.Range.html","topicHref":"NUnit.Framework.Constraints.Tolerance.Range.html","topicUid":"NUnit.Framework.Constraints.Tolerance.Range"},{"name":"ToleranceMode","href":"NUnit.Framework.Constraints.ToleranceMode.html","topicHref":"NUnit.Framework.Constraints.ToleranceMode.html","topicUid":"NUnit.Framework.Constraints.ToleranceMode"},{"name":"TrueConstraint","href":"NUnit.Framework.Constraints.TrueConstraint.html","topicHref":"NUnit.Framework.Constraints.TrueConstraint.html","topicUid":"NUnit.Framework.Constraints.TrueConstraint"},{"name":"TypeConstraint","href":"NUnit.Framework.Constraints.TypeConstraint.html","topicHref":"NUnit.Framework.Constraints.TypeConstraint.html","topicUid":"NUnit.Framework.Constraints.TypeConstraint"},{"name":"UniqueItemsConstraint","href":"NUnit.Framework.Constraints.UniqueItemsConstraint.html","topicHref":"NUnit.Framework.Constraints.UniqueItemsConstraint.html","topicUid":"NUnit.Framework.Constraints.UniqueItemsConstraint"},{"name":"ValueFormatter","href":"NUnit.Framework.Constraints.ValueFormatter.html","topicHref":"NUnit.Framework.Constraints.ValueFormatter.html","topicUid":"NUnit.Framework.Constraints.ValueFormatter"},{"name":"ValueFormatterFactory","href":"NUnit.Framework.Constraints.ValueFormatterFactory.html","topicHref":"NUnit.Framework.Constraints.ValueFormatterFactory.html","topicUid":"NUnit.Framework.Constraints.ValueFormatterFactory"},{"name":"WhiteSpaceConstraint","href":"NUnit.Framework.Constraints.WhiteSpaceConstraint.html","topicHref":"NUnit.Framework.Constraints.WhiteSpaceConstraint.html","topicUid":"NUnit.Framework.Constraints.WhiteSpaceConstraint"},{"name":"WithOperator","href":"NUnit.Framework.Constraints.WithOperator.html","topicHref":"NUnit.Framework.Constraints.WithOperator.html","topicUid":"NUnit.Framework.Constraints.WithOperator"},{"name":"XmlSerializableConstraint","href":"NUnit.Framework.Constraints.XmlSerializableConstraint.html","topicHref":"NUnit.Framework.Constraints.XmlSerializableConstraint.html","topicUid":"NUnit.Framework.Constraints.XmlSerializableConstraint"}]},{"name":"NUnit.Framework.Diagnostics","href":"NUnit.Framework.Diagnostics.html","topicHref":"NUnit.Framework.Diagnostics.html","topicUid":"NUnit.Framework.Diagnostics","items":[{"name":"ProgressTraceListener","href":"NUnit.Framework.Diagnostics.ProgressTraceListener.html","topicHref":"NUnit.Framework.Diagnostics.ProgressTraceListener.html","topicUid":"NUnit.Framework.Diagnostics.ProgressTraceListener"}]},{"name":"NUnit.Framework.Interfaces","href":"NUnit.Framework.Interfaces.html","topicHref":"NUnit.Framework.Interfaces.html","topicUid":"NUnit.Framework.Interfaces","items":[{"name":"AssertionResult","href":"NUnit.Framework.Interfaces.AssertionResult.html","topicHref":"NUnit.Framework.Interfaces.AssertionResult.html","topicUid":"NUnit.Framework.Interfaces.AssertionResult"},{"name":"AssertionStatus","href":"NUnit.Framework.Interfaces.AssertionStatus.html","topicHref":"NUnit.Framework.Interfaces.AssertionStatus.html","topicUid":"NUnit.Framework.Interfaces.AssertionStatus"},{"name":"FailureSite","href":"NUnit.Framework.Interfaces.FailureSite.html","topicHref":"NUnit.Framework.Interfaces.FailureSite.html","topicUid":"NUnit.Framework.Interfaces.FailureSite"},{"name":"IApplyToContext","href":"NUnit.Framework.Interfaces.IApplyToContext.html","topicHref":"NUnit.Framework.Interfaces.IApplyToContext.html","topicUid":"NUnit.Framework.Interfaces.IApplyToContext"},{"name":"IApplyToTest","href":"NUnit.Framework.Interfaces.IApplyToTest.html","topicHref":"NUnit.Framework.Interfaces.IApplyToTest.html","topicUid":"NUnit.Framework.Interfaces.IApplyToTest"},{"name":"IApplyToTestSuite","href":"NUnit.Framework.Interfaces.IApplyToTestSuite.html","topicHref":"NUnit.Framework.Interfaces.IApplyToTestSuite.html","topicUid":"NUnit.Framework.Interfaces.IApplyToTestSuite"},{"name":"ICombiningStrategy","href":"NUnit.Framework.Interfaces.ICombiningStrategy.html","topicHref":"NUnit.Framework.Interfaces.ICombiningStrategy.html","topicUid":"NUnit.Framework.Interfaces.ICombiningStrategy"},{"name":"ICommandWrapper","href":"NUnit.Framework.Interfaces.ICommandWrapper.html","topicHref":"NUnit.Framework.Interfaces.ICommandWrapper.html","topicUid":"NUnit.Framework.Interfaces.ICommandWrapper"},{"name":"IFixtureBuilder","href":"NUnit.Framework.Interfaces.IFixtureBuilder.html","topicHref":"NUnit.Framework.Interfaces.IFixtureBuilder.html","topicUid":"NUnit.Framework.Interfaces.IFixtureBuilder"},{"name":"IFixtureBuilder2","href":"NUnit.Framework.Interfaces.IFixtureBuilder2.html","topicHref":"NUnit.Framework.Interfaces.IFixtureBuilder2.html","topicUid":"NUnit.Framework.Interfaces.IFixtureBuilder2"},{"name":"IImplyFixture","href":"NUnit.Framework.Interfaces.IImplyFixture.html","topicHref":"NUnit.Framework.Interfaces.IImplyFixture.html","topicUid":"NUnit.Framework.Interfaces.IImplyFixture"},{"name":"IMethodInfo","href":"NUnit.Framework.Interfaces.IMethodInfo.html","topicHref":"NUnit.Framework.Interfaces.IMethodInfo.html","topicUid":"NUnit.Framework.Interfaces.IMethodInfo"},{"name":"IParameterDataProvider","href":"NUnit.Framework.Interfaces.IParameterDataProvider.html","topicHref":"NUnit.Framework.Interfaces.IParameterDataProvider.html","topicUid":"NUnit.Framework.Interfaces.IParameterDataProvider"},{"name":"IParameterDataSource","href":"NUnit.Framework.Interfaces.IParameterDataSource.html","topicHref":"NUnit.Framework.Interfaces.IParameterDataSource.html","topicUid":"NUnit.Framework.Interfaces.IParameterDataSource"},{"name":"IParameterInfo","href":"NUnit.Framework.Interfaces.IParameterInfo.html","topicHref":"NUnit.Framework.Interfaces.IParameterInfo.html","topicUid":"NUnit.Framework.Interfaces.IParameterInfo"},{"name":"IPreFilter","href":"NUnit.Framework.Interfaces.IPreFilter.html","topicHref":"NUnit.Framework.Interfaces.IPreFilter.html","topicUid":"NUnit.Framework.Interfaces.IPreFilter"},{"name":"IPropertyBag","href":"NUnit.Framework.Interfaces.IPropertyBag.html","topicHref":"NUnit.Framework.Interfaces.IPropertyBag.html","topicUid":"NUnit.Framework.Interfaces.IPropertyBag"},{"name":"IReflectionInfo","href":"NUnit.Framework.Interfaces.IReflectionInfo.html","topicHref":"NUnit.Framework.Interfaces.IReflectionInfo.html","topicUid":"NUnit.Framework.Interfaces.IReflectionInfo"},{"name":"IRepeatTest","href":"NUnit.Framework.Interfaces.IRepeatTest.html","topicHref":"NUnit.Framework.Interfaces.IRepeatTest.html","topicUid":"NUnit.Framework.Interfaces.IRepeatTest"},{"name":"ISimpleTestBuilder","href":"NUnit.Framework.Interfaces.ISimpleTestBuilder.html","topicHref":"NUnit.Framework.Interfaces.ISimpleTestBuilder.html","topicUid":"NUnit.Framework.Interfaces.ISimpleTestBuilder"},{"name":"ISuiteBuilder","href":"NUnit.Framework.Interfaces.ISuiteBuilder.html","topicHref":"NUnit.Framework.Interfaces.ISuiteBuilder.html","topicUid":"NUnit.Framework.Interfaces.ISuiteBuilder"},{"name":"ITest","href":"NUnit.Framework.Interfaces.ITest.html","topicHref":"NUnit.Framework.Interfaces.ITest.html","topicUid":"NUnit.Framework.Interfaces.ITest"},{"name":"ITestBuilder","href":"NUnit.Framework.Interfaces.ITestBuilder.html","topicHref":"NUnit.Framework.Interfaces.ITestBuilder.html","topicUid":"NUnit.Framework.Interfaces.ITestBuilder"},{"name":"ITestCaseBuilder","href":"NUnit.Framework.Interfaces.ITestCaseBuilder.html","topicHref":"NUnit.Framework.Interfaces.ITestCaseBuilder.html","topicUid":"NUnit.Framework.Interfaces.ITestCaseBuilder"},{"name":"ITestCaseData","href":"NUnit.Framework.Interfaces.ITestCaseData.html","topicHref":"NUnit.Framework.Interfaces.ITestCaseData.html","topicUid":"NUnit.Framework.Interfaces.ITestCaseData"},{"name":"ITestData","href":"NUnit.Framework.Interfaces.ITestData.html","topicHref":"NUnit.Framework.Interfaces.ITestData.html","topicUid":"NUnit.Framework.Interfaces.ITestData"},{"name":"ITestFilter","href":"NUnit.Framework.Interfaces.ITestFilter.html","topicHref":"NUnit.Framework.Interfaces.ITestFilter.html","topicUid":"NUnit.Framework.Interfaces.ITestFilter"},{"name":"ITestFixtureData","href":"NUnit.Framework.Interfaces.ITestFixtureData.html","topicHref":"NUnit.Framework.Interfaces.ITestFixtureData.html","topicUid":"NUnit.Framework.Interfaces.ITestFixtureData"},{"name":"ITestListener","href":"NUnit.Framework.Interfaces.ITestListener.html","topicHref":"NUnit.Framework.Interfaces.ITestListener.html","topicUid":"NUnit.Framework.Interfaces.ITestListener"},{"name":"ITestResult","href":"NUnit.Framework.Interfaces.ITestResult.html","topicHref":"NUnit.Framework.Interfaces.ITestResult.html","topicUid":"NUnit.Framework.Interfaces.ITestResult"},{"name":"ITypeInfo","href":"NUnit.Framework.Interfaces.ITypeInfo.html","topicHref":"NUnit.Framework.Interfaces.ITypeInfo.html","topicUid":"NUnit.Framework.Interfaces.ITypeInfo"},{"name":"IWrapSetUpTearDown","href":"NUnit.Framework.Interfaces.IWrapSetUpTearDown.html","topicHref":"NUnit.Framework.Interfaces.IWrapSetUpTearDown.html","topicUid":"NUnit.Framework.Interfaces.IWrapSetUpTearDown"},{"name":"IWrapTestMethod","href":"NUnit.Framework.Interfaces.IWrapTestMethod.html","topicHref":"NUnit.Framework.Interfaces.IWrapTestMethod.html","topicUid":"NUnit.Framework.Interfaces.IWrapTestMethod"},{"name":"IXmlNodeBuilder","href":"NUnit.Framework.Interfaces.IXmlNodeBuilder.html","topicHref":"NUnit.Framework.Interfaces.IXmlNodeBuilder.html","topicUid":"NUnit.Framework.Interfaces.IXmlNodeBuilder"},{"name":"ResultState","href":"NUnit.Framework.Interfaces.ResultState.html","topicHref":"NUnit.Framework.Interfaces.ResultState.html","topicUid":"NUnit.Framework.Interfaces.ResultState"},{"name":"RunState","href":"NUnit.Framework.Interfaces.RunState.html","topicHref":"NUnit.Framework.Interfaces.RunState.html","topicUid":"NUnit.Framework.Interfaces.RunState"},{"name":"TNode","href":"NUnit.Framework.Interfaces.TNode.html","topicHref":"NUnit.Framework.Interfaces.TNode.html","topicUid":"NUnit.Framework.Interfaces.TNode"},{"name":"TNode.AttributeDictionary","href":"NUnit.Framework.Interfaces.TNode.AttributeDictionary.html","topicHref":"NUnit.Framework.Interfaces.TNode.AttributeDictionary.html","topicUid":"NUnit.Framework.Interfaces.TNode.AttributeDictionary"},{"name":"TNode.NodeList","href":"NUnit.Framework.Interfaces.TNode.NodeList.html","topicHref":"NUnit.Framework.Interfaces.TNode.NodeList.html","topicUid":"NUnit.Framework.Interfaces.TNode.NodeList"},{"name":"TestAttachment","href":"NUnit.Framework.Interfaces.TestAttachment.html","topicHref":"NUnit.Framework.Interfaces.TestAttachment.html","topicUid":"NUnit.Framework.Interfaces.TestAttachment"},{"name":"TestMessage","href":"NUnit.Framework.Interfaces.TestMessage.html","topicHref":"NUnit.Framework.Interfaces.TestMessage.html","topicUid":"NUnit.Framework.Interfaces.TestMessage"},{"name":"TestOutput","href":"NUnit.Framework.Interfaces.TestOutput.html","topicHref":"NUnit.Framework.Interfaces.TestOutput.html","topicUid":"NUnit.Framework.Interfaces.TestOutput"},{"name":"TestStatus","href":"NUnit.Framework.Interfaces.TestStatus.html","topicHref":"NUnit.Framework.Interfaces.TestStatus.html","topicUid":"NUnit.Framework.Interfaces.TestStatus"}]},{"name":"NUnit.Framework.Legacy","href":"NUnit.Framework.Legacy.html","topicHref":"NUnit.Framework.Legacy.html","topicUid":"NUnit.Framework.Legacy","items":[{"name":"ClassicAssert","href":"NUnit.Framework.Legacy.ClassicAssert.html","topicHref":"NUnit.Framework.Legacy.ClassicAssert.html","topicUid":"NUnit.Framework.Legacy.ClassicAssert"},{"name":"CollectionAssert","href":"NUnit.Framework.Legacy.CollectionAssert.html","topicHref":"NUnit.Framework.Legacy.CollectionAssert.html","topicUid":"NUnit.Framework.Legacy.CollectionAssert"},{"name":"DirectoryAssert","href":"NUnit.Framework.Legacy.DirectoryAssert.html","topicHref":"NUnit.Framework.Legacy.DirectoryAssert.html","topicUid":"NUnit.Framework.Legacy.DirectoryAssert"},{"name":"FileAssert","href":"NUnit.Framework.Legacy.FileAssert.html","topicHref":"NUnit.Framework.Legacy.FileAssert.html","topicUid":"NUnit.Framework.Legacy.FileAssert"},{"name":"StringAssert","href":"NUnit.Framework.Legacy.StringAssert.html","topicHref":"NUnit.Framework.Legacy.StringAssert.html","topicUid":"NUnit.Framework.Legacy.StringAssert"}]},{"name":"NUnit.Options","href":"NUnit.Options.html","topicHref":"NUnit.Options.html","topicUid":"NUnit.Options","items":[{"name":"Option","href":"NUnit.Options.Option.html","topicHref":"NUnit.Options.Option.html","topicUid":"NUnit.Options.Option"},{"name":"OptionAction","href":"NUnit.Options.OptionAction-2.html","topicHref":"NUnit.Options.OptionAction-2.html","topicUid":"NUnit.Options.OptionAction`2"},{"name":"OptionContext","href":"NUnit.Options.OptionContext.html","topicHref":"NUnit.Options.OptionContext.html","topicUid":"NUnit.Options.OptionContext"},{"name":"OptionException","href":"NUnit.Options.OptionException.html","topicHref":"NUnit.Options.OptionException.html","topicUid":"NUnit.Options.OptionException"},{"name":"OptionSet","href":"NUnit.Options.OptionSet.html","topicHref":"NUnit.Options.OptionSet.html","topicUid":"NUnit.Options.OptionSet"},{"name":"OptionValueCollection","href":"NUnit.Options.OptionValueCollection.html","topicHref":"NUnit.Options.OptionValueCollection.html","topicUid":"NUnit.Options.OptionValueCollection"},{"name":"OptionValueType","href":"NUnit.Options.OptionValueType.html","topicHref":"NUnit.Options.OptionValueType.html","topicUid":"NUnit.Options.OptionValueType"}]},{"name":"NUnitLite","href":"NUnitLite.html","topicHref":"NUnitLite.html","topicUid":"NUnitLite","items":[{"name":"AutoRun","href":"NUnitLite.AutoRun.html","topicHref":"NUnitLite.AutoRun.html","topicUid":"NUnitLite.AutoRun"},{"name":"NUnit2XmlOutputWriter","href":"NUnitLite.NUnit2XmlOutputWriter.html","topicHref":"NUnitLite.NUnit2XmlOutputWriter.html","topicUid":"NUnitLite.NUnit2XmlOutputWriter"},{"name":"NUnit3XmlOutputWriter","href":"NUnitLite.NUnit3XmlOutputWriter.html","topicHref":"NUnitLite.NUnit3XmlOutputWriter.html","topicUid":"NUnitLite.NUnit3XmlOutputWriter"},{"name":"NUnitLiteOptions","href":"NUnitLite.NUnitLiteOptions.html","topicHref":"NUnitLite.NUnitLiteOptions.html","topicUid":"NUnitLite.NUnitLiteOptions"},{"name":"OutputManager","href":"NUnitLite.OutputManager.html","topicHref":"NUnitLite.OutputManager.html","topicUid":"NUnitLite.OutputManager"},{"name":"OutputWriter","href":"NUnitLite.OutputWriter.html","topicHref":"NUnitLite.OutputWriter.html","topicUid":"NUnitLite.OutputWriter"},{"name":"ResultSummary","href":"NUnitLite.ResultSummary.html","topicHref":"NUnitLite.ResultSummary.html","topicUid":"NUnitLite.ResultSummary"},{"name":"TeamCityEventListener","href":"NUnitLite.TeamCityEventListener.html","topicHref":"NUnitLite.TeamCityEventListener.html","topicUid":"NUnitLite.TeamCityEventListener"},{"name":"TestCaseOutputWriter","href":"NUnitLite.TestCaseOutputWriter.html","topicHref":"NUnitLite.TestCaseOutputWriter.html","topicUid":"NUnitLite.TestCaseOutputWriter"},{"name":"TextRunner","href":"NUnitLite.TextRunner.html","topicHref":"NUnitLite.TextRunner.html","topicUid":"NUnitLite.TextRunner"},{"name":"TextUI","href":"NUnitLite.TextUI.html","topicHref":"NUnitLite.TextUI.html","topicUid":"NUnitLite.TextUI"},{"name":"TimeStamp","href":"NUnitLite.TimeStamp.html","topicHref":"NUnitLite.TimeStamp.html","topicUid":"NUnitLite.TimeStamp"}]},{"name":"System.Web.UI","href":"System.Web.UI.html","topicHref":"System.Web.UI.html","topicUid":"System.Web.UI","items":[{"name":"ICallbackEventHandler","href":"System.Web.UI.ICallbackEventHandler.html","topicHref":"System.Web.UI.ICallbackEventHandler.html","topicUid":"System.Web.UI.ICallbackEventHandler"}]}],"memberLayout":"SamePage"}
+{"items":[{"name":"NUnit","href":"NUnit.html","topicHref":"NUnit.html","topicUid":"NUnit","items":[{"name":"FrameworkPackageSettings","href":"NUnit.FrameworkPackageSettings.html","topicHref":"NUnit.FrameworkPackageSettings.html","topicUid":"NUnit.FrameworkPackageSettings"}]},{"name":"NUnit.Common","href":"NUnit.Common.html","topicHref":"NUnit.Common.html","topicUid":"NUnit.Common","items":[{"name":"ColorConsole","href":"NUnit.Common.ColorConsole.html","topicHref":"NUnit.Common.ColorConsole.html","topicUid":"NUnit.Common.ColorConsole"},{"name":"ColorConsoleWriter","href":"NUnit.Common.ColorConsoleWriter.html","topicHref":"NUnit.Common.ColorConsoleWriter.html","topicUid":"NUnit.Common.ColorConsoleWriter"},{"name":"ColorStyle","href":"NUnit.Common.ColorStyle.html","topicHref":"NUnit.Common.ColorStyle.html","topicUid":"NUnit.Common.ColorStyle"},{"name":"CommandLineOptions","href":"NUnit.Common.CommandLineOptions.html","topicHref":"NUnit.Common.CommandLineOptions.html","topicUid":"NUnit.Common.CommandLineOptions"},{"name":"ExtendedTextWrapper","href":"NUnit.Common.ExtendedTextWrapper.html","topicHref":"NUnit.Common.ExtendedTextWrapper.html","topicUid":"NUnit.Common.ExtendedTextWrapper"},{"name":"ExtendedTextWriter","href":"NUnit.Common.ExtendedTextWriter.html","topicHref":"NUnit.Common.ExtendedTextWriter.html","topicUid":"NUnit.Common.ExtendedTextWriter"},{"name":"OutputSpecification","href":"NUnit.Common.OutputSpecification.html","topicHref":"NUnit.Common.OutputSpecification.html","topicUid":"NUnit.Common.OutputSpecification"},{"name":"TestNameParser","href":"NUnit.Common.TestNameParser.html","topicHref":"NUnit.Common.TestNameParser.html","topicUid":"NUnit.Common.TestNameParser"},{"name":"TestSelectionParser","href":"NUnit.Common.TestSelectionParser.html","topicHref":"NUnit.Common.TestSelectionParser.html","topicUid":"NUnit.Common.TestSelectionParser"},{"name":"TestSelectionParserException","href":"NUnit.Common.TestSelectionParserException.html","topicHref":"NUnit.Common.TestSelectionParserException.html","topicUid":"NUnit.Common.TestSelectionParserException"},{"name":"Token","href":"NUnit.Common.Token.html","topicHref":"NUnit.Common.Token.html","topicUid":"NUnit.Common.Token"},{"name":"TokenKind","href":"NUnit.Common.TokenKind.html","topicHref":"NUnit.Common.TokenKind.html","topicUid":"NUnit.Common.TokenKind"},{"name":"Tokenizer","href":"NUnit.Common.Tokenizer.html","topicHref":"NUnit.Common.Tokenizer.html","topicUid":"NUnit.Common.Tokenizer"}]},{"name":"NUnit.Compatibility","href":"NUnit.Compatibility.html","topicHref":"NUnit.Compatibility.html","topicUid":"NUnit.Compatibility","items":[{"name":"AttributeHelper","href":"NUnit.Compatibility.AttributeHelper.html","topicHref":"NUnit.Compatibility.AttributeHelper.html","topicUid":"NUnit.Compatibility.AttributeHelper"},{"name":"LongLivedMarshalByRefObject","href":"NUnit.Compatibility.LongLivedMarshalByRefObject.html","topicHref":"NUnit.Compatibility.LongLivedMarshalByRefObject.html","topicUid":"NUnit.Compatibility.LongLivedMarshalByRefObject"}]},{"name":"NUnit.Framework","href":"NUnit.Framework.html","topicHref":"NUnit.Framework.html","topicUid":"NUnit.Framework","items":[{"name":"ActionTargets","href":"NUnit.Framework.ActionTargets.html","topicHref":"NUnit.Framework.ActionTargets.html","topicUid":"NUnit.Framework.ActionTargets"},{"name":"ApartmentAttribute","href":"NUnit.Framework.ApartmentAttribute.html","topicHref":"NUnit.Framework.ApartmentAttribute.html","topicUid":"NUnit.Framework.ApartmentAttribute"},{"name":"Assert","href":"NUnit.Framework.Assert.html","topicHref":"NUnit.Framework.Assert.html","topicUid":"NUnit.Framework.Assert"},{"name":"AssertBase","href":"NUnit.Framework.AssertBase.html","topicHref":"NUnit.Framework.AssertBase.html","topicUid":"NUnit.Framework.AssertBase"},{"name":"AssertionException","href":"NUnit.Framework.AssertionException.html","topicHref":"NUnit.Framework.AssertionException.html","topicUid":"NUnit.Framework.AssertionException"},{"name":"Assume","href":"NUnit.Framework.Assume.html","topicHref":"NUnit.Framework.Assume.html","topicUid":"NUnit.Framework.Assume"},{"name":"AsyncTestDelegate","href":"NUnit.Framework.AsyncTestDelegate.html","topicHref":"NUnit.Framework.AsyncTestDelegate.html","topicUid":"NUnit.Framework.AsyncTestDelegate"},{"name":"AuthorAttribute","href":"NUnit.Framework.AuthorAttribute.html","topicHref":"NUnit.Framework.AuthorAttribute.html","topicUid":"NUnit.Framework.AuthorAttribute"},{"name":"CancelAfterAttribute","href":"NUnit.Framework.CancelAfterAttribute.html","topicHref":"NUnit.Framework.CancelAfterAttribute.html","topicUid":"NUnit.Framework.CancelAfterAttribute"},{"name":"CategoryAttribute","href":"NUnit.Framework.CategoryAttribute.html","topicHref":"NUnit.Framework.CategoryAttribute.html","topicUid":"NUnit.Framework.CategoryAttribute"},{"name":"CombinatorialAttribute","href":"NUnit.Framework.CombinatorialAttribute.html","topicHref":"NUnit.Framework.CombinatorialAttribute.html","topicUid":"NUnit.Framework.CombinatorialAttribute"},{"name":"CombiningStrategyAttribute","href":"NUnit.Framework.CombiningStrategyAttribute.html","topicHref":"NUnit.Framework.CombiningStrategyAttribute.html","topicUid":"NUnit.Framework.CombiningStrategyAttribute"},{"name":"Contains","href":"NUnit.Framework.Contains.html","topicHref":"NUnit.Framework.Contains.html","topicUid":"NUnit.Framework.Contains"},{"name":"CultureAttribute","href":"NUnit.Framework.CultureAttribute.html","topicHref":"NUnit.Framework.CultureAttribute.html","topicUid":"NUnit.Framework.CultureAttribute"},{"name":"DatapointAttribute","href":"NUnit.Framework.DatapointAttribute.html","topicHref":"NUnit.Framework.DatapointAttribute.html","topicUid":"NUnit.Framework.DatapointAttribute"},{"name":"DatapointSourceAttribute","href":"NUnit.Framework.DatapointSourceAttribute.html","topicHref":"NUnit.Framework.DatapointSourceAttribute.html","topicUid":"NUnit.Framework.DatapointSourceAttribute"},{"name":"DatapointsAttribute","href":"NUnit.Framework.DatapointsAttribute.html","topicHref":"NUnit.Framework.DatapointsAttribute.html","topicUid":"NUnit.Framework.DatapointsAttribute"},{"name":"DefaultFloatingPointToleranceAttribute","href":"NUnit.Framework.DefaultFloatingPointToleranceAttribute.html","topicHref":"NUnit.Framework.DefaultFloatingPointToleranceAttribute.html","topicUid":"NUnit.Framework.DefaultFloatingPointToleranceAttribute"},{"name":"DescriptionAttribute","href":"NUnit.Framework.DescriptionAttribute.html","topicHref":"NUnit.Framework.DescriptionAttribute.html","topicUid":"NUnit.Framework.DescriptionAttribute"},{"name":"Does","href":"NUnit.Framework.Does.html","topicHref":"NUnit.Framework.Does.html","topicUid":"NUnit.Framework.Does"},{"name":"EqualNumericWithoutUsingConstraintExtensions","href":"NUnit.Framework.EqualNumericWithoutUsingConstraintExtensions.html","topicHref":"NUnit.Framework.EqualNumericWithoutUsingConstraintExtensions.html","topicUid":"NUnit.Framework.EqualNumericWithoutUsingConstraintExtensions"},{"name":"ExplicitAttribute","href":"NUnit.Framework.ExplicitAttribute.html","topicHref":"NUnit.Framework.ExplicitAttribute.html","topicUid":"NUnit.Framework.ExplicitAttribute"},{"name":"FixtureLifeCycleAttribute","href":"NUnit.Framework.FixtureLifeCycleAttribute.html","topicHref":"NUnit.Framework.FixtureLifeCycleAttribute.html","topicUid":"NUnit.Framework.FixtureLifeCycleAttribute"},{"name":"Has","href":"NUnit.Framework.Has.html","topicHref":"NUnit.Framework.Has.html","topicUid":"NUnit.Framework.Has"},{"name":"IEqualWithUsingConstraintExtensions","href":"NUnit.Framework.IEqualWithUsingConstraintExtensions.html","topicHref":"NUnit.Framework.IEqualWithUsingConstraintExtensions.html","topicUid":"NUnit.Framework.IEqualWithUsingConstraintExtensions"},{"name":"IEqualWithUsingConstraint","href":"NUnit.Framework.IEqualWithUsingConstraint-1.html","topicHref":"NUnit.Framework.IEqualWithUsingConstraint-1.html","topicUid":"NUnit.Framework.IEqualWithUsingConstraint`1"},{"name":"ITestAction","href":"NUnit.Framework.ITestAction.html","topicHref":"NUnit.Framework.ITestAction.html","topicUid":"NUnit.Framework.ITestAction"},{"name":"IgnoreAttribute","href":"NUnit.Framework.IgnoreAttribute.html","topicHref":"NUnit.Framework.IgnoreAttribute.html","topicUid":"NUnit.Framework.IgnoreAttribute"},{"name":"IgnoreException","href":"NUnit.Framework.IgnoreException.html","topicHref":"NUnit.Framework.IgnoreException.html","topicUid":"NUnit.Framework.IgnoreException"},{"name":"IncludeExcludeAttribute","href":"NUnit.Framework.IncludeExcludeAttribute.html","topicHref":"NUnit.Framework.IncludeExcludeAttribute.html","topicUid":"NUnit.Framework.IncludeExcludeAttribute"},{"name":"InconclusiveException","href":"NUnit.Framework.InconclusiveException.html","topicHref":"NUnit.Framework.InconclusiveException.html","topicUid":"NUnit.Framework.InconclusiveException"},{"name":"Is","href":"NUnit.Framework.Is.html","topicHref":"NUnit.Framework.Is.html","topicUid":"NUnit.Framework.Is"},{"name":"Iz","href":"NUnit.Framework.Iz.html","topicHref":"NUnit.Framework.Iz.html","topicUid":"NUnit.Framework.Iz"},{"name":"LevelOfParallelismAttribute","href":"NUnit.Framework.LevelOfParallelismAttribute.html","topicHref":"NUnit.Framework.LevelOfParallelismAttribute.html","topicUid":"NUnit.Framework.LevelOfParallelismAttribute"},{"name":"LifeCycle","href":"NUnit.Framework.LifeCycle.html","topicHref":"NUnit.Framework.LifeCycle.html","topicUid":"NUnit.Framework.LifeCycle"},{"name":"MaxTimeAttribute","href":"NUnit.Framework.MaxTimeAttribute.html","topicHref":"NUnit.Framework.MaxTimeAttribute.html","topicUid":"NUnit.Framework.MaxTimeAttribute"},{"name":"MultipleAssertException","href":"NUnit.Framework.MultipleAssertException.html","topicHref":"NUnit.Framework.MultipleAssertException.html","topicUid":"NUnit.Framework.MultipleAssertException"},{"name":"NUnitAttribute","href":"NUnit.Framework.NUnitAttribute.html","topicHref":"NUnit.Framework.NUnitAttribute.html","topicUid":"NUnit.Framework.NUnitAttribute"},{"name":"NUnitString","href":"NUnit.Framework.NUnitString.html","topicHref":"NUnit.Framework.NUnitString.html","topicUid":"NUnit.Framework.NUnitString"},{"name":"NetPlatformAttribute","href":"NUnit.Framework.NetPlatformAttribute.html","topicHref":"NUnit.Framework.NetPlatformAttribute.html","topicUid":"NUnit.Framework.NetPlatformAttribute"},{"name":"NonParallelizableAttribute","href":"NUnit.Framework.NonParallelizableAttribute.html","topicHref":"NUnit.Framework.NonParallelizableAttribute.html","topicUid":"NUnit.Framework.NonParallelizableAttribute"},{"name":"OneTimeSetUpAttribute","href":"NUnit.Framework.OneTimeSetUpAttribute.html","topicHref":"NUnit.Framework.OneTimeSetUpAttribute.html","topicUid":"NUnit.Framework.OneTimeSetUpAttribute"},{"name":"OneTimeTearDownAttribute","href":"NUnit.Framework.OneTimeTearDownAttribute.html","topicHref":"NUnit.Framework.OneTimeTearDownAttribute.html","topicUid":"NUnit.Framework.OneTimeTearDownAttribute"},{"name":"OrderAttribute","href":"NUnit.Framework.OrderAttribute.html","topicHref":"NUnit.Framework.OrderAttribute.html","topicUid":"NUnit.Framework.OrderAttribute"},{"name":"PairwiseAttribute","href":"NUnit.Framework.PairwiseAttribute.html","topicHref":"NUnit.Framework.PairwiseAttribute.html","topicUid":"NUnit.Framework.PairwiseAttribute"},{"name":"ParallelScope","href":"NUnit.Framework.ParallelScope.html","topicHref":"NUnit.Framework.ParallelScope.html","topicUid":"NUnit.Framework.ParallelScope"},{"name":"ParallelizableAttribute","href":"NUnit.Framework.ParallelizableAttribute.html","topicHref":"NUnit.Framework.ParallelizableAttribute.html","topicUid":"NUnit.Framework.ParallelizableAttribute"},{"name":"PlatformAttribute","href":"NUnit.Framework.PlatformAttribute.html","topicHref":"NUnit.Framework.PlatformAttribute.html","topicUid":"NUnit.Framework.PlatformAttribute"},{"name":"PropertyAttribute","href":"NUnit.Framework.PropertyAttribute.html","topicHref":"NUnit.Framework.PropertyAttribute.html","topicUid":"NUnit.Framework.PropertyAttribute"},{"name":"RandomAttribute","href":"NUnit.Framework.RandomAttribute.html","topicHref":"NUnit.Framework.RandomAttribute.html","topicUid":"NUnit.Framework.RandomAttribute"},{"name":"RangeAttribute","href":"NUnit.Framework.RangeAttribute.html","topicHref":"NUnit.Framework.RangeAttribute.html","topicUid":"NUnit.Framework.RangeAttribute"},{"name":"RepeatAttribute","href":"NUnit.Framework.RepeatAttribute.html","topicHref":"NUnit.Framework.RepeatAttribute.html","topicUid":"NUnit.Framework.RepeatAttribute"},{"name":"RepeatAttribute.RepeatedTestCommand","href":"NUnit.Framework.RepeatAttribute.RepeatedTestCommand.html","topicHref":"NUnit.Framework.RepeatAttribute.RepeatedTestCommand.html","topicUid":"NUnit.Framework.RepeatAttribute.RepeatedTestCommand"},{"name":"RequiresThreadAttribute","href":"NUnit.Framework.RequiresThreadAttribute.html","topicHref":"NUnit.Framework.RequiresThreadAttribute.html","topicUid":"NUnit.Framework.RequiresThreadAttribute"},{"name":"ResultStateException","href":"NUnit.Framework.ResultStateException.html","topicHref":"NUnit.Framework.ResultStateException.html","topicUid":"NUnit.Framework.ResultStateException"},{"name":"RetryAttribute","href":"NUnit.Framework.RetryAttribute.html","topicHref":"NUnit.Framework.RetryAttribute.html","topicUid":"NUnit.Framework.RetryAttribute"},{"name":"RetryAttribute.RetryCommand","href":"NUnit.Framework.RetryAttribute.RetryCommand.html","topicHref":"NUnit.Framework.RetryAttribute.RetryCommand.html","topicUid":"NUnit.Framework.RetryAttribute.RetryCommand"},{"name":"SequentialAttribute","href":"NUnit.Framework.SequentialAttribute.html","topicHref":"NUnit.Framework.SequentialAttribute.html","topicUid":"NUnit.Framework.SequentialAttribute"},{"name":"SetCultureAttribute","href":"NUnit.Framework.SetCultureAttribute.html","topicHref":"NUnit.Framework.SetCultureAttribute.html","topicUid":"NUnit.Framework.SetCultureAttribute"},{"name":"SetUICultureAttribute","href":"NUnit.Framework.SetUICultureAttribute.html","topicHref":"NUnit.Framework.SetUICultureAttribute.html","topicUid":"NUnit.Framework.SetUICultureAttribute"},{"name":"SetUpAttribute","href":"NUnit.Framework.SetUpAttribute.html","topicHref":"NUnit.Framework.SetUpAttribute.html","topicUid":"NUnit.Framework.SetUpAttribute"},{"name":"SetUpFixtureAttribute","href":"NUnit.Framework.SetUpFixtureAttribute.html","topicHref":"NUnit.Framework.SetUpFixtureAttribute.html","topicUid":"NUnit.Framework.SetUpFixtureAttribute"},{"name":"SingleThreadedAttribute","href":"NUnit.Framework.SingleThreadedAttribute.html","topicHref":"NUnit.Framework.SingleThreadedAttribute.html","topicUid":"NUnit.Framework.SingleThreadedAttribute"},{"name":"SuccessException","href":"NUnit.Framework.SuccessException.html","topicHref":"NUnit.Framework.SuccessException.html","topicUid":"NUnit.Framework.SuccessException"},{"name":"TearDownAttribute","href":"NUnit.Framework.TearDownAttribute.html","topicHref":"NUnit.Framework.TearDownAttribute.html","topicUid":"NUnit.Framework.TearDownAttribute"},{"name":"TestActionAttribute","href":"NUnit.Framework.TestActionAttribute.html","topicHref":"NUnit.Framework.TestActionAttribute.html","topicUid":"NUnit.Framework.TestActionAttribute"},{"name":"TestAssemblyDirectoryResolveAttribute","href":"NUnit.Framework.TestAssemblyDirectoryResolveAttribute.html","topicHref":"NUnit.Framework.TestAssemblyDirectoryResolveAttribute.html","topicUid":"NUnit.Framework.TestAssemblyDirectoryResolveAttribute"},{"name":"TestAttribute","href":"NUnit.Framework.TestAttribute.html","topicHref":"NUnit.Framework.TestAttribute.html","topicUid":"NUnit.Framework.TestAttribute"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute.html","topicHref":"NUnit.Framework.TestCaseAttribute.html","topicUid":"NUnit.Framework.TestCaseAttribute"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-1.html","topicHref":"NUnit.Framework.TestCaseAttribute-1.html","topicUid":"NUnit.Framework.TestCaseAttribute`1"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-2.html","topicHref":"NUnit.Framework.TestCaseAttribute-2.html","topicUid":"NUnit.Framework.TestCaseAttribute`2"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-3.html","topicHref":"NUnit.Framework.TestCaseAttribute-3.html","topicUid":"NUnit.Framework.TestCaseAttribute`3"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-4.html","topicHref":"NUnit.Framework.TestCaseAttribute-4.html","topicUid":"NUnit.Framework.TestCaseAttribute`4"},{"name":"TestCaseAttribute","href":"NUnit.Framework.TestCaseAttribute-5.html","topicHref":"NUnit.Framework.TestCaseAttribute-5.html","topicUid":"NUnit.Framework.TestCaseAttribute`5"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData.html","topicHref":"NUnit.Framework.TestCaseData.html","topicUid":"NUnit.Framework.TestCaseData"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-1.html","topicHref":"NUnit.Framework.TestCaseData-1.html","topicUid":"NUnit.Framework.TestCaseData`1"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-2.html","topicHref":"NUnit.Framework.TestCaseData-2.html","topicUid":"NUnit.Framework.TestCaseData`2"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-3.html","topicHref":"NUnit.Framework.TestCaseData-3.html","topicUid":"NUnit.Framework.TestCaseData`3"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-4.html","topicHref":"NUnit.Framework.TestCaseData-4.html","topicUid":"NUnit.Framework.TestCaseData`4"},{"name":"TestCaseData","href":"NUnit.Framework.TestCaseData-5.html","topicHref":"NUnit.Framework.TestCaseData-5.html","topicUid":"NUnit.Framework.TestCaseData`5"},{"name":"TestCaseSourceAttribute","href":"NUnit.Framework.TestCaseSourceAttribute.html","topicHref":"NUnit.Framework.TestCaseSourceAttribute.html","topicUid":"NUnit.Framework.TestCaseSourceAttribute"},{"name":"TestContext","href":"NUnit.Framework.TestContext.html","topicHref":"NUnit.Framework.TestContext.html","topicUid":"NUnit.Framework.TestContext"},{"name":"TestContext.PropertyBagAdapter","href":"NUnit.Framework.TestContext.PropertyBagAdapter.html","topicHref":"NUnit.Framework.TestContext.PropertyBagAdapter.html","topicUid":"NUnit.Framework.TestContext.PropertyBagAdapter"},{"name":"TestContext.PropertyHierachyItem","href":"NUnit.Framework.TestContext.PropertyHierachyItem.html","topicHref":"NUnit.Framework.TestContext.PropertyHierachyItem.html","topicUid":"NUnit.Framework.TestContext.PropertyHierachyItem"},{"name":"TestContext.PropertyValueHierarchyItem","href":"NUnit.Framework.TestContext.PropertyValueHierarchyItem.html","topicHref":"NUnit.Framework.TestContext.PropertyValueHierarchyItem.html","topicUid":"NUnit.Framework.TestContext.PropertyValueHierarchyItem"},{"name":"TestContext.ResultAdapter","href":"NUnit.Framework.TestContext.ResultAdapter.html","topicHref":"NUnit.Framework.TestContext.ResultAdapter.html","topicUid":"NUnit.Framework.TestContext.ResultAdapter"},{"name":"TestContext.TestAdapter","href":"NUnit.Framework.TestContext.TestAdapter.html","topicHref":"NUnit.Framework.TestContext.TestAdapter.html","topicUid":"NUnit.Framework.TestContext.TestAdapter"},{"name":"TestDelegate","href":"NUnit.Framework.TestDelegate.html","topicHref":"NUnit.Framework.TestDelegate.html","topicUid":"NUnit.Framework.TestDelegate"},{"name":"TestFixtureAttribute","href":"NUnit.Framework.TestFixtureAttribute.html","topicHref":"NUnit.Framework.TestFixtureAttribute.html","topicUid":"NUnit.Framework.TestFixtureAttribute"},{"name":"TestFixtureData","href":"NUnit.Framework.TestFixtureData.html","topicHref":"NUnit.Framework.TestFixtureData.html","topicUid":"NUnit.Framework.TestFixtureData"},{"name":"TestFixtureSourceAttribute","href":"NUnit.Framework.TestFixtureSourceAttribute.html","topicHref":"NUnit.Framework.TestFixtureSourceAttribute.html","topicUid":"NUnit.Framework.TestFixtureSourceAttribute"},{"name":"TestOfAttribute","href":"NUnit.Framework.TestOfAttribute.html","topicHref":"NUnit.Framework.TestOfAttribute.html","topicUid":"NUnit.Framework.TestOfAttribute"},{"name":"TestParameters","href":"NUnit.Framework.TestParameters.html","topicHref":"NUnit.Framework.TestParameters.html","topicUid":"NUnit.Framework.TestParameters"},{"name":"TheoryAttribute","href":"NUnit.Framework.TheoryAttribute.html","topicHref":"NUnit.Framework.TheoryAttribute.html","topicUid":"NUnit.Framework.TheoryAttribute"},{"name":"Throws","href":"NUnit.Framework.Throws.html","topicHref":"NUnit.Framework.Throws.html","topicUid":"NUnit.Framework.Throws"},{"name":"TimeoutAttribute","href":"NUnit.Framework.TimeoutAttribute.html","topicHref":"NUnit.Framework.TimeoutAttribute.html","topicUid":"NUnit.Framework.TimeoutAttribute"},{"name":"ValueSourceAttribute","href":"NUnit.Framework.ValueSourceAttribute.html","topicHref":"NUnit.Framework.ValueSourceAttribute.html","topicUid":"NUnit.Framework.ValueSourceAttribute"},{"name":"ValuesAttribute","href":"NUnit.Framework.ValuesAttribute.html","topicHref":"NUnit.Framework.ValuesAttribute.html","topicUid":"NUnit.Framework.ValuesAttribute"},{"name":"Warn","href":"NUnit.Framework.Warn.html","topicHref":"NUnit.Framework.Warn.html","topicUid":"NUnit.Framework.Warn"}]},{"name":"NUnit.Framework.Api","href":"NUnit.Framework.Api.html","topicHref":"NUnit.Framework.Api.html","topicUid":"NUnit.Framework.Api","items":[{"name":"DefaultTestAssemblyBuilder","href":"NUnit.Framework.Api.DefaultTestAssemblyBuilder.html","topicHref":"NUnit.Framework.Api.DefaultTestAssemblyBuilder.html","topicUid":"NUnit.Framework.Api.DefaultTestAssemblyBuilder"},{"name":"FrameworkController","href":"NUnit.Framework.Api.FrameworkController.html","topicHref":"NUnit.Framework.Api.FrameworkController.html","topicUid":"NUnit.Framework.Api.FrameworkController"},{"name":"FrameworkController.CountTestsAction","href":"NUnit.Framework.Api.FrameworkController.CountTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.CountTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.CountTestsAction"},{"name":"FrameworkController.ExploreTestsAction","href":"NUnit.Framework.Api.FrameworkController.ExploreTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.ExploreTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.ExploreTestsAction"},{"name":"FrameworkController.FrameworkControllerAction","href":"NUnit.Framework.Api.FrameworkController.FrameworkControllerAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.FrameworkControllerAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.FrameworkControllerAction"},{"name":"FrameworkController.LoadTestsAction","href":"NUnit.Framework.Api.FrameworkController.LoadTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.LoadTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.LoadTestsAction"},{"name":"FrameworkController.RunAsyncAction","href":"NUnit.Framework.Api.FrameworkController.RunAsyncAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.RunAsyncAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.RunAsyncAction"},{"name":"FrameworkController.RunTestsAction","href":"NUnit.Framework.Api.FrameworkController.RunTestsAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.RunTestsAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.RunTestsAction"},{"name":"FrameworkController.StopRunAction","href":"NUnit.Framework.Api.FrameworkController.StopRunAction.html","topicHref":"NUnit.Framework.Api.FrameworkController.StopRunAction.html","topicUid":"NUnit.Framework.Api.FrameworkController.StopRunAction"},{"name":"ITestAssemblyBuilder","href":"NUnit.Framework.Api.ITestAssemblyBuilder.html","topicHref":"NUnit.Framework.Api.ITestAssemblyBuilder.html","topicUid":"NUnit.Framework.Api.ITestAssemblyBuilder"},{"name":"ITestAssemblyRunner","href":"NUnit.Framework.Api.ITestAssemblyRunner.html","topicHref":"NUnit.Framework.Api.ITestAssemblyRunner.html","topicUid":"NUnit.Framework.Api.ITestAssemblyRunner"},{"name":"NUnitTestAssemblyRunner","href":"NUnit.Framework.Api.NUnitTestAssemblyRunner.html","topicHref":"NUnit.Framework.Api.NUnitTestAssemblyRunner.html","topicUid":"NUnit.Framework.Api.NUnitTestAssemblyRunner"}]},{"name":"NUnit.Framework.Constraints","href":"NUnit.Framework.Constraints.html","topicHref":"NUnit.Framework.Constraints.html","topicUid":"NUnit.Framework.Constraints","items":[{"name":"ActualValueDelegate","href":"NUnit.Framework.Constraints.ActualValueDelegate-1.html","topicHref":"NUnit.Framework.Constraints.ActualValueDelegate-1.html","topicUid":"NUnit.Framework.Constraints.ActualValueDelegate`1"},{"name":"AllItemsConstraint","href":"NUnit.Framework.Constraints.AllItemsConstraint.html","topicHref":"NUnit.Framework.Constraints.AllItemsConstraint.html","topicUid":"NUnit.Framework.Constraints.AllItemsConstraint"},{"name":"AllOperator","href":"NUnit.Framework.Constraints.AllOperator.html","topicHref":"NUnit.Framework.Constraints.AllOperator.html","topicUid":"NUnit.Framework.Constraints.AllOperator"},{"name":"AndConstraint","href":"NUnit.Framework.Constraints.AndConstraint.html","topicHref":"NUnit.Framework.Constraints.AndConstraint.html","topicUid":"NUnit.Framework.Constraints.AndConstraint"},{"name":"AndOperator","href":"NUnit.Framework.Constraints.AndOperator.html","topicHref":"NUnit.Framework.Constraints.AndOperator.html","topicUid":"NUnit.Framework.Constraints.AndOperator"},{"name":"AnyOfConstraint","href":"NUnit.Framework.Constraints.AnyOfConstraint.html","topicHref":"NUnit.Framework.Constraints.AnyOfConstraint.html","topicUid":"NUnit.Framework.Constraints.AnyOfConstraint"},{"name":"AssignableFromConstraint","href":"NUnit.Framework.Constraints.AssignableFromConstraint.html","topicHref":"NUnit.Framework.Constraints.AssignableFromConstraint.html","topicUid":"NUnit.Framework.Constraints.AssignableFromConstraint"},{"name":"AssignableToConstraint","href":"NUnit.Framework.Constraints.AssignableToConstraint.html","topicHref":"NUnit.Framework.Constraints.AssignableToConstraint.html","topicUid":"NUnit.Framework.Constraints.AssignableToConstraint"},{"name":"AttributeConstraint","href":"NUnit.Framework.Constraints.AttributeConstraint.html","topicHref":"NUnit.Framework.Constraints.AttributeConstraint.html","topicUid":"NUnit.Framework.Constraints.AttributeConstraint"},{"name":"AttributeExistsConstraint","href":"NUnit.Framework.Constraints.AttributeExistsConstraint.html","topicHref":"NUnit.Framework.Constraints.AttributeExistsConstraint.html","topicUid":"NUnit.Framework.Constraints.AttributeExistsConstraint"},{"name":"AttributeOperator","href":"NUnit.Framework.Constraints.AttributeOperator.html","topicHref":"NUnit.Framework.Constraints.AttributeOperator.html","topicUid":"NUnit.Framework.Constraints.AttributeOperator"},{"name":"BinaryConstraint","href":"NUnit.Framework.Constraints.BinaryConstraint.html","topicHref":"NUnit.Framework.Constraints.BinaryConstraint.html","topicUid":"NUnit.Framework.Constraints.BinaryConstraint"},{"name":"BinaryOperator","href":"NUnit.Framework.Constraints.BinaryOperator.html","topicHref":"NUnit.Framework.Constraints.BinaryOperator.html","topicUid":"NUnit.Framework.Constraints.BinaryOperator"},{"name":"CollectionConstraint","href":"NUnit.Framework.Constraints.CollectionConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionConstraint"},{"name":"CollectionEquivalentConstraint","href":"NUnit.Framework.Constraints.CollectionEquivalentConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionEquivalentConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionEquivalentConstraint"},{"name":"CollectionEquivalentConstraintResult","href":"NUnit.Framework.Constraints.CollectionEquivalentConstraintResult.html","topicHref":"NUnit.Framework.Constraints.CollectionEquivalentConstraintResult.html","topicUid":"NUnit.Framework.Constraints.CollectionEquivalentConstraintResult"},{"name":"CollectionItemsEqualConstraint","href":"NUnit.Framework.Constraints.CollectionItemsEqualConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionItemsEqualConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionItemsEqualConstraint"},{"name":"CollectionOperator","href":"NUnit.Framework.Constraints.CollectionOperator.html","topicHref":"NUnit.Framework.Constraints.CollectionOperator.html","topicUid":"NUnit.Framework.Constraints.CollectionOperator"},{"name":"CollectionOrderedConstraint","href":"NUnit.Framework.Constraints.CollectionOrderedConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionOrderedConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionOrderedConstraint"},{"name":"CollectionSubsetConstraint","href":"NUnit.Framework.Constraints.CollectionSubsetConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionSubsetConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionSubsetConstraint"},{"name":"CollectionSupersetConstraint","href":"NUnit.Framework.Constraints.CollectionSupersetConstraint.html","topicHref":"NUnit.Framework.Constraints.CollectionSupersetConstraint.html","topicUid":"NUnit.Framework.Constraints.CollectionSupersetConstraint"},{"name":"CollectionTally","href":"NUnit.Framework.Constraints.CollectionTally.html","topicHref":"NUnit.Framework.Constraints.CollectionTally.html","topicUid":"NUnit.Framework.Constraints.CollectionTally"},{"name":"CollectionTally.CollectionTallyResult","href":"NUnit.Framework.Constraints.CollectionTally.CollectionTallyResult.html","topicHref":"NUnit.Framework.Constraints.CollectionTally.CollectionTallyResult.html","topicUid":"NUnit.Framework.Constraints.CollectionTally.CollectionTallyResult"},{"name":"ComparisonAdapter","href":"NUnit.Framework.Constraints.ComparisonAdapter.html","topicHref":"NUnit.Framework.Constraints.ComparisonAdapter.html","topicUid":"NUnit.Framework.Constraints.ComparisonAdapter"},{"name":"ComparisonConstraint","href":"NUnit.Framework.Constraints.ComparisonConstraint.html","topicHref":"NUnit.Framework.Constraints.ComparisonConstraint.html","topicUid":"NUnit.Framework.Constraints.ComparisonConstraint"},{"name":"Constraint","href":"NUnit.Framework.Constraints.Constraint.html","topicHref":"NUnit.Framework.Constraints.Constraint.html","topicUid":"NUnit.Framework.Constraints.Constraint"},{"name":"ConstraintBuilder","href":"NUnit.Framework.Constraints.ConstraintBuilder.html","topicHref":"NUnit.Framework.Constraints.ConstraintBuilder.html","topicUid":"NUnit.Framework.Constraints.ConstraintBuilder"},{"name":"ConstraintBuilder.ConstraintStack","href":"NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.html","topicHref":"NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack.html","topicUid":"NUnit.Framework.Constraints.ConstraintBuilder.ConstraintStack"},{"name":"ConstraintExpression","href":"NUnit.Framework.Constraints.ConstraintExpression.html","topicHref":"NUnit.Framework.Constraints.ConstraintExpression.html","topicUid":"NUnit.Framework.Constraints.ConstraintExpression"},{"name":"ConstraintOperator","href":"NUnit.Framework.Constraints.ConstraintOperator.html","topicHref":"NUnit.Framework.Constraints.ConstraintOperator.html","topicUid":"NUnit.Framework.Constraints.ConstraintOperator"},{"name":"ConstraintResult","href":"NUnit.Framework.Constraints.ConstraintResult.html","topicHref":"NUnit.Framework.Constraints.ConstraintResult.html","topicUid":"NUnit.Framework.Constraints.ConstraintResult"},{"name":"ConstraintStatus","href":"NUnit.Framework.Constraints.ConstraintStatus.html","topicHref":"NUnit.Framework.Constraints.ConstraintStatus.html","topicUid":"NUnit.Framework.Constraints.ConstraintStatus"},{"name":"ContainsConstraint","href":"NUnit.Framework.Constraints.ContainsConstraint.html","topicHref":"NUnit.Framework.Constraints.ContainsConstraint.html","topicUid":"NUnit.Framework.Constraints.ContainsConstraint"},{"name":"CountZeroConstraint","href":"NUnit.Framework.Constraints.CountZeroConstraint.html","topicHref":"NUnit.Framework.Constraints.CountZeroConstraint.html","topicUid":"NUnit.Framework.Constraints.CountZeroConstraint"},{"name":"DateTimes","href":"NUnit.Framework.Constraints.DateTimes.html","topicHref":"NUnit.Framework.Constraints.DateTimes.html","topicUid":"NUnit.Framework.Constraints.DateTimes"},{"name":"DefaultConstraint","href":"NUnit.Framework.Constraints.DefaultConstraint.html","topicHref":"NUnit.Framework.Constraints.DefaultConstraint.html","topicUid":"NUnit.Framework.Constraints.DefaultConstraint"},{"name":"DelayedConstraint","href":"NUnit.Framework.Constraints.DelayedConstraint.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint"},{"name":"DelayedConstraint.WithDimensionedDelayInterval","href":"NUnit.Framework.Constraints.DelayedConstraint.WithDimensionedDelayInterval.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.WithDimensionedDelayInterval.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint.WithDimensionedDelayInterval"},{"name":"DelayedConstraint.WithRawDelayInterval","href":"NUnit.Framework.Constraints.DelayedConstraint.WithRawDelayInterval.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.WithRawDelayInterval.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint.WithRawDelayInterval"},{"name":"DelayedConstraint.WithRawPollingInterval","href":"NUnit.Framework.Constraints.DelayedConstraint.WithRawPollingInterval.html","topicHref":"NUnit.Framework.Constraints.DelayedConstraint.WithRawPollingInterval.html","topicUid":"NUnit.Framework.Constraints.DelayedConstraint.WithRawPollingInterval"},{"name":"DictionaryContainsKeyConstraint","href":"NUnit.Framework.Constraints.DictionaryContainsKeyConstraint.html","topicHref":"NUnit.Framework.Constraints.DictionaryContainsKeyConstraint.html","topicUid":"NUnit.Framework.Constraints.DictionaryContainsKeyConstraint"},{"name":"DictionaryContainsKeyValuePairConstraint","href":"NUnit.Framework.Constraints.DictionaryContainsKeyValuePairConstraint.html","topicHref":"NUnit.Framework.Constraints.DictionaryContainsKeyValuePairConstraint.html","topicUid":"NUnit.Framework.Constraints.DictionaryContainsKeyValuePairConstraint"},{"name":"DictionaryContainsValueConstraint","href":"NUnit.Framework.Constraints.DictionaryContainsValueConstraint.html","topicHref":"NUnit.Framework.Constraints.DictionaryContainsValueConstraint.html","topicUid":"NUnit.Framework.Constraints.DictionaryContainsValueConstraint"},{"name":"EmptyCollectionConstraint","href":"NUnit.Framework.Constraints.EmptyCollectionConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyCollectionConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyCollectionConstraint"},{"name":"EmptyConstraint","href":"NUnit.Framework.Constraints.EmptyConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyConstraint"},{"name":"EmptyDirectoryConstraint","href":"NUnit.Framework.Constraints.EmptyDirectoryConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyDirectoryConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyDirectoryConstraint"},{"name":"EmptyGuidConstraint","href":"NUnit.Framework.Constraints.EmptyGuidConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyGuidConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyGuidConstraint"},{"name":"EmptyStringConstraint","href":"NUnit.Framework.Constraints.EmptyStringConstraint.html","topicHref":"NUnit.Framework.Constraints.EmptyStringConstraint.html","topicUid":"NUnit.Framework.Constraints.EmptyStringConstraint"},{"name":"EndsWithConstraint","href":"NUnit.Framework.Constraints.EndsWithConstraint.html","topicHref":"NUnit.Framework.Constraints.EndsWithConstraint.html","topicUid":"NUnit.Framework.Constraints.EndsWithConstraint"},{"name":"EqualConstraint","href":"NUnit.Framework.Constraints.EqualConstraint.html","topicHref":"NUnit.Framework.Constraints.EqualConstraint.html","topicUid":"NUnit.Framework.Constraints.EqualConstraint"},{"name":"EqualConstraintResult","href":"NUnit.Framework.Constraints.EqualConstraintResult.html","topicHref":"NUnit.Framework.Constraints.EqualConstraintResult.html","topicUid":"NUnit.Framework.Constraints.EqualConstraintResult"},{"name":"EqualDateTimeOffsetConstraint","href":"NUnit.Framework.Constraints.EqualDateTimeOffsetConstraint.html","topicHref":"NUnit.Framework.Constraints.EqualDateTimeOffsetConstraint.html","topicUid":"NUnit.Framework.Constraints.EqualDateTimeOffsetConstraint"},{"name":"EqualDateTimeOffsetConstraintWithSameOffset","href":"NUnit.Framework.Constraints.EqualDateTimeOffsetConstraintWithSameOffset.html","topicHref":"NUnit.Framework.Constraints.EqualDateTimeOffsetConstraintWithSameOffset.html","topicUid":"NUnit.Framework.Constraints.EqualDateTimeOffsetConstraintWithSameOffset"},{"name":"EqualNumericConstraint","href":"NUnit.Framework.Constraints.EqualNumericConstraint-1.html","topicHref":"NUnit.Framework.Constraints.EqualNumericConstraint-1.html","topicUid":"NUnit.Framework.Constraints.EqualNumericConstraint`1"},{"name":"EqualNumericWithoutUsingConstraint","href":"NUnit.Framework.Constraints.EqualNumericWithoutUsingConstraint-1.html","topicHref":"NUnit.Framework.Constraints.EqualNumericWithoutUsingConstraint-1.html","topicUid":"NUnit.Framework.Constraints.EqualNumericWithoutUsingConstraint`1"},{"name":"EqualStringConstraint","href":"NUnit.Framework.Constraints.EqualStringConstraint.html","topicHref":"NUnit.Framework.Constraints.EqualStringConstraint.html","topicUid":"NUnit.Framework.Constraints.EqualStringConstraint"},{"name":"EqualStringWithoutUsingConstraint","href":"NUnit.Framework.Constraints.EqualStringWithoutUsingConstraint.html","topicHref":"NUnit.Framework.Constraints.EqualStringWithoutUsingConstraint.html","topicUid":"NUnit.Framework.Constraints.EqualStringWithoutUsingConstraint"},{"name":"EqualTimeBaseConstraint","href":"NUnit.Framework.Constraints.EqualTimeBaseConstraint-1.html","topicHref":"NUnit.Framework.Constraints.EqualTimeBaseConstraint-1.html","topicUid":"NUnit.Framework.Constraints.EqualTimeBaseConstraint`1"},{"name":"EqualTimeBasedConstraintWithNumericTolerance","href":"NUnit.Framework.Constraints.EqualTimeBasedConstraintWithNumericTolerance-1.html","topicHref":"NUnit.Framework.Constraints.EqualTimeBasedConstraintWithNumericTolerance-1.html","topicUid":"NUnit.Framework.Constraints.EqualTimeBasedConstraintWithNumericTolerance`1"},{"name":"EqualTimeBasedConstraintWithTimeSpanTolerance","href":"NUnit.Framework.Constraints.EqualTimeBasedConstraintWithTimeSpanTolerance-1.html","topicHref":"NUnit.Framework.Constraints.EqualTimeBasedConstraintWithTimeSpanTolerance-1.html","topicUid":"NUnit.Framework.Constraints.EqualTimeBasedConstraintWithTimeSpanTolerance`1"},{"name":"EqualUsingConstraint","href":"NUnit.Framework.Constraints.EqualUsingConstraint-1.html","topicHref":"NUnit.Framework.Constraints.EqualUsingConstraint-1.html","topicUid":"NUnit.Framework.Constraints.EqualUsingConstraint`1"},{"name":"EqualityAdapter","href":"NUnit.Framework.Constraints.EqualityAdapter.html","topicHref":"NUnit.Framework.Constraints.EqualityAdapter.html","topicUid":"NUnit.Framework.Constraints.EqualityAdapter"},{"name":"ExactCountConstraint","href":"NUnit.Framework.Constraints.ExactCountConstraint.html","topicHref":"NUnit.Framework.Constraints.ExactCountConstraint.html","topicUid":"NUnit.Framework.Constraints.ExactCountConstraint"},{"name":"ExactCountOperator","href":"NUnit.Framework.Constraints.ExactCountOperator.html","topicHref":"NUnit.Framework.Constraints.ExactCountOperator.html","topicUid":"NUnit.Framework.Constraints.ExactCountOperator"},{"name":"ExactTypeConstraint","href":"NUnit.Framework.Constraints.ExactTypeConstraint.html","topicHref":"NUnit.Framework.Constraints.ExactTypeConstraint.html","topicUid":"NUnit.Framework.Constraints.ExactTypeConstraint"},{"name":"ExceptionTypeConstraint","href":"NUnit.Framework.Constraints.ExceptionTypeConstraint.html","topicHref":"NUnit.Framework.Constraints.ExceptionTypeConstraint.html","topicUid":"NUnit.Framework.Constraints.ExceptionTypeConstraint"},{"name":"FalseConstraint","href":"NUnit.Framework.Constraints.FalseConstraint.html","topicHref":"NUnit.Framework.Constraints.FalseConstraint.html","topicUid":"NUnit.Framework.Constraints.FalseConstraint"},{"name":"FileOrDirectoryExistsConstraint","href":"NUnit.Framework.Constraints.FileOrDirectoryExistsConstraint.html","topicHref":"NUnit.Framework.Constraints.FileOrDirectoryExistsConstraint.html","topicUid":"NUnit.Framework.Constraints.FileOrDirectoryExistsConstraint"},{"name":"GreaterThanConstraint","href":"NUnit.Framework.Constraints.GreaterThanConstraint.html","topicHref":"NUnit.Framework.Constraints.GreaterThanConstraint.html","topicUid":"NUnit.Framework.Constraints.GreaterThanConstraint"},{"name":"GreaterThanOrEqualConstraint","href":"NUnit.Framework.Constraints.GreaterThanOrEqualConstraint.html","topicHref":"NUnit.Framework.Constraints.GreaterThanOrEqualConstraint.html","topicUid":"NUnit.Framework.Constraints.GreaterThanOrEqualConstraint"},{"name":"IConstraint","href":"NUnit.Framework.Constraints.IConstraint.html","topicHref":"NUnit.Framework.Constraints.IConstraint.html","topicUid":"NUnit.Framework.Constraints.IConstraint"},{"name":"IResolveConstraint","href":"NUnit.Framework.Constraints.IResolveConstraint.html","topicHref":"NUnit.Framework.Constraints.IResolveConstraint.html","topicUid":"NUnit.Framework.Constraints.IResolveConstraint"},{"name":"IndexerConstraint","href":"NUnit.Framework.Constraints.IndexerConstraint.html","topicHref":"NUnit.Framework.Constraints.IndexerConstraint.html","topicUid":"NUnit.Framework.Constraints.IndexerConstraint"},{"name":"IndexerOperator","href":"NUnit.Framework.Constraints.IndexerOperator.html","topicHref":"NUnit.Framework.Constraints.IndexerOperator.html","topicUid":"NUnit.Framework.Constraints.IndexerOperator"},{"name":"InstanceOfTypeConstraint","href":"NUnit.Framework.Constraints.InstanceOfTypeConstraint.html","topicHref":"NUnit.Framework.Constraints.InstanceOfTypeConstraint.html","topicUid":"NUnit.Framework.Constraints.InstanceOfTypeConstraint"},{"name":"InsteadOperator","href":"NUnit.Framework.Constraints.InsteadOperator.html","topicHref":"NUnit.Framework.Constraints.InsteadOperator.html","topicUid":"NUnit.Framework.Constraints.InsteadOperator"},{"name":"Interval","href":"NUnit.Framework.Constraints.Interval.html","topicHref":"NUnit.Framework.Constraints.Interval.html","topicUid":"NUnit.Framework.Constraints.Interval"},{"name":"ItemsConstraintExpression","href":"NUnit.Framework.Constraints.ItemsConstraintExpression.html","topicHref":"NUnit.Framework.Constraints.ItemsConstraintExpression.html","topicUid":"NUnit.Framework.Constraints.ItemsConstraintExpression"},{"name":"LessThanConstraint","href":"NUnit.Framework.Constraints.LessThanConstraint.html","topicHref":"NUnit.Framework.Constraints.LessThanConstraint.html","topicUid":"NUnit.Framework.Constraints.LessThanConstraint"},{"name":"LessThanOrEqualConstraint","href":"NUnit.Framework.Constraints.LessThanOrEqualConstraint.html","topicHref":"NUnit.Framework.Constraints.LessThanOrEqualConstraint.html","topicUid":"NUnit.Framework.Constraints.LessThanOrEqualConstraint"},{"name":"MessageWriter","href":"NUnit.Framework.Constraints.MessageWriter.html","topicHref":"NUnit.Framework.Constraints.MessageWriter.html","topicUid":"NUnit.Framework.Constraints.MessageWriter"},{"name":"NUnitComparer","href":"NUnit.Framework.Constraints.NUnitComparer.html","topicHref":"NUnit.Framework.Constraints.NUnitComparer.html","topicUid":"NUnit.Framework.Constraints.NUnitComparer"},{"name":"NUnitEqualityComparer","href":"NUnit.Framework.Constraints.NUnitEqualityComparer.html","topicHref":"NUnit.Framework.Constraints.NUnitEqualityComparer.html","topicUid":"NUnit.Framework.Constraints.NUnitEqualityComparer"},{"name":"NUnitEqualityComparer.FailurePoint","href":"NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint.html","topicHref":"NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint.html","topicUid":"NUnit.Framework.Constraints.NUnitEqualityComparer.FailurePoint"},{"name":"NaNConstraint","href":"NUnit.Framework.Constraints.NaNConstraint.html","topicHref":"NUnit.Framework.Constraints.NaNConstraint.html","topicUid":"NUnit.Framework.Constraints.NaNConstraint"},{"name":"NoItemConstraint","href":"NUnit.Framework.Constraints.NoItemConstraint.html","topicHref":"NUnit.Framework.Constraints.NoItemConstraint.html","topicUid":"NUnit.Framework.Constraints.NoItemConstraint"},{"name":"NoneOperator","href":"NUnit.Framework.Constraints.NoneOperator.html","topicHref":"NUnit.Framework.Constraints.NoneOperator.html","topicUid":"NUnit.Framework.Constraints.NoneOperator"},{"name":"NotConstraint","href":"NUnit.Framework.Constraints.NotConstraint.html","topicHref":"NUnit.Framework.Constraints.NotConstraint.html","topicUid":"NUnit.Framework.Constraints.NotConstraint"},{"name":"NotOperator","href":"NUnit.Framework.Constraints.NotOperator.html","topicHref":"NUnit.Framework.Constraints.NotOperator.html","topicUid":"NUnit.Framework.Constraints.NotOperator"},{"name":"NullConstraint","href":"NUnit.Framework.Constraints.NullConstraint.html","topicHref":"NUnit.Framework.Constraints.NullConstraint.html","topicUid":"NUnit.Framework.Constraints.NullConstraint"},{"name":"OrConstraint","href":"NUnit.Framework.Constraints.OrConstraint.html","topicHref":"NUnit.Framework.Constraints.OrConstraint.html","topicUid":"NUnit.Framework.Constraints.OrConstraint"},{"name":"OrOperator","href":"NUnit.Framework.Constraints.OrOperator.html","topicHref":"NUnit.Framework.Constraints.OrOperator.html","topicUid":"NUnit.Framework.Constraints.OrOperator"},{"name":"PathConstraint","href":"NUnit.Framework.Constraints.PathConstraint.html","topicHref":"NUnit.Framework.Constraints.PathConstraint.html","topicUid":"NUnit.Framework.Constraints.PathConstraint"},{"name":"PredicateConstraint","href":"NUnit.Framework.Constraints.PredicateConstraint-1.html","topicHref":"NUnit.Framework.Constraints.PredicateConstraint-1.html","topicUid":"NUnit.Framework.Constraints.PredicateConstraint`1"},{"name":"PrefixConstraint","href":"NUnit.Framework.Constraints.PrefixConstraint.html","topicHref":"NUnit.Framework.Constraints.PrefixConstraint.html","topicUid":"NUnit.Framework.Constraints.PrefixConstraint"},{"name":"PrefixOperator","href":"NUnit.Framework.Constraints.PrefixOperator.html","topicHref":"NUnit.Framework.Constraints.PrefixOperator.html","topicUid":"NUnit.Framework.Constraints.PrefixOperator"},{"name":"PropOperator","href":"NUnit.Framework.Constraints.PropOperator.html","topicHref":"NUnit.Framework.Constraints.PropOperator.html","topicUid":"NUnit.Framework.Constraints.PropOperator"},{"name":"PropertyConstraint","href":"NUnit.Framework.Constraints.PropertyConstraint.html","topicHref":"NUnit.Framework.Constraints.PropertyConstraint.html","topicUid":"NUnit.Framework.Constraints.PropertyConstraint"},{"name":"PropertyExistsConstraint","href":"NUnit.Framework.Constraints.PropertyExistsConstraint.html","topicHref":"NUnit.Framework.Constraints.PropertyExistsConstraint.html","topicUid":"NUnit.Framework.Constraints.PropertyExistsConstraint"},{"name":"RangeConstraint","href":"NUnit.Framework.Constraints.RangeConstraint.html","topicHref":"NUnit.Framework.Constraints.RangeConstraint.html","topicUid":"NUnit.Framework.Constraints.RangeConstraint"},{"name":"RegexConstraint","href":"NUnit.Framework.Constraints.RegexConstraint.html","topicHref":"NUnit.Framework.Constraints.RegexConstraint.html","topicUid":"NUnit.Framework.Constraints.RegexConstraint"},{"name":"ResolvableConstraintExpression","href":"NUnit.Framework.Constraints.ResolvableConstraintExpression.html","topicHref":"NUnit.Framework.Constraints.ResolvableConstraintExpression.html","topicUid":"NUnit.Framework.Constraints.ResolvableConstraintExpression"},{"name":"ReusableConstraint","href":"NUnit.Framework.Constraints.ReusableConstraint.html","topicHref":"NUnit.Framework.Constraints.ReusableConstraint.html","topicUid":"NUnit.Framework.Constraints.ReusableConstraint"},{"name":"SameAsConstraint","href":"NUnit.Framework.Constraints.SameAsConstraint.html","topicHref":"NUnit.Framework.Constraints.SameAsConstraint.html","topicUid":"NUnit.Framework.Constraints.SameAsConstraint"},{"name":"SamePathConstraint","href":"NUnit.Framework.Constraints.SamePathConstraint.html","topicHref":"NUnit.Framework.Constraints.SamePathConstraint.html","topicUid":"NUnit.Framework.Constraints.SamePathConstraint"},{"name":"SamePathOrUnderConstraint","href":"NUnit.Framework.Constraints.SamePathOrUnderConstraint.html","topicHref":"NUnit.Framework.Constraints.SamePathOrUnderConstraint.html","topicUid":"NUnit.Framework.Constraints.SamePathOrUnderConstraint"},{"name":"SelfResolvingOperator","href":"NUnit.Framework.Constraints.SelfResolvingOperator.html","topicHref":"NUnit.Framework.Constraints.SelfResolvingOperator.html","topicUid":"NUnit.Framework.Constraints.SelfResolvingOperator"},{"name":"SomeItemsConstraint","href":"NUnit.Framework.Constraints.SomeItemsConstraint.html","topicHref":"NUnit.Framework.Constraints.SomeItemsConstraint.html","topicUid":"NUnit.Framework.Constraints.SomeItemsConstraint"},{"name":"SomeOperator","href":"NUnit.Framework.Constraints.SomeOperator.html","topicHref":"NUnit.Framework.Constraints.SomeOperator.html","topicUid":"NUnit.Framework.Constraints.SomeOperator"},{"name":"StartsWithConstraint","href":"NUnit.Framework.Constraints.StartsWithConstraint.html","topicHref":"NUnit.Framework.Constraints.StartsWithConstraint.html","topicUid":"NUnit.Framework.Constraints.StartsWithConstraint"},{"name":"StringConstraint","href":"NUnit.Framework.Constraints.StringConstraint.html","topicHref":"NUnit.Framework.Constraints.StringConstraint.html","topicUid":"NUnit.Framework.Constraints.StringConstraint"},{"name":"SubPathConstraint","href":"NUnit.Framework.Constraints.SubPathConstraint.html","topicHref":"NUnit.Framework.Constraints.SubPathConstraint.html","topicUid":"NUnit.Framework.Constraints.SubPathConstraint"},{"name":"SubstringConstraint","href":"NUnit.Framework.Constraints.SubstringConstraint.html","topicHref":"NUnit.Framework.Constraints.SubstringConstraint.html","topicUid":"NUnit.Framework.Constraints.SubstringConstraint"},{"name":"ThrowsConstraint","href":"NUnit.Framework.Constraints.ThrowsConstraint.html","topicHref":"NUnit.Framework.Constraints.ThrowsConstraint.html","topicUid":"NUnit.Framework.Constraints.ThrowsConstraint"},{"name":"ThrowsExceptionConstraint","href":"NUnit.Framework.Constraints.ThrowsExceptionConstraint.html","topicHref":"NUnit.Framework.Constraints.ThrowsExceptionConstraint.html","topicUid":"NUnit.Framework.Constraints.ThrowsExceptionConstraint"},{"name":"ThrowsNothingConstraint","href":"NUnit.Framework.Constraints.ThrowsNothingConstraint.html","topicHref":"NUnit.Framework.Constraints.ThrowsNothingConstraint.html","topicUid":"NUnit.Framework.Constraints.ThrowsNothingConstraint"},{"name":"ThrowsOperator","href":"NUnit.Framework.Constraints.ThrowsOperator.html","topicHref":"NUnit.Framework.Constraints.ThrowsOperator.html","topicUid":"NUnit.Framework.Constraints.ThrowsOperator"},{"name":"Tolerance","href":"NUnit.Framework.Constraints.Tolerance.html","topicHref":"NUnit.Framework.Constraints.Tolerance.html","topicUid":"NUnit.Framework.Constraints.Tolerance"},{"name":"Tolerance.Range","href":"NUnit.Framework.Constraints.Tolerance.Range.html","topicHref":"NUnit.Framework.Constraints.Tolerance.Range.html","topicUid":"NUnit.Framework.Constraints.Tolerance.Range"},{"name":"ToleranceMode","href":"NUnit.Framework.Constraints.ToleranceMode.html","topicHref":"NUnit.Framework.Constraints.ToleranceMode.html","topicUid":"NUnit.Framework.Constraints.ToleranceMode"},{"name":"TrueConstraint","href":"NUnit.Framework.Constraints.TrueConstraint.html","topicHref":"NUnit.Framework.Constraints.TrueConstraint.html","topicUid":"NUnit.Framework.Constraints.TrueConstraint"},{"name":"TypeConstraint","href":"NUnit.Framework.Constraints.TypeConstraint.html","topicHref":"NUnit.Framework.Constraints.TypeConstraint.html","topicUid":"NUnit.Framework.Constraints.TypeConstraint"},{"name":"UniqueItemsConstraint","href":"NUnit.Framework.Constraints.UniqueItemsConstraint.html","topicHref":"NUnit.Framework.Constraints.UniqueItemsConstraint.html","topicUid":"NUnit.Framework.Constraints.UniqueItemsConstraint"},{"name":"ValueFormatter","href":"NUnit.Framework.Constraints.ValueFormatter.html","topicHref":"NUnit.Framework.Constraints.ValueFormatter.html","topicUid":"NUnit.Framework.Constraints.ValueFormatter"},{"name":"ValueFormatterFactory","href":"NUnit.Framework.Constraints.ValueFormatterFactory.html","topicHref":"NUnit.Framework.Constraints.ValueFormatterFactory.html","topicUid":"NUnit.Framework.Constraints.ValueFormatterFactory"},{"name":"WhiteSpaceConstraint","href":"NUnit.Framework.Constraints.WhiteSpaceConstraint.html","topicHref":"NUnit.Framework.Constraints.WhiteSpaceConstraint.html","topicUid":"NUnit.Framework.Constraints.WhiteSpaceConstraint"},{"name":"WithOperator","href":"NUnit.Framework.Constraints.WithOperator.html","topicHref":"NUnit.Framework.Constraints.WithOperator.html","topicUid":"NUnit.Framework.Constraints.WithOperator"},{"name":"XmlSerializableConstraint","href":"NUnit.Framework.Constraints.XmlSerializableConstraint.html","topicHref":"NUnit.Framework.Constraints.XmlSerializableConstraint.html","topicUid":"NUnit.Framework.Constraints.XmlSerializableConstraint"}]},{"name":"NUnit.Framework.Diagnostics","href":"NUnit.Framework.Diagnostics.html","topicHref":"NUnit.Framework.Diagnostics.html","topicUid":"NUnit.Framework.Diagnostics","items":[{"name":"ProgressTraceListener","href":"NUnit.Framework.Diagnostics.ProgressTraceListener.html","topicHref":"NUnit.Framework.Diagnostics.ProgressTraceListener.html","topicUid":"NUnit.Framework.Diagnostics.ProgressTraceListener"}]},{"name":"NUnit.Framework.Interfaces","href":"NUnit.Framework.Interfaces.html","topicHref":"NUnit.Framework.Interfaces.html","topicUid":"NUnit.Framework.Interfaces","items":[{"name":"AssertionResult","href":"NUnit.Framework.Interfaces.AssertionResult.html","topicHref":"NUnit.Framework.Interfaces.AssertionResult.html","topicUid":"NUnit.Framework.Interfaces.AssertionResult"},{"name":"AssertionStatus","href":"NUnit.Framework.Interfaces.AssertionStatus.html","topicHref":"NUnit.Framework.Interfaces.AssertionStatus.html","topicUid":"NUnit.Framework.Interfaces.AssertionStatus"},{"name":"FailureSite","href":"NUnit.Framework.Interfaces.FailureSite.html","topicHref":"NUnit.Framework.Interfaces.FailureSite.html","topicUid":"NUnit.Framework.Interfaces.FailureSite"},{"name":"IApplyToContext","href":"NUnit.Framework.Interfaces.IApplyToContext.html","topicHref":"NUnit.Framework.Interfaces.IApplyToContext.html","topicUid":"NUnit.Framework.Interfaces.IApplyToContext"},{"name":"IApplyToTest","href":"NUnit.Framework.Interfaces.IApplyToTest.html","topicHref":"NUnit.Framework.Interfaces.IApplyToTest.html","topicUid":"NUnit.Framework.Interfaces.IApplyToTest"},{"name":"IApplyToTestSuite","href":"NUnit.Framework.Interfaces.IApplyToTestSuite.html","topicHref":"NUnit.Framework.Interfaces.IApplyToTestSuite.html","topicUid":"NUnit.Framework.Interfaces.IApplyToTestSuite"},{"name":"ICombiningStrategy","href":"NUnit.Framework.Interfaces.ICombiningStrategy.html","topicHref":"NUnit.Framework.Interfaces.ICombiningStrategy.html","topicUid":"NUnit.Framework.Interfaces.ICombiningStrategy"},{"name":"ICommandWrapper","href":"NUnit.Framework.Interfaces.ICommandWrapper.html","topicHref":"NUnit.Framework.Interfaces.ICommandWrapper.html","topicUid":"NUnit.Framework.Interfaces.ICommandWrapper"},{"name":"IFixtureBuilder","href":"NUnit.Framework.Interfaces.IFixtureBuilder.html","topicHref":"NUnit.Framework.Interfaces.IFixtureBuilder.html","topicUid":"NUnit.Framework.Interfaces.IFixtureBuilder"},{"name":"IFixtureBuilder2","href":"NUnit.Framework.Interfaces.IFixtureBuilder2.html","topicHref":"NUnit.Framework.Interfaces.IFixtureBuilder2.html","topicUid":"NUnit.Framework.Interfaces.IFixtureBuilder2"},{"name":"IImplyFixture","href":"NUnit.Framework.Interfaces.IImplyFixture.html","topicHref":"NUnit.Framework.Interfaces.IImplyFixture.html","topicUid":"NUnit.Framework.Interfaces.IImplyFixture"},{"name":"IMethodInfo","href":"NUnit.Framework.Interfaces.IMethodInfo.html","topicHref":"NUnit.Framework.Interfaces.IMethodInfo.html","topicUid":"NUnit.Framework.Interfaces.IMethodInfo"},{"name":"IParameterDataProvider","href":"NUnit.Framework.Interfaces.IParameterDataProvider.html","topicHref":"NUnit.Framework.Interfaces.IParameterDataProvider.html","topicUid":"NUnit.Framework.Interfaces.IParameterDataProvider"},{"name":"IParameterDataSource","href":"NUnit.Framework.Interfaces.IParameterDataSource.html","topicHref":"NUnit.Framework.Interfaces.IParameterDataSource.html","topicUid":"NUnit.Framework.Interfaces.IParameterDataSource"},{"name":"IParameterInfo","href":"NUnit.Framework.Interfaces.IParameterInfo.html","topicHref":"NUnit.Framework.Interfaces.IParameterInfo.html","topicUid":"NUnit.Framework.Interfaces.IParameterInfo"},{"name":"IPreFilter","href":"NUnit.Framework.Interfaces.IPreFilter.html","topicHref":"NUnit.Framework.Interfaces.IPreFilter.html","topicUid":"NUnit.Framework.Interfaces.IPreFilter"},{"name":"IPropertyBag","href":"NUnit.Framework.Interfaces.IPropertyBag.html","topicHref":"NUnit.Framework.Interfaces.IPropertyBag.html","topicUid":"NUnit.Framework.Interfaces.IPropertyBag"},{"name":"IReflectionInfo","href":"NUnit.Framework.Interfaces.IReflectionInfo.html","topicHref":"NUnit.Framework.Interfaces.IReflectionInfo.html","topicUid":"NUnit.Framework.Interfaces.IReflectionInfo"},{"name":"IRepeatTest","href":"NUnit.Framework.Interfaces.IRepeatTest.html","topicHref":"NUnit.Framework.Interfaces.IRepeatTest.html","topicUid":"NUnit.Framework.Interfaces.IRepeatTest"},{"name":"ISimpleTestBuilder","href":"NUnit.Framework.Interfaces.ISimpleTestBuilder.html","topicHref":"NUnit.Framework.Interfaces.ISimpleTestBuilder.html","topicUid":"NUnit.Framework.Interfaces.ISimpleTestBuilder"},{"name":"ISuiteBuilder","href":"NUnit.Framework.Interfaces.ISuiteBuilder.html","topicHref":"NUnit.Framework.Interfaces.ISuiteBuilder.html","topicUid":"NUnit.Framework.Interfaces.ISuiteBuilder"},{"name":"ITest","href":"NUnit.Framework.Interfaces.ITest.html","topicHref":"NUnit.Framework.Interfaces.ITest.html","topicUid":"NUnit.Framework.Interfaces.ITest"},{"name":"ITestBuilder","href":"NUnit.Framework.Interfaces.ITestBuilder.html","topicHref":"NUnit.Framework.Interfaces.ITestBuilder.html","topicUid":"NUnit.Framework.Interfaces.ITestBuilder"},{"name":"ITestCaseBuilder","href":"NUnit.Framework.Interfaces.ITestCaseBuilder.html","topicHref":"NUnit.Framework.Interfaces.ITestCaseBuilder.html","topicUid":"NUnit.Framework.Interfaces.ITestCaseBuilder"},{"name":"ITestCaseData","href":"NUnit.Framework.Interfaces.ITestCaseData.html","topicHref":"NUnit.Framework.Interfaces.ITestCaseData.html","topicUid":"NUnit.Framework.Interfaces.ITestCaseData"},{"name":"ITestData","href":"NUnit.Framework.Interfaces.ITestData.html","topicHref":"NUnit.Framework.Interfaces.ITestData.html","topicUid":"NUnit.Framework.Interfaces.ITestData"},{"name":"ITestFilter","href":"NUnit.Framework.Interfaces.ITestFilter.html","topicHref":"NUnit.Framework.Interfaces.ITestFilter.html","topicUid":"NUnit.Framework.Interfaces.ITestFilter"},{"name":"ITestFixtureData","href":"NUnit.Framework.Interfaces.ITestFixtureData.html","topicHref":"NUnit.Framework.Interfaces.ITestFixtureData.html","topicUid":"NUnit.Framework.Interfaces.ITestFixtureData"},{"name":"ITestListener","href":"NUnit.Framework.Interfaces.ITestListener.html","topicHref":"NUnit.Framework.Interfaces.ITestListener.html","topicUid":"NUnit.Framework.Interfaces.ITestListener"},{"name":"ITestResult","href":"NUnit.Framework.Interfaces.ITestResult.html","topicHref":"NUnit.Framework.Interfaces.ITestResult.html","topicUid":"NUnit.Framework.Interfaces.ITestResult"},{"name":"ITypeInfo","href":"NUnit.Framework.Interfaces.ITypeInfo.html","topicHref":"NUnit.Framework.Interfaces.ITypeInfo.html","topicUid":"NUnit.Framework.Interfaces.ITypeInfo"},{"name":"IWrapSetUpTearDown","href":"NUnit.Framework.Interfaces.IWrapSetUpTearDown.html","topicHref":"NUnit.Framework.Interfaces.IWrapSetUpTearDown.html","topicUid":"NUnit.Framework.Interfaces.IWrapSetUpTearDown"},{"name":"IWrapTestMethod","href":"NUnit.Framework.Interfaces.IWrapTestMethod.html","topicHref":"NUnit.Framework.Interfaces.IWrapTestMethod.html","topicUid":"NUnit.Framework.Interfaces.IWrapTestMethod"},{"name":"IXmlNodeBuilder","href":"NUnit.Framework.Interfaces.IXmlNodeBuilder.html","topicHref":"NUnit.Framework.Interfaces.IXmlNodeBuilder.html","topicUid":"NUnit.Framework.Interfaces.IXmlNodeBuilder"},{"name":"ResultState","href":"NUnit.Framework.Interfaces.ResultState.html","topicHref":"NUnit.Framework.Interfaces.ResultState.html","topicUid":"NUnit.Framework.Interfaces.ResultState"},{"name":"RunState","href":"NUnit.Framework.Interfaces.RunState.html","topicHref":"NUnit.Framework.Interfaces.RunState.html","topicUid":"NUnit.Framework.Interfaces.RunState"},{"name":"TNode","href":"NUnit.Framework.Interfaces.TNode.html","topicHref":"NUnit.Framework.Interfaces.TNode.html","topicUid":"NUnit.Framework.Interfaces.TNode"},{"name":"TNode.AttributeDictionary","href":"NUnit.Framework.Interfaces.TNode.AttributeDictionary.html","topicHref":"NUnit.Framework.Interfaces.TNode.AttributeDictionary.html","topicUid":"NUnit.Framework.Interfaces.TNode.AttributeDictionary"},{"name":"TNode.NodeList","href":"NUnit.Framework.Interfaces.TNode.NodeList.html","topicHref":"NUnit.Framework.Interfaces.TNode.NodeList.html","topicUid":"NUnit.Framework.Interfaces.TNode.NodeList"},{"name":"TestAttachment","href":"NUnit.Framework.Interfaces.TestAttachment.html","topicHref":"NUnit.Framework.Interfaces.TestAttachment.html","topicUid":"NUnit.Framework.Interfaces.TestAttachment"},{"name":"TestMessage","href":"NUnit.Framework.Interfaces.TestMessage.html","topicHref":"NUnit.Framework.Interfaces.TestMessage.html","topicUid":"NUnit.Framework.Interfaces.TestMessage"},{"name":"TestOutput","href":"NUnit.Framework.Interfaces.TestOutput.html","topicHref":"NUnit.Framework.Interfaces.TestOutput.html","topicUid":"NUnit.Framework.Interfaces.TestOutput"},{"name":"TestStatus","href":"NUnit.Framework.Interfaces.TestStatus.html","topicHref":"NUnit.Framework.Interfaces.TestStatus.html","topicUid":"NUnit.Framework.Interfaces.TestStatus"}]},{"name":"NUnit.Framework.Legacy","href":"NUnit.Framework.Legacy.html","topicHref":"NUnit.Framework.Legacy.html","topicUid":"NUnit.Framework.Legacy","items":[{"name":"ClassicAssert","href":"NUnit.Framework.Legacy.ClassicAssert.html","topicHref":"NUnit.Framework.Legacy.ClassicAssert.html","topicUid":"NUnit.Framework.Legacy.ClassicAssert"},{"name":"CollectionAssert","href":"NUnit.Framework.Legacy.CollectionAssert.html","topicHref":"NUnit.Framework.Legacy.CollectionAssert.html","topicUid":"NUnit.Framework.Legacy.CollectionAssert"},{"name":"DirectoryAssert","href":"NUnit.Framework.Legacy.DirectoryAssert.html","topicHref":"NUnit.Framework.Legacy.DirectoryAssert.html","topicUid":"NUnit.Framework.Legacy.DirectoryAssert"},{"name":"FileAssert","href":"NUnit.Framework.Legacy.FileAssert.html","topicHref":"NUnit.Framework.Legacy.FileAssert.html","topicUid":"NUnit.Framework.Legacy.FileAssert"},{"name":"StringAssert","href":"NUnit.Framework.Legacy.StringAssert.html","topicHref":"NUnit.Framework.Legacy.StringAssert.html","topicUid":"NUnit.Framework.Legacy.StringAssert"}]},{"name":"NUnit.Options","href":"NUnit.Options.html","topicHref":"NUnit.Options.html","topicUid":"NUnit.Options","items":[{"name":"Option","href":"NUnit.Options.Option.html","topicHref":"NUnit.Options.Option.html","topicUid":"NUnit.Options.Option"},{"name":"OptionAction","href":"NUnit.Options.OptionAction-2.html","topicHref":"NUnit.Options.OptionAction-2.html","topicUid":"NUnit.Options.OptionAction`2"},{"name":"OptionContext","href":"NUnit.Options.OptionContext.html","topicHref":"NUnit.Options.OptionContext.html","topicUid":"NUnit.Options.OptionContext"},{"name":"OptionException","href":"NUnit.Options.OptionException.html","topicHref":"NUnit.Options.OptionException.html","topicUid":"NUnit.Options.OptionException"},{"name":"OptionSet","href":"NUnit.Options.OptionSet.html","topicHref":"NUnit.Options.OptionSet.html","topicUid":"NUnit.Options.OptionSet"},{"name":"OptionValueCollection","href":"NUnit.Options.OptionValueCollection.html","topicHref":"NUnit.Options.OptionValueCollection.html","topicUid":"NUnit.Options.OptionValueCollection"},{"name":"OptionValueType","href":"NUnit.Options.OptionValueType.html","topicHref":"NUnit.Options.OptionValueType.html","topicUid":"NUnit.Options.OptionValueType"}]},{"name":"NUnitLite","href":"NUnitLite.html","topicHref":"NUnitLite.html","topicUid":"NUnitLite","items":[{"name":"AutoRun","href":"NUnitLite.AutoRun.html","topicHref":"NUnitLite.AutoRun.html","topicUid":"NUnitLite.AutoRun"},{"name":"NUnit2XmlOutputWriter","href":"NUnitLite.NUnit2XmlOutputWriter.html","topicHref":"NUnitLite.NUnit2XmlOutputWriter.html","topicUid":"NUnitLite.NUnit2XmlOutputWriter"},{"name":"NUnit3XmlOutputWriter","href":"NUnitLite.NUnit3XmlOutputWriter.html","topicHref":"NUnitLite.NUnit3XmlOutputWriter.html","topicUid":"NUnitLite.NUnit3XmlOutputWriter"},{"name":"NUnitLiteOptions","href":"NUnitLite.NUnitLiteOptions.html","topicHref":"NUnitLite.NUnitLiteOptions.html","topicUid":"NUnitLite.NUnitLiteOptions"},{"name":"OutputManager","href":"NUnitLite.OutputManager.html","topicHref":"NUnitLite.OutputManager.html","topicUid":"NUnitLite.OutputManager"},{"name":"OutputWriter","href":"NUnitLite.OutputWriter.html","topicHref":"NUnitLite.OutputWriter.html","topicUid":"NUnitLite.OutputWriter"},{"name":"ResultSummary","href":"NUnitLite.ResultSummary.html","topicHref":"NUnitLite.ResultSummary.html","topicUid":"NUnitLite.ResultSummary"},{"name":"TeamCityEventListener","href":"NUnitLite.TeamCityEventListener.html","topicHref":"NUnitLite.TeamCityEventListener.html","topicUid":"NUnitLite.TeamCityEventListener"},{"name":"TestCaseOutputWriter","href":"NUnitLite.TestCaseOutputWriter.html","topicHref":"NUnitLite.TestCaseOutputWriter.html","topicUid":"NUnitLite.TestCaseOutputWriter"},{"name":"TextRunner","href":"NUnitLite.TextRunner.html","topicHref":"NUnitLite.TextRunner.html","topicUid":"NUnitLite.TextRunner"},{"name":"TextUI","href":"NUnitLite.TextUI.html","topicHref":"NUnitLite.TextUI.html","topicUid":"NUnitLite.TextUI"},{"name":"TimeStamp","href":"NUnitLite.TimeStamp.html","topicHref":"NUnitLite.TimeStamp.html","topicUid":"NUnitLite.TimeStamp"}]},{"name":"System.Web.UI","href":"System.Web.UI.html","topicHref":"System.Web.UI.html","topicUid":"System.Web.UI","items":[{"name":"ICallbackEventHandler","href":"System.Web.UI.ICallbackEventHandler.html","topicHref":"System.Web.UI.ICallbackEventHandler.html","topicUid":"System.Web.UI.ICallbackEventHandler"}]}],"memberLayout":"SamePage"}
diff --git a/index.json b/index.json
index e1a0efd9c..e8c92dcac 100644
--- a/index.json
+++ b/index.json
@@ -7,52 +7,52 @@
"api/NUnit.Common.ColorConsole.html": {
"href": "api/NUnit.Common.ColorConsole.html",
"title": "Class ColorConsole | NUnit Docs",
- "keywords": "Class ColorConsole Inheritance object ColorConsole Implements IDisposable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: NUnit.Common Assembly: nunitlite.dll Syntax public class ColorConsole : IDisposable Constructors View Source ColorConsole(ColorStyle) Declaration public ColorConsole(ColorStyle style) Parameters Type Name Description ColorStyle style Methods View Source Dispose() Declaration public void Dispose() View Source GetColor(ColorStyle) Declaration public static ConsoleColor GetColor(ColorStyle style) Parameters Type Name Description ColorStyle style Returns Type Description ConsoleColor Implements IDisposable"
+ "keywords": "Class ColorConsole Sets the console color in the constructor and resets it in the dispose Inheritance object ColorConsole Implements IDisposable Inherited Members object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: NUnit.Common Assembly: nunitlite.dll Syntax public class ColorConsole : IDisposable Constructors View Source ColorConsole(ColorStyle) Initializes a new instance of the ColorConsole class. Declaration public ColorConsole(ColorStyle style) Parameters Type Name Description ColorStyle style The color style to use. Methods View Source Dispose() If color is enabled, restores the console colors to their defaults Declaration public void Dispose() View Source GetColor(ColorStyle) By using styles, we can keep everything consistent Declaration public static ConsoleColor GetColor(ColorStyle style) Parameters Type Name Description ColorStyle style Returns Type Description ConsoleColor Implements IDisposable"
},
"api/NUnit.Common.ColorConsoleWriter.html": {
"href": "api/NUnit.Common.ColorConsoleWriter.html",
"title": "Class ColorConsoleWriter | NUnit Docs",
- "keywords": "Class ColorConsoleWriter Inheritance object MarshalByRefObject TextWriter ExtendedTextWriter ExtendedTextWrapper ColorConsoleWriter Implements IDisposable IAsyncDisposable Inherited Members ExtendedTextWrapper.Write(char) ExtendedTextWrapper.Write(string) ExtendedTextWrapper.WriteLine(string) ExtendedTextWrapper.Dispose(bool) ExtendedTextWrapper.Encoding TextWriter.Null TextWriter.CoreNewLine TextWriter.Close() TextWriter.Dispose() TextWriter.DisposeAsync() TextWriter.Flush() TextWriter.Write(char[]) TextWriter.Write(char[], int, int) TextWriter.Write(ReadOnlySpan) TextWriter.Write(bool) TextWriter.Write(int) TextWriter.Write(uint) TextWriter.Write(long) TextWriter.Write(ulong) TextWriter.Write(float) TextWriter.Write(double) TextWriter.Write(decimal) TextWriter.Write(object) TextWriter.Write(StringBuilder) TextWriter.Write(string, object) TextWriter.Write(string, object, object) TextWriter.Write(string, object, object, object) TextWriter.Write(string, params object[]) TextWriter.WriteLine() TextWriter.WriteLine(char) TextWriter.WriteLine(char[]) TextWriter.WriteLine(char[], int, int) TextWriter.WriteLine(ReadOnlySpan) TextWriter.WriteLine(bool) TextWriter.WriteLine(int) TextWriter.WriteLine(uint) TextWriter.WriteLine(long) TextWriter.WriteLine(ulong) TextWriter.WriteLine(float) TextWriter.WriteLine(double) TextWriter.WriteLine(decimal) TextWriter.WriteLine(StringBuilder) TextWriter.WriteLine(object) TextWriter.WriteLine(string, object) TextWriter.WriteLine(string, object, object) TextWriter.WriteLine(string, object, object, object) TextWriter.WriteLine(string, params object[]) TextWriter.WriteAsync(char) TextWriter.WriteAsync(string) TextWriter.WriteAsync(StringBuilder, CancellationToken) TextWriter.WriteAsync(char[]) TextWriter.WriteAsync(char[], int, int) TextWriter.WriteAsync(ReadOnlyMemory, CancellationToken) TextWriter.WriteLineAsync(char) TextWriter.WriteLineAsync(string) TextWriter.WriteLineAsync(StringBuilder, CancellationToken) TextWriter.WriteLineAsync(char[]) TextWriter.WriteLineAsync(char[], int, int) TextWriter.WriteLineAsync(ReadOnlyMemory, CancellationToken) TextWriter.WriteLineAsync() TextWriter.FlushAsync() TextWriter.FlushAsync(CancellationToken) TextWriter.Synchronized(TextWriter) TextWriter.FormatProvider TextWriter.NewLine MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.MemberwiseClone(bool) object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: NUnit.Common Assembly: nunitlite.dll Syntax public class ColorConsoleWriter : ExtendedTextWrapper, IDisposable, IAsyncDisposable Constructors View Source ColorConsoleWriter() Declaration public ColorConsoleWriter() View Source ColorConsoleWriter(bool) Declaration public ColorConsoleWriter(bool colorEnabled) Parameters Type Name Description bool colorEnabled Fields View Source ColorEnabled Declaration public bool ColorEnabled Field Value Type Description bool Methods View Source Write(ColorStyle, string) Declaration public override void Write(ColorStyle style, string value) Parameters Type Name Description ColorStyle style string value Overrides ExtendedTextWrapper.Write(ColorStyle, string) View Source WriteLabel(string, object) Declaration public override void WriteLabel(string label, object option) Parameters Type Name Description string label object option Overrides ExtendedTextWrapper.WriteLabel(string, object) View Source WriteLabel(string, object, ColorStyle) Declaration public override void WriteLabel(string label, object option, ColorStyle valueStyle) Parameters Type Name Description string label object option ColorStyle valueStyle Overrides ExtendedTextWrapper.WriteLabel(string, object, ColorStyle) View Source WriteLabelLine(string, object) Declaration public override void WriteLabelLine(string label, object option) Parameters Type Name Description string label object option Overrides ExtendedTextWrapper.WriteLabelLine(string, object) View Source WriteLabelLine(string, object, ColorStyle) Declaration public override void WriteLabelLine(string label, object option, ColorStyle valueStyle) Parameters Type Name Description string label object option ColorStyle valueStyle Overrides ExtendedTextWrapper.WriteLabelLine(string, object, ColorStyle) View Source WriteLine(ColorStyle, string) Declaration public override void WriteLine(ColorStyle style, string value) Parameters Type Name Description ColorStyle style string value Overrides ExtendedTextWrapper.WriteLine(ColorStyle, string) Implements IDisposable IAsyncDisposable"
+ "keywords": "Class ColorConsoleWriter Inheritance object MarshalByRefObject TextWriter ExtendedTextWriter ExtendedTextWrapper ColorConsoleWriter Implements IDisposable IAsyncDisposable Inherited Members ExtendedTextWrapper.Write(char) ExtendedTextWrapper.Write(string) ExtendedTextWrapper.WriteLine(string) ExtendedTextWrapper.Dispose(bool) ExtendedTextWrapper.Encoding TextWriter.Null TextWriter.CoreNewLine TextWriter.Close() TextWriter.Dispose() TextWriter.DisposeAsync() TextWriter.Flush() TextWriter.Write(char[]) TextWriter.Write(char[], int, int) TextWriter.Write(ReadOnlySpan) TextWriter.Write(bool) TextWriter.Write(int) TextWriter.Write(uint) TextWriter.Write(long) TextWriter.Write(ulong) TextWriter.Write(float) TextWriter.Write(double) TextWriter.Write(decimal) TextWriter.Write(object) TextWriter.Write(StringBuilder) TextWriter.Write(string, object) TextWriter.Write(string, object, object) TextWriter.Write(string, object, object, object) TextWriter.Write(string, params object[]) TextWriter.WriteLine() TextWriter.WriteLine(char) TextWriter.WriteLine(char[]) TextWriter.WriteLine(char[], int, int) TextWriter.WriteLine(ReadOnlySpan) TextWriter.WriteLine(bool) TextWriter.WriteLine(int) TextWriter.WriteLine(uint) TextWriter.WriteLine(long) TextWriter.WriteLine(ulong) TextWriter.WriteLine(float) TextWriter.WriteLine(double) TextWriter.WriteLine(decimal) TextWriter.WriteLine(StringBuilder) TextWriter.WriteLine(object) TextWriter.WriteLine(string, object) TextWriter.WriteLine(string, object, object) TextWriter.WriteLine(string, object, object, object) TextWriter.WriteLine(string, params object[]) TextWriter.WriteAsync(char) TextWriter.WriteAsync(string) TextWriter.WriteAsync(StringBuilder, CancellationToken) TextWriter.WriteAsync(char[]) TextWriter.WriteAsync(char[], int, int) TextWriter.WriteAsync(ReadOnlyMemory, CancellationToken) TextWriter.WriteLineAsync(char) TextWriter.WriteLineAsync(string) TextWriter.WriteLineAsync(StringBuilder, CancellationToken) TextWriter.WriteLineAsync(char[]) TextWriter.WriteLineAsync(char[], int, int) TextWriter.WriteLineAsync(ReadOnlyMemory, CancellationToken) TextWriter.WriteLineAsync() TextWriter.FlushAsync() TextWriter.FlushAsync(CancellationToken) TextWriter.Synchronized(TextWriter) TextWriter.FormatProvider TextWriter.NewLine MarshalByRefObject.GetLifetimeService() MarshalByRefObject.InitializeLifetimeService() MarshalByRefObject.MemberwiseClone(bool) object.GetType() object.MemberwiseClone() object.ToString() object.Equals(object) object.Equals(object, object) object.ReferenceEquals(object, object) object.GetHashCode() Namespace: NUnit.Common Assembly: nunitlite.dll Syntax public class ColorConsoleWriter : ExtendedTextWrapper, IDisposable, IAsyncDisposable Constructors View Source ColorConsoleWriter() Construct a ColorConsoleWriter. Declaration public ColorConsoleWriter() View Source ColorConsoleWriter(bool) Construct a ColorConsoleWriter. Declaration public ColorConsoleWriter(bool colorEnabled) Parameters Type Name Description bool colorEnabled Flag indicating whether color should be enabled Fields View Source ColorEnabled Declaration public bool ColorEnabled Field Value Type Description bool Methods View Source Write(ColorStyle, string) Writes the value with the specified style. Declaration public override void Write(ColorStyle style, string value) Parameters Type Name Description ColorStyle style The style. string value The value. Overrides ExtendedTextWrapper.Write(ColorStyle, string) View Source WriteLabel(string, object) Writes the label and the option that goes with it. Declaration public override void WriteLabel(string label, object option) Parameters Type Name Description string label The label. object option The option. Overrides ExtendedTextWrapper.WriteLabel(string, object) View Source WriteLabel(string, object, ColorStyle) Writes the label and the option that goes with it and optionally writes a new line. Declaration public override void WriteLabel(string label, object option, ColorStyle valueStyle) Parameters Type Name Description string label The label. object option The option. ColorStyle valueStyle The color to display the value with Overrides ExtendedTextWrapper.WriteLabel(string, object, ColorStyle) View Source WriteLabelLine(string, object) Writes the label and the option that goes with it followed by a new line. Declaration public override void WriteLabelLine(string label, object option) Parameters Type Name Description string label The label. object option The option. Overrides ExtendedTextWrapper.WriteLabelLine(string, object) View Source WriteLabelLine(string, object, ColorStyle) Writes the label and the option that goes with it followed by a new line. Declaration public override void WriteLabelLine(string label, object option, ColorStyle valueStyle) Parameters Type Name Description string label The label. object option The option. ColorStyle valueStyle The color to display the value with Overrides ExtendedTextWrapper.WriteLabelLine(string, object, ColorStyle) View Source WriteLine(ColorStyle, string) Writes the value with the specified style. Declaration public override void WriteLine(ColorStyle style, string value) Parameters Type Name Description ColorStyle style The style. string value The value. Overrides ExtendedTextWrapper.WriteLine(ColorStyle, string) Implements IDisposable IAsyncDisposable"
},
"api/NUnit.Common.ColorStyle.html": {
"href": "api/NUnit.Common.ColorStyle.html",
"title": "Enum ColorStyle | NUnit Docs",
- "keywords": "Enum ColorStyle Namespace: NUnit.Common Assembly: nunitlite.dll Syntax public enum ColorStyle Fields Name Description Default Error Failure Header Help Label Output Pass SectionHeader SubHeader Value Warning"
+ "keywords": "Enum ColorStyle ColorStyle enumerates the various styles used in the console display Namespace: NUnit.Common Assembly: nunitlite.dll Syntax public enum ColorStyle Fields Name Description Default The default color for items that don't fit into the other categories Error Color for errors and exceptions Failure Color for failed tests Header Color for headers Help Color for help text Label Color for labels Output Test output Pass Color for passed tests SectionHeader Color for each of the section headers SubHeader Color for sub-headers Value Color for values, usually go beside labels Warning Color for warnings, ignored or skipped tests"
},
"api/NUnit.Common.CommandLineOptions.html": {
"href": "api/NUnit.Common.CommandLineOptions.html",
"title": "Class CommandLineOptions | NUnit Docs",
- "keywords": "Class CommandLineOptions Inheritance object Collection