Assemblies
Namespaces
Types
ActionTargets
ApartmentAttribute
Assert
AssertBase
AssertionException
Assume
AsyncTestDelegate
AuthorAttribute
CancelAfterAttribute
CategoryAttribute
CombinatorialAttribute
CombiningStrategyAttribute
Contains
CultureAttribute
DatapointAttribute
DatapointsAttribute
DatapointSourceAttribute
DefaultFloatingPointToleranceAttribute
DescriptionAttribute
Does
ExceptionExtensions
ExplicitAttribute
Extensions
FixtureLifeCycleAttribute
Guard
Has
IgnoreAttribute
IgnoredTestCaseData
IgnoreException
IncludeExcludeAttribute
InconclusiveException
Is
ITestAction
Iz
LevelOfParallelismAttribute
LifeCycle
MaxTimeAttribute
MultipleAssertException
NetPlatformAttribute
NonParallelizableAttribute
NonTestAssemblyAttribute
NUnitAttribute
NUnitString
OneTimeSetUpAttribute
OneTimeTearDownAttribute
OrderAttribute
OSPlatformConverter
PairwiseAttribute
ParallelizableAttribute
ParallelScope
PlatformAttribute
PropertyAttribute
RandomAttribute
RangeAttribute
RepeatAttribute
RequiresThreadAttribute
Result
Result<T>
ResultStateException
RetryAttribute
SequentialAttribute
SetCultureAttribute
SetUICultureAttribute
SetUpAttribute
SetUpFixtureAttribute
SingleThreadedAttribute
SuccessException
TearDownAttribute
TestActionAttribute
TestAssemblyDirectoryResolveAttribute
TestAttribute
TestCaseAttribute
TestCaseAttribute<T>
TestCaseAttribute<T1, T2>
TestCaseAttribute<T1, T2, T3>
TestCaseAttribute<T1, T2, T3, T4>
TestCaseAttribute<T1, T2, T3, T4, T5>
TestCaseData
TestCaseData<T>
TestCaseData<T1, T2>
TestCaseData<T1, T2, T3>
TestCaseData<T1, T2, T3, T4>
TestCaseData<T1, T2, T3, T4, T5>
TestCaseSourceAttribute
TestContext
TestDelegate
TestFixtureAttribute
TestFixtureData
TestFixtureSourceAttribute
TestOfAttribute
TestParameters
TheoryAttribute
Throws
TimeoutAttribute
ValuesAttribute
ValueSourceAttribute
Warn
XmlExtensions
SingleThreadedAttribute
Marks a test fixture as requiring all child tests to be run on the
same thread as the OneTimeSetUp and OneTimeTearDown. A flag in the
TestExecutionContext is set forcing all child tests
to be run sequentially on the current thread.
Any
ParallelScope setting is ignored.