4.2.2
31 Aug 24
Toggle Dropdown
Version 4
4.3.2
28 Dec 24
4.3.1
21 Dec 24
4.3.0
14 Dec 24
4.2.2
31 Aug 24
4.2.1
23 Aug 24
4.1.0
25 Feb 24
4.0.1
2 Dec 23
Version 3
3.14.0
3 Nov 23
3.13.3
20 Mar 22
3.13.2
27 Apr 21
3.13.1
1 Feb 21
3.13.0
7 Jan 21
3.12.0
15 May 19
3.11.0
7 Oct 18
3.10.1
13 Mar 18
3.10.0
13 Mar 18
3.9.0
10 Nov 17
3.8.1
29 Aug 17
3.8.0
28 Aug 17
3.7.1
6 Jun 17
3.7.0
30 May 17
3.6.1
26 Feb 17
3.6.0
10 Jan 17
3.5.0
4 Oct 16
3.4.1
30 Jun 16
3.4.0
25 Jun 16
3.2.1
19 Apr 16
3.2.0
5 Mar 16
3.0.1
2 Dec 15
3.0.0
16 Nov 15
3.0.0-rc-3
14 Nov 15
3.0.0-rc-2
8 Nov 15
3.0.0-rc
1 Nov 15
3.0.0-beta-5
17 Oct 15
3.0.0-beta-4
25 Aug 15
3.0.0-beta-3
15 Jul 15
3.0.0-beta-2
13 May 15
3.0.0-beta-1
26 Mar 15
3.0.0-alpha-5
31 Jan 15
3.0.0-alpha-4
31 Dec 14
3.0.0-alpha-3
29 Nov 14
3.0.0-alpha-2
3 Nov 14
3.0.0-alpha
23 Sep 14
Version 2
2.7.1
21 Aug 19
2.7.0
10 Aug 18
2.6.7
7 Jul 18
2.6.6
7 Jun 18
2.6.5
20 Apr 18
2.6.4
17 Dec 14
2.6.3
11 Oct 13
2.6.2
23 Oct 12
2.6.1
5 Aug 12
2.6.0.12054
24 Feb 12
2.5.10.11092
25 Apr 11
2.5.9.10348
9 Feb 11
2.5.7.10213
7 Jan 11
Compare to version...
with 4.1.0
Toggle Dropdown
Version 4
4.3.2
28 Dec 24
4.3.1
21 Dec 24
4.3.0
14 Dec 24
4.2.2
31 Aug 24
4.2.1
23 Aug 24
4.1.0
25 Feb 24
4.0.1
2 Dec 23
Version 3
3.14.0
3 Nov 23
3.13.3
20 Mar 22
3.13.2
27 Apr 21
3.13.1
1 Feb 21
3.13.0
7 Jan 21
3.12.0
15 May 19
3.11.0
7 Oct 18
3.10.1
13 Mar 18
3.10.0
13 Mar 18
3.9.0
10 Nov 17
3.8.1
29 Aug 17
3.8.0
28 Aug 17
3.7.1
6 Jun 17
3.7.0
30 May 17
3.6.1
26 Feb 17
3.6.0
10 Jan 17
3.5.0
4 Oct 16
3.4.1
30 Jun 16
3.4.0
25 Jun 16
3.2.1
19 Apr 16
3.2.0
5 Mar 16
3.0.1
2 Dec 15
3.0.0
16 Nov 15
3.0.0-rc-3
14 Nov 15
3.0.0-rc-2
8 Nov 15
3.0.0-rc
1 Nov 15
3.0.0-beta-5
17 Oct 15
3.0.0-beta-4
25 Aug 15
3.0.0-beta-3
15 Jul 15
3.0.0-beta-2
13 May 15
3.0.0-beta-1
26 Mar 15
3.0.0-alpha-5
31 Jan 15
3.0.0-alpha-4
31 Dec 14
3.0.0-alpha-3
29 Nov 14
3.0.0-alpha-2
3 Nov 14
3.0.0-alpha
23 Sep 14
Version 2
2.7.1
21 Aug 19
2.7.0
10 Aug 18
2.6.7
7 Jul 18
2.6.6
7 Jun 18
2.6.5
20 Apr 18
2.6.4
17 Dec 14
2.6.3
11 Oct 13
2.6.2
23 Oct 12
2.6.1
5 Aug 12
2.6.0.12054
24 Feb 12
2.5.10.11092
25 Apr 11
2.5.9.10348
9 Feb 11
2.5.7.10213
7 Jan 11
Download Package
Open in NuGet
<
PackageReference
Include
=
"NUnit"
Version
=
"4.2.2"
/>
API Differences between 4.2.2 and 4.1.0
55
Additions
16
Removals
NUnit
public
static
class
FrameworkPackageSettings
public
const
string
ThrowOnEachFailureUnderDebugger
=
"ThrowOnEachFailureUnderDebugger"
NUnit.Framework
public
abstract
class
Assert
:
AssertBase
public
static
IDisposable
EnterMultipleScope
()
public
class
IgnoreAttribute
:
NUnitAttribute
,
IApplyToTest
public
string
Reason
{
get
; }
public
abstract
class
Is
public
static
WhiteSpaceConstraint
WhiteSpace
{
get
; }
public
class
NetPlatformAttribute
:
IncludeExcludeAttribute
,
IApplyToTest
public
NetPlatformAttribute
()
public
NetPlatformAttribute
(
string
platforms
)
public
void
ApplyToTest
(
Test
test
)
public
class
TestContext
public
class
PropertyHierachyItem
public
class
PropertyValueHierarchyItem
NUnit.Framework.Constraints
public
class
AnyOfConstraint
:
Constraint
public
AnyOfConstraint
IgnoreWhiteSpace
{
get
; }
public
class
CollectionEquivalentConstraint
:
CollectionItemsEqualConstraint
public
CollectionEquivalentConstraint
Using
<
TActual
,
TExpected
>(
Func
<
TActual
,
TExpected
,
bool
>
comparison
)
public
CollectionEquivalentConstraint
Using
<
TActualElement
,
TExpectedElement
>(
Func
<
TActualElement
,
TExpectedElement
,
bool
>
comparison
)
public
abstract
class
CollectionItemsEqualConstraint
:
CollectionConstraint
public
CollectionItemsEqualConstraint
IgnoreWhiteSpace
{
get
; }
protected
bool
IgnoringWhiteSpace
{
get
; }
public
class
CollectionSubsetConstraint
:
CollectionItemsEqualConstraint
public
CollectionSubsetConstraint
Using
<
TSubsetType
,
TSupersetType
>(
Func
<
TSubsetType
,
TSupersetType
,
bool
>
comparison
)
public
CollectionSubsetConstraint
Using
<
TSubsetElement
,
TSupersetElement
>(
Func
<
TSubsetElement
,
TSupersetElement
,
bool
>
comparison
)
public
class
CollectionSupersetConstraint
:
CollectionItemsEqualConstraint
public
CollectionSupersetConstraint
Using
<
TSupersetType
,
TSubsetType
>(
Func
<
TSupersetType
,
TSubsetType
,
bool
>
comparison
)
public
CollectionSupersetConstraint
Using
<
TSupersetElement
,
TSubsetElement
>(
Func
<
TSupersetElement
,
TSubsetElement
,
bool
>
comparison
)
public
class
ConstraintExpression
public
WhiteSpaceConstraint
WhiteSpace
{
get
; }
public
T
Append
<
T
>(
T
constraint
) where
T
:
Constraint
public
class
ContainsConstraint
:
Constraint
public
ContainsConstraint
IgnoreWhiteSpace
{
get
; }
public
class
DictionaryContainsValueConstraint
:
CollectionItemsEqualConstraint
public
DictionaryContainsValueConstraint
Using
<
TCollectionType
,
TMemberType
>(
Func
<
TCollectionType
,
TMemberType
,
bool
>
comparison
)
public
DictionaryContainsValueConstraint
Using
<
TActualValueElement
,
TExpected
>(
Func
<
TActualValueElement
,
TExpected
,
bool
>
comparison
)
public
class
EqualConstraint
:
Constraint
public
bool
ComparingProperties
{
get
; }
public
bool
HasFailurePoints
{
get
; }
public
EqualConstraint
IgnoreWhiteSpace
{
get
; }
public
bool
IgnoringWhiteSpace
{
get
; }
public
EqualConstraint
Using
<
TCollectionType
,
TMemberType
>(
Func
<
TCollectionType
,
TMemberType
,
bool
>
comparison
)
public
EqualConstraint
Using
<
TActual
,
TExpected
>(
Func
<
TActual
,
TExpected
,
bool
>
comparison
)
public
class
InsteadOperator
:
BinaryOperator
public
InsteadOperator
()
public
abstract
class
MessageWriter
:
StringWriter
public
virtual
void
DisplayStringDifferences
(
string
expected
,
string
actual
,
int
mismatchExpected
,
int
mismatchActual
,
bool
ignoreCase
,
bool
ignoreWhiteSpace
,
bool
clipping
)
public
sealed
class
NUnitEqualityComparer
public
bool
HasFailurePoints
{
get
; }
public
bool
IgnoreWhiteSpace
{
get
;
set
; }
public
class
SomeItemsConstraint
:
PrefixConstraint
public
SomeItemsConstraint
Using
<
TCollectionType
,
TMemberType
>(
Func
<
TCollectionType
,
TMemberType
,
bool
>
comparison
)
public
SomeItemsConstraint
Using
<
TActualCollectionElement
,
TExpected
>(
Func
<
TActualCollectionElement
,
TExpected
,
bool
>
comparison
)
public
class
WhiteSpaceConstraint
:
StringConstraint
public
WhiteSpaceConstraint
()
NUnit.Framework.Diagnostics
public
class
ProgressTraceListener
:
TextWriterTraceListener
public
ProgressTraceListener
()
NUnit.Framework.Internal
public
static
class
NetPlatformHelper
public
static
bool
IsPlatformSupported
(
string
[]
platforms
)
public
static
bool
IsPlatformSupported
(
string
platform
)
public
abstract
class
Test
:
ITest
,
IXmlNodeBuilder
,
IComparable
,
IComparable
<
Test
>
public
void
ApplyAttributesToTest
(
IEnumerable
<
IApplyToTest
>
attributes
)
NUnit.Framework.Internal.Execution
public
sealed
class
EventPump
:
EventPump
<
Event
,
ITestListener
>,
IDisposable
public
string
Name
{
get
;
set
; }
public
EventPumpState
PumpState
{
get
; }
public
EventPump
(
ITestListener
eventListener
,
EventQueue
events
)
public
void
Dispose
()
public
void
Start
()
public
void
Stop
()
public
EventPump
(
ITestListener
eventListener
,
EventQueue
<
Event
>
events
)
public
abstract
class
EventPump
<
TEvent
,
TListener
> :
IDisposable
where
TEvent
:
IEvent
<
TListener
>
public
string
Name
{
get
;
set
; }
public
EventPumpState
PumpState
{
get
; }
protected
EventPump
(
TListener
eventListener
,
EventQueue
<
TEvent
>
events
,
string
name
=
"Standard"
)
public
void
Dispose
()
public
void
Start
()
public
void
Stop
()
public
sealed
class
EventQueue
:
EventQueue
<
Event
>
public
int
Count
{
get
; }
public
Event
Dequeue
(
bool
blockWhenEmpty
)
public
void
Enqueue
(
Event
e
)
public
void
Stop
()
public
abstract
class
EventQueue
<
T
>
public
int
Count
{
get
; }
protected
EventQueue
()
public
T
Dequeue
(
bool
blockWhenEmpty
)
public
void
Enqueue
(
T
e
)
public
void
Stop
()
public
interface
IEvent
<
TListener
>
void
Send
(
TListener
listener
)