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

The AutoRun class is used by executable test assemblies to control their own execution. More...

Public Member Functions

int Execute (string[] args)
 Execute the tests in the assembly, passing in a list of arguments. More...
 
int Execute (Assembly callingAssembly, TextWriter writer, TextReader reader, string[] args)
 Execute the tests in the assembly, passing in a list of arguments. More...
 

Private Member Functions

void InitializeInternalTrace (string assemblyPath, InternalTraceLevel traceLevel)
 

Private Attributes

const string LOG_FILE_FORMAT = "InternalTrace.{0}.{1}.log"
 

Detailed Description

The AutoRun class is used by executable test assemblies to control their own execution.

Member Function Documentation

int NUnitLite.AutoRun.Execute ( string[]  args)
inline
void NUnitLite.AutoRun.InitializeInternalTrace ( string  assemblyPath,
InternalTraceLevel  traceLevel 
)
inlineprivate
int NUnitLite.AutoRun.Execute ( Assembly  callingAssembly,
TextWriter  writer,
TextReader  reader,
string[]  args 
)
inline

Execute the tests in the assembly, passing in a list of arguments.

Parameters
argsExecution options

References NUnitLite.TextRunner.Execute(), NUnitLite.TextRunner.INVALID_ARG, and NUnitLite.TextRunner.OK.

Member Data Documentation

const string NUnitLite.AutoRun.LOG_FILE_FORMAT = "InternalTrace.{0}.{1}.log"
private

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