-
Notifications
You must be signed in to change notification settings - Fork 157
Constraints
Chris Maddock edited this page Sep 5, 2016
·
15 revisions
This page lists all the constraints available in NUnit.
####Alphabetical List of Constraints
####Constraints by Category
#####Collection Constraints
#####Comparison Constraints
Constraint Name | Purpose |
---|---|
GreaterThanConstraint | |
GreaterThanOrEqualConstraint | |
LessThanConstraint | |
LessThanOrEqualConstraint | |
RangeConstraint |
#####Compound Constraints
Constraint Name | Purpose |
---|---|
AndConstraint | |
NotConstraint | |
OrConstraint |
#####Condition Constraints
Constraint Name | Purpose |
---|---|
TrueConstraint | |
FalseConstraint | |
NaNConstraint | |
NullConstraint |
#####String Constraints
Constraint Name | Purpose |
---|---|
EmptyStringConstraint | |
EndsWithConstraint | |
RegexConstraint | |
StartsWithConstraint | |
SubstringConstraint |
#####Type Constraints
Constraint Name | Purpose |
---|---|
AssignableFromConstraint | |
AssignableToConstraint | |
ExactTypeConstraint | |
InstanceOfTypeConstraint |
See also:
Copyright (c) 2018 The NUnit Project - Licensed under CC BY-NC-SA 4.0
-
NUnit
-
Release Notes
-
License
- Getting Started
- Writing Tests
- Running Tests
- Extending NUnit
- Technical Notes
-
Release Notes
- NUnit Xamarin Runners
- VS Test Adapter
- VS Test Generator
- NUnit Analyzers