I want to use the new Constraint-based model in NUnit. In which assembly and namespace are the classes defined? (Specificially, I’m looking for the ‘Is’ class and the IConstraint implementations discussed in the documentaton). They do not seem to be in NUnit.Framework.
Also, I’m interested in v2.4.8, which as of this writing is the latest stable release.
The Is class is in NUnit.Frameworks.SyntaxHandlers in nunit.framework.dll.