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

Public Member Functions

void Greater ()
 
void MixedTypes ()
 
void NotGreaterWhenEqual ()
 
void NotGreater ()
 
void NotGreaterIComparable ()
 
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.GreaterFixture.Greater ( )
inline
void NUnit.Framework.Assertions.GreaterFixture.MixedTypes ( )
inline
void NUnit.Framework.Assertions.GreaterFixture.NotGreaterWhenEqual ( )
inline
void NUnit.Framework.Assertions.GreaterFixture.NotGreater ( )
inline
void NUnit.Framework.Assertions.GreaterFixture.NotGreaterIComparable ( )
inline
void NUnit.Framework.Assertions.GreaterFixture.FailureMessage ( )
inline

Member Data Documentation

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

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