Joutsen v0.5.0+12-g5dd5f7e
Classes
Joutsen.NUnit3 Namespace Reference

Extension and convenience classes for tests with thi NUnit3 framework. More...

Classes

class  ConstraintHelper
 A convenience class which extends NUnit.Framework.Constraints.ConstraintExpression with methods for custom constraints. More...
 
class  EqualConstraintExtensions
 A convenience class which offers extension methods for string comparisons in unit tests. More...
 
class  EqualPropertiesConstraint
 A nunit constraint which offers object comparison by the classes public properties. More...
 
class  EqualStringsConstraint
 A nunit constraint to compare strings which offers formatting and ignoring of line breaks. More...
 
class  HasElements
 A factory class with methods that conveniently create constraints for sequence comparison. More...
 
class  HasProperties
 A factory class with methods that conveniently create constraints for object comparison through their public properties. More...
 
class  SequencesEqualConstraint
 A nunit constraint that checks if two sequences contain the same items. More...
 
class  SequencesEquivalentConstraint
 A nunit constraint that checks if two sequences contain the same items inany order. More...
 

Detailed Description

Extension and convenience classes for tests with thi NUnit3 framework.