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.Constraints.CollectionOrderedConstraintTests Class Reference

Classes

class  OrderedByTestClass
 
class  OrderedByTestClass2
 

Public Member Functions

void IsOrdered ()
 
void IsOrdered_2 ()
 
void IsOrderedDescending ()
 
void IsOrderedDescending_2 ()
 
void IsOrdered_Fails ()
 
void IsOrdered_Allows_adjacent_equal_values ()
 
void IsOrdered_Handles_null ()
 
void IsOrdered_TypesMustBeComparable ()
 
void IsOrdered_AtLeastOneArgMustImplementIComparable ()
 
void IsOrdered_Handles_custom_comparison ()
 
void IsOrdered_Handles_custom_comparison2 ()
 
void UsesProvidedGenericComparer ()
 
void UsesProvidedGenericComparison ()
 
void UsesProvidedLambda ()
 
void IsOrderedBy ()
 
void IsOrderedBy_Comparer ()
 
void IsOrderedBy_Handles_heterogeneous_classes_as_long_as_the_property_is_of_same_type ()
 

Private Attributes

readonly string NL = NUnit.Env.NewLine
 

Member Function Documentation

void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_2 ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrderedDescending ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrderedDescending_2 ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_Fails ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_Allows_adjacent_equal_values ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_Handles_null ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_TypesMustBeComparable ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_AtLeastOneArgMustImplementIComparable ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_Handles_custom_comparison ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrdered_Handles_custom_comparison2 ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.UsesProvidedGenericComparer ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.UsesProvidedGenericComparison ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.UsesProvidedLambda ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrderedBy ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrderedBy_Comparer ( )
inline
void NUnit.Framework.Constraints.CollectionOrderedConstraintTests.IsOrderedBy_Handles_heterogeneous_classes_as_long_as_the_property_is_of_same_type ( )
inline

Member Data Documentation

readonly string NUnit.Framework.Constraints.CollectionOrderedConstraintTests.NL = NUnit.Env.NewLine
private

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