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

Classes

struct  FrameworkData
 

Public Member Functions

void CanGetCurrentFramework ()
 
void CurrentFrameworkHasBuildSpecified ()
 
void CanCreateUsingFrameworkVersion (FrameworkData data)
 
void CanCreateUsingClrVersion (FrameworkData data)
 
void CanParseRuntimeFramework (FrameworkData data)
 
void CanDisplayFrameworkAsString (FrameworkData data)
 
bool CanMatchRuntimes (RuntimeFramework f1, RuntimeFramework f2)
 

Static Private Attributes

static RuntimeType currentRuntime
 

Member Function Documentation

void NUnit.Framework.Internal.RuntimeFrameworkTests.CurrentFrameworkHasBuildSpecified ( )
inline
bool NUnit.Framework.Internal.RuntimeFrameworkTests.CanMatchRuntimes ( RuntimeFramework  f1,
RuntimeFramework  f2 
)
inline

Member Data Documentation

RuntimeType NUnit.Framework.Internal.RuntimeFrameworkTests.currentRuntime
staticprivate
Initial value:
=
Type.GetType("Mono.Runtime", false) != null
? RuntimeType.Mono
: Environment.OSVersion.Platform == PlatformID.WinCE
? RuntimeType.NetCF

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