NUnit.Framework
Namespace with 91 public types
Classes
ApartmentAttribute
AssertionException
AuthorAttribute
CancelAfterAttribute
CategoryAttribute
CombinatorialAttribute
CultureAttribute
DatapointAttribute
DatapointsAttribute
DatapointSourceAttribute
DefaultFloatingPointToleranceAttribute
DescriptionAttribute
ExplicitAttribute
FixtureLifeCycleAttribute
IgnoreAttribute
IgnoredTestCaseData
IgnoreException
InconclusiveException
LevelOfParallelismAttribute
MaxTimeAttribute
MultipleAssertException
NetPlatformAttribute
NonParallelizableAttribute
NonTestAssemblyAttribute
OneTimeSetUpAttribute
OneTimeTearDownAttribute
OrderAttribute
PairwiseAttribute
ParallelizableAttribute
PlatformAttribute
PropertyAttribute
RandomAttribute
RangeAttribute
RepeatAttribute
RequiresThreadAttribute
RetryAttribute
SequentialAttribute
SetCultureAttribute
SetUICultureAttribute
SetUpAttribute
SetUpFixtureAttribute
SingleThreadedAttribute
SuccessException
TearDownAttribute
TestAssemblyDirectoryResolveAttribute
TestAttribute
TestCaseAttribute
TestCaseAttribute`1
TestCaseAttribute`2
TestCaseAttribute`3
TestCaseAttribute`4
TestCaseAttribute`5
TestCaseData
TestCaseData`1
TestCaseData`2
TestCaseData`3
TestCaseData`4
TestCaseData`5
TestCaseSourceAttribute
TestContext
TestFixtureAttribute
TestFixtureData
TestFixtureSourceAttribute
TestOfAttribute
TestParameters
TheoryAttribute
TimeoutAttribute
ValuesAttribute
ValueSourceAttribute
Structures
NUnitString
Enumerations
ActionTargets
The different targets a test action attribute can be applied to
LifeCycle
Specifies the life cycle for a test fixture.
ParallelScope
Specifies the degree to which a test, and its descendants,
may be run in parallel.
Abstract Classes
Assert
The Assert class contains a collection of static methods that
implement the most common assertions used in NUnit.
AssertBase
Base class for different Assert, containing helper functions
Assume
Provides static methods to express the assumptions
that must be met for a test to give a meaningful
result. If an assumption is not met, the test
should produce an inconclusive result.
CombiningStrategyAttribute
Marks a test as using a particular CombiningStrategy to join any supplied parameter data.
Since this is the default, the attribute is optional.
Contains
Does
Has
IncludeExcludeAttribute
Abstract base for attributes that are used to include tests in
the test run based on environmental settings.
Is
Iz
NUnitAttribute
Abstract base class for all custom attributes defined by NUnit.
ResultStateException
TestActionAttribute
Abstract attribute providing actions to execute before and after tests.
Throws
Warn
Interfaces
ITestAction