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
NUnitLite.Tests.SilverlightTestRunner Class Reference

Runner used to execute Silverlight tests under a CI server. The tests end up executing using the proper Silverlight assemblies except for mscorlib and System.dll, for which the desktop versions are used. More...

Static Private Member Functions

static void Main (string[] args)
 
static bool IsHelpOption (string arg)
 
static void DisplayUsageAndExit ()
 

Detailed Description

Runner used to execute Silverlight tests under a CI server. The tests end up executing using the proper Silverlight assemblies except for mscorlib and System.dll, for which the desktop versions are used.

This approach works so long as the tests don't require any classes or methods that are only present in the Silverlight versions of those assemblies.

Note that the sole argument to the executable is the assembly name of the assembly to be tested, not the file name, i.e. no extension. For example: ci-test-runner nunitlite.tests

Member Function Documentation

static void NUnitLite.Tests.SilverlightTestRunner.Main ( string[]  args)
inlinestaticprivate
static bool NUnitLite.Tests.SilverlightTestRunner.IsHelpOption ( string  arg)
inlinestaticprivate
static void NUnitLite.Tests.SilverlightTestRunner.DisplayUsageAndExit ( )
inlinestaticprivate

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