Method | Description | |
---|---|---|
AutoRun ( ) : System |
Default Constructor, only used where GetCallingAssembly is available
|
|
AutoRun ( |
Constructor for use where GetCallingAssembly is not available, requiring the assembly to be passed.
|
|
Execute ( string args ) : int |
Execute the tests in the assembly, passing in a list of arguments.
|
|
Execute ( string args, NUnit.Common.ExtendedTextWriter writer, |
Execute the tests in the assembly, passing in a list of arguments, a test assembly a writer and a reader. For use in builds for runtimes that don't support Assembly.GetCallingAssembly().
|
public AutoRun ( |
||
testAssembly | The test assembly | |
return | System |
public Execute ( string args ) : int | ||
args | string | arguments for NUnitLite to use |
return | int |
public Execute ( string args, NUnit.Common.ExtendedTextWriter writer, |
||
args | string | Arguments passed to NUnitLite |
writer | NUnit.Common.ExtendedTextWriter | An ExtendedTextWriter to which output will be written |
reader | A TextReader used when waiting for input | |
return | int |