4.0.1
2 Dec 23
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
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
Download Package
Open in NuGet
<
PackageReference
Include
=
"NUnit"
Version
=
"4.0.1"
/>
API Differences between 4.0.1 and 4.1.0
0
Additions
7
Removals
NUnit.Framework
public
class
TestCaseAttribute
:
NUnitAttribute
,
ITestBuilder
,
ITestCaseData
,
ITestData
,
IImplyFixture
public
Type
[]
TypeArgs
{
get
;
set
; }
NUnit.Framework.Constraints
public
class
AnyOfConstraint
:
Constraint
public
AnyOfConstraint
UsingPropertiesComparer
()
public
abstract
class
CollectionItemsEqualConstraint
:
CollectionConstraint
public
CollectionItemsEqualConstraint
UsingPropertiesComparer
()
public
class
EqualConstraint
:
Constraint
public
EqualConstraint
UsingPropertiesComparer
()
public
sealed
class
NUnitEqualityComparer
public
bool
CompareProperties
{
get
;
set
; }
public
class
SomeItemsConstraint
:
PrefixConstraint
public
SomeItemsConstraint
UsingPropertiesComparer
()
NUnit.Framework.Internal
public
class
TestCaseParameters
:
TestParameters
,
ITestCaseData
,
ITestData
,
IApplyToTest
public
Type
[]
TypeArgs
{
get
;
set
; }