IGLib  1.7.2
The IGLib base library EXTENDED - with other lilbraries and applications.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
ConstraintResult.cs File Reference

Classes

class  NUnit.Framework.Constraints.ConstraintResult
 Contain the result of matching a Constraint against an actual value. More...
 

Namespaces

package  NUnit.Framework.Constraints
 

Enumerations

enum  NUnit.Framework.Constraints.ConstraintStatus { NUnit.Framework.Constraints.ConstraintStatus.Unknown, NUnit.Framework.Constraints.ConstraintStatus.Success, NUnit.Framework.Constraints.ConstraintStatus.Failure, NUnit.Framework.Constraints.ConstraintStatus.Error }
 ConstraintStatus represents the status of a ConstraintResult returned by a Constraint being applied to an actual value. More...