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
NUnit.Framework.Syntax.ArbitraryConstraintMatching Class Reference
+ Collaboration diagram for NUnit.Framework.Syntax.ArbitraryConstraintMatching:

Classes

class  AnotherConstraint
 
class  CustomConstraint
 
class  Unit
 

Public Member Functions

void CanMatchCustomConstraint ()
 
void CanMatchCustomConstraintAfterPrefix ()
 
void CanMatchCustomConstraintsUnderAndOperator ()
 
void CanMatchPredicate ()
 
void CanMatchLambda ()
 
void ApplyMatchesToProperty ()
 

Private Member Functions

bool IsEven (int num)
 

Private Attributes

Constraint custom = new CustomConstraint()
 
Constraint another = new AnotherConstraint()
 

Member Function Documentation

void NUnit.Framework.Syntax.ArbitraryConstraintMatching.CanMatchCustomConstraint ( )
inline
void NUnit.Framework.Syntax.ArbitraryConstraintMatching.CanMatchCustomConstraintAfterPrefix ( )
inline
bool NUnit.Framework.Syntax.ArbitraryConstraintMatching.IsEven ( int  num)
inlineprivate

Member Data Documentation

Constraint NUnit.Framework.Syntax.ArbitraryConstraintMatching.custom = new CustomConstraint()
private
Constraint NUnit.Framework.Syntax.ArbitraryConstraintMatching.another = new AnotherConstraint()
private

The documentation for this class was generated from the following file: