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

Public Member Functions

void Less ()
 
void MixedTypes ()
 
void NotLessWhenEqual ()
 
void NotLess ()
 
void NotLessIComparable ()
 
void FailureMessage ()
 

Private Attributes

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

Member Function Documentation

void NUnit.Framework.Assertions.LessFixture.Less ( )
inline
void NUnit.Framework.Assertions.LessFixture.MixedTypes ( )
inline
void NUnit.Framework.Assertions.LessFixture.NotLessWhenEqual ( )
inline
void NUnit.Framework.Assertions.LessFixture.NotLess ( )
inline
void NUnit.Framework.Assertions.LessFixture.NotLessIComparable ( )
inline

Member Data Documentation

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

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