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.EqualConstraintTests.FloatingPointEquality Class Reference

Public Member Functions

void CanMatchSpecialFloatingPointValues (object value)
 
void CanMatchDoublesWithUlpTolerance (object value)
 
void FailsOnDoublesOutsideOfUlpTolerance (object value)
 
void CanMatchSinglesWithUlpTolerance (object value)
 
void FailsOnSinglesOutsideOfUlpTolerance (object value)
 
void CanMatchDoublesWithRelativeTolerance (object value)
 
void FailsOnDoublesOutsideOfRelativeTolerance (object value)
 
void CanMatchSinglesWithRelativeTolerance (object value)
 
void FailsOnSinglesOutsideOfRelativeTolerance (object value)
 
void ErrorWithPercentAndUlpsToleranceModes ()
 Applies both the Percent and Ulps modifiers to cause an exception More...
 
void ErrorWithUlpsAndPercentToleranceModes ()
 Applies both the Ulps and Percent modifiers to cause an exception More...
 
void ErrorIfPercentPrecedesWithin ()
 
void ErrorIfUlpsPrecedesWithin ()
 
void ErrorIfUlpsIsUsedOnIntegralType (object x, object y)
 
void ErrorIfUlpsIsUsedOnDecimal ()
 

Member Function Documentation

void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.CanMatchSpecialFloatingPointValues ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.CanMatchDoublesWithUlpTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.FailsOnDoublesOutsideOfUlpTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.CanMatchSinglesWithUlpTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.FailsOnSinglesOutsideOfUlpTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.CanMatchDoublesWithRelativeTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.FailsOnDoublesOutsideOfRelativeTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.CanMatchSinglesWithRelativeTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.FailsOnSinglesOutsideOfRelativeTolerance ( object  value)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.ErrorWithPercentAndUlpsToleranceModes ( )
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.ErrorWithUlpsAndPercentToleranceModes ( )
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.ErrorIfPercentPrecedesWithin ( )
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.ErrorIfUlpsPrecedesWithin ( )
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.ErrorIfUlpsIsUsedOnIntegralType ( object  x,
object  y 
)
inline
void NUnit.Framework.Constraints.EqualConstraintTests.FloatingPointEquality.ErrorIfUlpsIsUsedOnDecimal ( )
inline

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