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.PlatformDetectionTests Class Reference

Summary description for PlatformHelperTests. More...

+ Collaboration diagram for NUnit.Framework.Internal.PlatformDetectionTests:

Public Member Functions

void DetectWin95 ()
 
void DetectWin98 ()
 
void DetectWinMe ()
 
void DetectWinCE ()
 
void DetectNT3 ()
 
void DetectNT4 ()
 
void DetectWin2K ()
 
void DetectWinXP ()
 
void DetectWinXPProfessionalX64 ()
 
void DetectWin2003Server ()
 
void DetectVista ()
 
void DetectWin2008ServerOriginal ()
 
void DetectWin2008ServerR2 ()
 
void DetectWindows7 ()
 
void DetectWindows2012ServerOriginal ()
 
void DetectWindows2012ServerR2 ()
 
void DetectWindows8 ()
 
void DetectWindows81 ()
 
void DetectWindows10 ()
 
void DetectWindowsServer ()
 
void DetectUnixUnderMicrosoftDotNet ()
 
void DetectUnixUnderMono ()
 
void DetectXbox ()
 
void DetectMacOSX ()
 
void DetectNet10 ()
 
void DetectNet11 ()
 
void DetectNet20 ()
 
void DetectNet30 ()
 
void DetectNet35 ()
 
void DetectNet40 ()
 
void DetectNetCF ()
 
void DetectSSCLI ()
 
void DetectMono10 ()
 
void DetectMono20 ()
 
void DetectMono30 ()
 
void DetectMono35 ()
 
void DetectMono40 ()
 
void DetectMonoTouch ()
 
void DetectSilverlight30 ()
 
void DetectSilverlight40 ()
 
void DetectSilverlight50 ()
 
void DetectExactVersion ()
 
void ArrayOfPlatforms ()
 
void PlatformAttribute_Include ()
 
void PlatformAttribute_Exclude ()
 
void PlatformAttribute_IncludeAndExclude ()
 
void PlatformAttribute_InvalidPlatform ()
 
void PlatformAttribute_ProcessBitNess ()
 

Private Member Functions

void CheckOSPlatforms (OSPlatform os, string expectedPlatforms)
 
void CheckRuntimePlatforms (RuntimeFramework runtimeFramework, string expectedPlatforms)
 
void CheckPlatforms (PlatformHelper helper, string expectedPlatforms, string checkPlatforms)
 

Static Private Attributes

static readonly PlatformHelper win95Helper
 
static readonly PlatformHelper winXPHelper
 

Detailed Description

Summary description for PlatformHelperTests.

Member Function Documentation

void NUnit.Framework.Internal.PlatformDetectionTests.CheckOSPlatforms ( OSPlatform  os,
string  expectedPlatforms 
)
inlineprivate
void NUnit.Framework.Internal.PlatformDetectionTests.CheckRuntimePlatforms ( RuntimeFramework  runtimeFramework,
string  expectedPlatforms 
)
inlineprivate
void NUnit.Framework.Internal.PlatformDetectionTests.CheckPlatforms ( PlatformHelper  helper,
string  expectedPlatforms,
string  checkPlatforms 
)
inlineprivate
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWin95 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWin98 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWinMe ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWinCE ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNT3 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNT4 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWin2K ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWinXP ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWinXPProfessionalX64 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWin2003Server ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectVista ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWin2008ServerOriginal ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWin2008ServerR2 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindows7 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindows2012ServerOriginal ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindows2012ServerR2 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindows8 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindows81 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindows10 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectWindowsServer ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectUnixUnderMicrosoftDotNet ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectUnixUnderMono ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectXbox ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMacOSX ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNet10 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNet11 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNet20 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNet30 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNet35 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNet40 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectNetCF ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectSSCLI ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMono10 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMono20 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMono30 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMono35 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMono40 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectMonoTouch ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectSilverlight30 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectSilverlight40 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectSilverlight50 ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.DetectExactVersion ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.ArrayOfPlatforms ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_Include ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_Exclude ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_IncludeAndExclude ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_InvalidPlatform ( )
inline
void NUnit.Framework.Internal.PlatformDetectionTests.PlatformAttribute_ProcessBitNess ( )
inline

Member Data Documentation

readonly PlatformHelper NUnit.Framework.Internal.PlatformDetectionTests.win95Helper
staticprivate
Initial value:
= new PlatformHelper(
new OSPlatform( PlatformID.Win32Windows , new Version( 4, 0 ) ),
new RuntimeFramework( RuntimeType.Net, new Version( 1, 1, 4322, 0 ) ) )
readonly PlatformHelper NUnit.Framework.Internal.PlatformDetectionTests.winXPHelper
staticprivate
Initial value:
= new PlatformHelper(
new OSPlatform( PlatformID.Win32NT , new Version( 5,1 ) ),
new RuntimeFramework( RuntimeType.Net, new Version( 1, 1, 4322, 0 ) ) )

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