-
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
Constraint Name | Purpose |
---|---|
#####Collection Constraints | |
AllItemsConstraint | |
CollectionContainsConstraint | |
CollectionEquivalentConstraint | |
CollectionOrderedConstraint | |
CollectionSubsetConstraint | |
CollectionSupersetConstraint | |
EmptyCollectionConstraint | |
ExactCountConstraint | |
NoItemConstraint | |
SomeItemsConstraint | |
UniqueItemsConstraint | |
#####Comparison Constraints | |
GreaterThanConstraint | |
GreaterThanOrEqualConstraint | |
LessThanConstraint | |
LessThanOrEqualConstraint | |
RangeConstraint | |
#####Compound Constraints | |
AndConstraint | |
NotConstraint | |
OrConstraint | |
#####String Constraints | |
EmptyStringConstraint | |
EndsWithConstraint | |
RegexConstraint | |
StartsWithConstraint | |
SubstringConstraint | |
#####Type Constraints | |
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