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

Public Member Functions

void GreaterOrEqual_Int32 ()
 
void GreaterOrEqual_UInt32 ()
 
void GreaterOrEqual_Long ()
 
void GreaterOrEqual_ULong ()
 
void GreaterOrEqual_Double ()
 
void GreaterOrEqual_Decimal ()
 
void GreaterOrEqual_Float ()
 
void MixedTypes ()
 
void NotGreaterOrEqual ()
 
void NotGreaterEqualIComparable ()
 
void FailureMessage ()
 

Private Attributes

readonly int i1 = 5
 
readonly int i2 = 4
 
readonly uint u1 = 12345879
 
readonly uint u2 = 12345678
 
readonly long l1 = 12345879
 
readonly long l2 = 12345678
 
readonly ulong ul1 = 12345879
 
readonly ulong ul2 = 12345678
 
readonly float f1 = 3.543F
 
readonly float f2 = 2.543F
 
readonly decimal de1 = 53.4M
 
readonly decimal de2 = 33.4M
 
readonly double d1 = 4.85948654
 
readonly double d2 = 1.0
 
readonly System.Enum e1 = RunState.Explicit
 
readonly System.Enum e2 = RunState.Ignored
 

Member Function Documentation

void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_Int32 ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_UInt32 ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_Long ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_ULong ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_Double ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_Decimal ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.GreaterOrEqual_Float ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.MixedTypes ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.NotGreaterOrEqual ( )
inline
void NUnit.Framework.Assertions.GreaterEqualFixture.NotGreaterEqualIComparable ( )
inline

Member Data Documentation

readonly int NUnit.Framework.Assertions.GreaterEqualFixture.i1 = 5
private
readonly int NUnit.Framework.Assertions.GreaterEqualFixture.i2 = 4
private
readonly uint NUnit.Framework.Assertions.GreaterEqualFixture.u1 = 12345879
private
readonly uint NUnit.Framework.Assertions.GreaterEqualFixture.u2 = 12345678
private
readonly long NUnit.Framework.Assertions.GreaterEqualFixture.l1 = 12345879
private
readonly long NUnit.Framework.Assertions.GreaterEqualFixture.l2 = 12345678
private
readonly ulong NUnit.Framework.Assertions.GreaterEqualFixture.ul1 = 12345879
private
readonly ulong NUnit.Framework.Assertions.GreaterEqualFixture.ul2 = 12345678
private
readonly float NUnit.Framework.Assertions.GreaterEqualFixture.f1 = 3.543F
private
readonly float NUnit.Framework.Assertions.GreaterEqualFixture.f2 = 2.543F
private
readonly decimal NUnit.Framework.Assertions.GreaterEqualFixture.de1 = 53.4M
private
readonly decimal NUnit.Framework.Assertions.GreaterEqualFixture.de2 = 33.4M
private
readonly double NUnit.Framework.Assertions.GreaterEqualFixture.d1 = 4.85948654
private
readonly double NUnit.Framework.Assertions.GreaterEqualFixture.d2 = 1.0
private
readonly System.Enum NUnit.Framework.Assertions.GreaterEqualFixture.e1 = RunState.Explicit
private
readonly System.Enum NUnit.Framework.Assertions.GreaterEqualFixture.e2 = RunState.Ignored
private

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